i3 + polybar: nvim colors

This commit is contained in:
He4eT 2022-07-07 02:41:46 +03:00
commit 9935efa79b
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
[colors]
background = #222222
background-alt = #444444
foreground = #dfdfdf
background-alt = #383838
foreground = #cdcdcd
foreground-alt = #999
[bar/top]