Cambiar tono de acento en mono-light y ajustar yambar

This commit is contained in:
Cat /dev/Nulo 2022-01-27 16:00:21 -03:00
parent ba7404abf9
commit 7fd75ce1e5
2 changed files with 6 additions and 6 deletions

View file

@ -3,5 +3,5 @@ export background=ffffff
export backgroundish=cccccc
export foreground=000000
export foregroundish=333333
export accent=56949f
export accent=f5cac3
export dark=false

View file

@ -24,13 +24,13 @@ bar:
focused:
map:
<<: *river_base
default: {string: {text: "{id}", foreground: *bg}}
default: {string: {text: "{id}"}}
deco: {background: {color: *accent}}
values:
10: {string: {text: "u", foreground: *bg}}
11: {string: {text: "i", foreground: *bg}}
12: {string: {text: "o", foreground: *bg}}
13: {string: {text: "p", foreground: *bg}}
10: {string: {text: "u"}}
11: {string: {text: "i"}}
12: {string: {text: "o"}}
13: {string: {text: "p"}}
unfocused:
map:
<<: *river_base