yambar: Mejorar colores
This commit is contained in:
parent
ced22d8928
commit
736f1477b4
1 changed files with 15 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
save_config("yambar", [[
|
||||
background: &bg {{base}}ff
|
||||
backgroundish: &bgish {{surface}}ff
|
||||
antiforeground: &antifg {{base}}ff
|
||||
not_empty: ¬_empty {{muted}}ff
|
||||
foreground: &fg {{text}}ff
|
||||
accent: &accent {{pine}}ff
|
||||
|
||||
|
@ -66,12 +66,12 @@ bar:
|
|||
deco: {background: {color: *accent}}
|
||||
values:
|
||||
<<: *river_values
|
||||
1: {string: {text: "I", foreground: *bg}}
|
||||
2: {string: {text: "II", foreground: *bg}}
|
||||
3: {string: {text: "III", foreground: *bg}}
|
||||
4: {string: {text: "IV", foreground: *bg}}
|
||||
5: {string: {text: "V", foreground: *bg}}
|
||||
6: {string: {text: "VI", foreground: *bg}}
|
||||
1: {string: {text: "I", foreground: *antifg}}
|
||||
2: {string: {text: "II", foreground: *antifg}}
|
||||
3: {string: {text: "III", foreground: *antifg}}
|
||||
4: {string: {text: "IV", foreground: *antifg}}
|
||||
5: {string: {text: "V", foreground: *antifg}}
|
||||
6: {string: {text: "VI", foreground: *antifg}}
|
||||
unfocused:
|
||||
map:
|
||||
<<: *river_base
|
||||
|
@ -83,10 +83,16 @@ bar:
|
|||
values:
|
||||
true:
|
||||
map:
|
||||
deco: {background: {color: *bgish}}
|
||||
deco: {background: {color: *not_empty}}
|
||||
<<: *river_base
|
||||
values:
|
||||
<<: *river_values
|
||||
1: {string: {text: "I", foreground: *antifg}}
|
||||
2: {string: {text: "II", foreground: *antifg}}
|
||||
3: {string: {text: "III", foreground: *antifg}}
|
||||
4: {string: {text: "IV", foreground: *antifg}}
|
||||
5: {string: {text: "V", foreground: *antifg}}
|
||||
6: {string: {text: "VI", foreground: *antifg}}
|
||||
false:
|
||||
map:
|
||||
<<: *river_base
|
||||
|
|
Loading…
Reference in a new issue