Cambiar tono de acento en mono-light y ajustar yambar
This commit is contained in:
parent
ba7404abf9
commit
7fd75ce1e5
2 changed files with 6 additions and 6 deletions
|
@ -3,5 +3,5 @@ export background=ffffff
|
||||||
export backgroundish=cccccc
|
export backgroundish=cccccc
|
||||||
export foreground=000000
|
export foreground=000000
|
||||||
export foregroundish=333333
|
export foregroundish=333333
|
||||||
export accent=56949f
|
export accent=f5cac3
|
||||||
export dark=false
|
export dark=false
|
||||||
|
|
|
@ -24,13 +24,13 @@ bar:
|
||||||
focused:
|
focused:
|
||||||
map:
|
map:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
default: {string: {text: "{id}", foreground: *bg}}
|
default: {string: {text: "{id}"}}
|
||||||
deco: {background: {color: *accent}}
|
deco: {background: {color: *accent}}
|
||||||
values:
|
values:
|
||||||
10: {string: {text: "u", foreground: *bg}}
|
10: {string: {text: "u"}}
|
||||||
11: {string: {text: "i", foreground: *bg}}
|
11: {string: {text: "i"}}
|
||||||
12: {string: {text: "o", foreground: *bg}}
|
12: {string: {text: "o"}}
|
||||||
13: {string: {text: "p", foreground: *bg}}
|
13: {string: {text: "p"}}
|
||||||
unfocused:
|
unfocused:
|
||||||
map:
|
map:
|
||||||
<<: *river_base
|
<<: *river_base
|
||||||
|
|
Loading…
Reference in a new issue