more solarized colors, gaps
This commit is contained in:
parent
d413ff5a2c
commit
382f6b0cab
@ -48,8 +48,8 @@ schemas:
|
|||||||
bright: *bright-colors
|
bright: *bright-colors
|
||||||
dark: &dark
|
dark: &dark
|
||||||
primary:
|
primary:
|
||||||
background: '#3f3f3f'
|
background: '#002b36' #3f3f3f'
|
||||||
foreground: '#dcdccc'
|
foreground: '#839496' #dcdccc'
|
||||||
normal:
|
normal:
|
||||||
black: '#3f3f3f'
|
black: '#3f3f3f'
|
||||||
red: '#ac7373'
|
red: '#ac7373'
|
||||||
|
@ -6,19 +6,28 @@ workspace_limit = 22
|
|||||||
# Windows
|
# Windows
|
||||||
|
|
||||||
border_width = 3
|
border_width = 3
|
||||||
color_focus = rgb:d9/77/06
|
color_focus = rgb:0e/74/90
|
||||||
color_unfocus = rgb:64/74/8b
|
#rgb:26/8b/d2
|
||||||
tile_gap = -3
|
# rgb:6b/a8/a2
|
||||||
|
# rgb:2a/a1/98
|
||||||
|
#
|
||||||
|
color_unfocus = rgb:00/46/4a
|
||||||
|
#64/74/8b
|
||||||
|
tile_gap = 3
|
||||||
|
|
||||||
# Bar
|
# Bar
|
||||||
|
|
||||||
bar_border[1] = rgb:cb/d5/e1
|
bar_border[1] = rgb:4a/4a/4a
|
||||||
bar_color[1] = rgb:64/74/8b
|
# rgb:0e/74/90
|
||||||
|
bar_color[1] = rgb:0c/4a/6e
|
||||||
|
#rgb:07/36/42
|
||||||
bar_font = Iosevka Slab Light:style=Regular:size=12:antialias=true
|
bar_font = Iosevka Slab Light:style=Regular:size=12:antialias=true
|
||||||
bar_font_color[1] = rgb:cb/d5/e1
|
bar_font_color[1] = rgb:83/94/96
|
||||||
bar_font_color_selected[1] = black
|
bar_font_color_selected[1] = black
|
||||||
bar_format = +< +N:+I +S +< %a %R +< +W
|
bar_format = +< +N:+I +S +< %a %R +< +W
|
||||||
|
|
||||||
|
bar_border_width = 7
|
||||||
|
|
||||||
|
|
||||||
# Launch at start
|
# Launch at start
|
||||||
|
|
||||||
@ -63,5 +72,8 @@ bind[volume_mute] = XF86AudioMute
|
|||||||
bind[ws_prev] = MOD+i
|
bind[ws_prev] = MOD+i
|
||||||
bind[ws_next] = MOD+o
|
bind[ws_next] = MOD+o
|
||||||
|
|
||||||
|
bind[mvrg_prev] = MOD+Shift+i
|
||||||
|
bind[mvrg_next] = MOD+Shift+o
|
||||||
|
|
||||||
bind[rg_prev] = MOD+Control+i
|
bind[rg_prev] = MOD+Control+i
|
||||||
bind[rg_next] = MOD+Control+o
|
bind[rg_next] = MOD+Control+o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user