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", [[ save_config("yambar", [[
background: &bg {{base}}ff antiforeground: &antifg {{base}}ff
backgroundish: &bgish {{surface}}ff not_empty: &not_empty {{muted}}ff
foreground: &fg {{text}}ff foreground: &fg {{text}}ff
accent: &accent {{pine}}ff accent: &accent {{pine}}ff
@ -66,12 +66,12 @@ bar:
deco: {background: {color: *accent}} deco: {background: {color: *accent}}
values: values:
<<: *river_values <<: *river_values
1: {string: {text: "I", foreground: *bg}} 1: {string: {text: "I", foreground: *antifg}}
2: {string: {text: "II", foreground: *bg}} 2: {string: {text: "II", foreground: *antifg}}
3: {string: {text: "III", foreground: *bg}} 3: {string: {text: "III", foreground: *antifg}}
4: {string: {text: "IV", foreground: *bg}} 4: {string: {text: "IV", foreground: *antifg}}
5: {string: {text: "V", foreground: *bg}} 5: {string: {text: "V", foreground: *antifg}}
6: {string: {text: "VI", foreground: *bg}} 6: {string: {text: "VI", foreground: *antifg}}
unfocused: unfocused:
map: map:
<<: *river_base <<: *river_base
@ -83,10 +83,16 @@ bar:
values: values:
true: true:
map: map:
deco: {background: {color: *bgish}} deco: {background: {color: *not_empty}}
<<: *river_base <<: *river_base
values: values:
<<: *river_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: false:
map: map:
<<: *river_base <<: *river_base