yambar: hacer que los tags enfocados sean más obvios
This commit is contained in:
parent
d44efc587b
commit
34a67cbafa
1 changed files with 19 additions and 19 deletions
|
@ -44,25 +44,25 @@ bar:
|
|||
map:
|
||||
<<: *river_base
|
||||
values:
|
||||
1: {string: {text: "u", foreground: *accent}}
|
||||
2: {string: {text: "i", foreground: *accent}}
|
||||
3: {string: {text: "o", foreground: *accent}}
|
||||
4: {string: {text: "p", foreground: *accent}}
|
||||
5: {string: {text: "y", foreground: *accent}}
|
||||
6: {string: {text: ",", foreground: *accent}}
|
||||
7: {string: {text: ".", foreground: *accent}}
|
||||
8: {string: {text: "/", foreground: *accent}}
|
||||
12: {string: {text: "1", foreground: *accent}}
|
||||
13: {string: {text: "2", foreground: *accent}}
|
||||
14: {string: {text: "3", foreground: *accent}}
|
||||
15: {string: {text: "4", foreground: *accent}}
|
||||
16: {string: {text: "5", foreground: *accent}}
|
||||
17: {string: {text: "6", foreground: *accent}}
|
||||
18: {string: {text: "7", foreground: *accent}}
|
||||
19: {string: {text: "8", foreground: *accent}}
|
||||
20: {string: {text: "9", foreground: *accent}}
|
||||
21: {string: {text: "0", foreground: *accent}}
|
||||
deco: {underline: {size: 2, color: *accent}}
|
||||
1: {string: {text: "u", foreground: *bg}}
|
||||
2: {string: {text: "i", foreground: *bg}}
|
||||
3: {string: {text: "o", foreground: *bg}}
|
||||
4: {string: {text: "p", foreground: *bg}}
|
||||
5: {string: {text: "y", foreground: *bg}}
|
||||
6: {string: {text: ",", foreground: *bg}}
|
||||
7: {string: {text: ".", foreground: *bg}}
|
||||
8: {string: {text: "/", foreground: *bg}}
|
||||
12: {string: {text: "1", foreground: *bg}}
|
||||
13: {string: {text: "2", foreground: *bg}}
|
||||
14: {string: {text: "3", foreground: *bg}}
|
||||
15: {string: {text: "4", foreground: *bg}}
|
||||
16: {string: {text: "5", foreground: *bg}}
|
||||
17: {string: {text: "6", foreground: *bg}}
|
||||
18: {string: {text: "7", foreground: *bg}}
|
||||
19: {string: {text: "8", foreground: *bg}}
|
||||
20: {string: {text: "9", foreground: *bg}}
|
||||
21: {string: {text: "0", foreground: *bg}}
|
||||
deco: {background: {color: *accent}}
|
||||
unfocused: {map: {<<: *river_base}}
|
||||
invisible:
|
||||
map:
|
||||
|
|
Loading…
Reference in a new issue