diff --git a/i3/config b/i3/config index 0a9df82..2ff92de 100644 --- a/i3/config +++ b/i3/config @@ -14,11 +14,11 @@ exec --no-startup-id compton -cb -o 1 --vsync --backend xr_glx_hybrid --vsync-us # [Appearance] # class border backgr. text indicator child_border -client.focused #444444 #444444 #dfdfdf #bdbdbd #bdbdbd -client.focused_inactive #222222 #222222 #dfdfdf #222222 #000000 -client.unfocused #222222 #222222 #dfdfdf #222222 #000000 -client.urgent #222222 #222222 #dfdfdf #222222 #000000 -client.placeholder #222222 #222222 #dfdfdf #222222 #000000 +client.focused #383838 #383838 #cdcdcd #bdbdbd #bdbdbd +client.focused_inactive #222222 #222222 #cdcdcd #222222 #000000 +client.unfocused #222222 #222222 #cdcdcd #222222 #000000 +client.urgent #222222 #222222 #cdcdcd #222222 #000000 +client.placeholder #222222 #222222 #cdcdcd #222222 #000000 client.background #ffffff font pango:NotoSans 11 diff --git a/polybar/config b/polybar/config index bc3d536..c8fe9db 100644 --- a/polybar/config +++ b/polybar/config @@ -1,7 +1,7 @@ [colors] background = #222222 - background-alt = #444444 - foreground = #dfdfdf + background-alt = #383838 + foreground = #cdcdcd foreground-alt = #999 [bar/top]