yambar: Mejorar colores

This commit is contained in:
Cat /dev/Nulo 2022-05-31 18:03:46 -03:00
parent ced22d8928
commit 736f1477b4

View file

@ -1,6 +1,6 @@
save_config("yambar", [[
background: &bg {{base}}ff
backgroundish: &bgish {{surface}}ff
antiforeground: &antifg {{base}}ff
not_empty: &not_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