diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:31:33 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:31:33 -0600 |
commit | bf2f7d42b4d9f64d43b397083d78ba57155fd755 (patch) | |
tree | d0b55746b914dff03c439cefbb04e38bb5f409ef /config/linux/sway | |
parent | 687b587df09b49a903decf47b53cac7412b28970 (diff) |
change sway colors to match tempus totus
Diffstat (limited to 'config/linux/sway')
-rw-r--r-- | config/linux/sway/config | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/config/linux/sway/config b/config/linux/sway/config index 7674e1d..4ea5985 100644 --- a/config/linux/sway/config +++ b/config/linux/sway/config @@ -226,11 +226,18 @@ bindsym $mod+r mode "resize" # # Theme Colors # +# derived from tempus totus +# https://gitlab.com/protesilaos/tempus-themes +# +# efefef : white +# 4a484d : black +# 005289 : bright cyan +# 992030 : bright red # border bg text ind c_border -client.focused #106e86 #dee2e0 #4a4b4e #a32a3a #106e86 -client.focused_inactive #dee2e0 #dee2e0 #4a4b4e #a32a3a #dee2e0 -client.unfocused #dee2e0 #dee2e0 #4a4b4e #a32a3a #dee2e0 +client.focused #005289 #efefef #4a484d #992030 #005289 +client.focused_inactive #efefef #efefef #4a484d #992030 #efefef +client.unfocused #efefef #efefef #4a484d #992030 #efefef # # Status Bar: waybar |