i3 + polybar: nvim colors tuning

This commit is contained in:
He4eT 2022-07-14 17:27:48 +03:00
commit 0387bcc66b
2 changed files with 11 additions and 11 deletions

View file

@ -15,10 +15,10 @@ exec --no-startup-id compton -cb -o 1 --vsync --backend xr_glx_hybrid --vsync-us
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused #383838 #383838 #cdcdcd #bdbdbd #bdbdbd client.focused #383838 #383838 #cdcdcd #bdbdbd #bdbdbd
client.focused_inactive #222222 #222222 #cdcdcd #222222 #000000 client.focused_inactive #222222 #222222 #7d7d7d #222222 #000000
client.unfocused #222222 #222222 #cdcdcd #222222 #000000 client.unfocused #222222 #222222 #7d7d7d #222222 #000000
client.urgent #222222 #222222 #cdcdcd #222222 #000000 client.urgent #222222 #222222 #7d7d7d #222222 #000000
client.placeholder #222222 #222222 #cdcdcd #222222 #000000 client.placeholder #222222 #222222 #7d7d7d #222222 #000000
client.background #ffffff client.background #ffffff
font pango:NotoSans 11 font pango:NotoSans 11

View file

@ -1,8 +1,8 @@
[colors] [colors]
background = #222222 background = #222222
background-alt = #383838 background-alt = #444444
foreground = #cdcdcd foreground = #cdcdcd
foreground-alt = #999 foreground-alt = #7d7d7d
[bar/top] [bar/top]
;monitor = ${env:MONITOR:HDMI-1} ;monitor = ${env:MONITOR:HDMI-1}
@ -79,7 +79,7 @@
;title ;title
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
label = %title:0:140:...% label = %title:0:100:...%
;lang ;lang
[module/xkeyboard] [module/xkeyboard]
@ -154,7 +154,7 @@
format-volume = <label-volume> <bar-volume> format-volume = <label-volume> <bar-volume>
label-volume =  label-volume = 
label-volume-foreground = ${root.foreground} label-volume-foreground = ${colors.foreground}
format-muted-foreground = ${colors.background-alt} format-muted-foreground = ${colors.background-alt}
label-muted =   ═══════════════════ label-muted =   ═══════════════════
@ -166,7 +166,7 @@
bar-volume-foreground-3 = #888 bar-volume-foreground-3 = #888
bar-volume-foreground-4 = #999 bar-volume-foreground-4 = #999
bar-volume-foreground-5 = #aaa bar-volume-foreground-5 = #aaa
bar-volume-foreground-6 = #fff bar-volume-foreground-6 = ${colors.foreground}
bar-volume-gradient = false bar-volume-gradient = false
bar-volume-indicator = bar-volume-indicator =
bar-volume-indicator-font = 0 bar-volume-indicator-font = 0
@ -199,5 +199,5 @@
;time date ;time date
[module/date] [module/date]
type = internal/date type = internal/date
date = %%{F#99}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-} date = %%{F#7d7d7d}%Y-%m-%d%%{F-} %%{F#cdcdcd}%H:%M%%{F-}
date-alt =  %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M:%S%%{F-} date-alt =  %%{F#7d7d7d}%A, %d %B %Y %%{F#cdcdcd}%H:%M:%S%%{F-}