mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
i3 + polybar: nvim colors
This commit is contained in:
parent
ad49e36027
commit
9935efa79b
2 changed files with 7 additions and 7 deletions
10
i3/config
10
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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[colors]
|
||||
background = #222222
|
||||
background-alt = #444444
|
||||
foreground = #dfdfdf
|
||||
background-alt = #383838
|
||||
foreground = #cdcdcd
|
||||
foreground-alt = #999
|
||||
|
||||
[bar/top]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue