blob: 4c568117004b91cd1eb3fe75b1a755109a271182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
* {
selected-active-foreground: @background;
lightfg: {{foreground}};
separatorcolor: @accent;
urgent-foreground: {{color13}};
alternate-urgent-background: @lightbg;
lightbg: {{color0}};
background-color: transparent;
border-color: @accent;
normal-background: @background;
selected-urgent-background: {{color13}};
alternate-active-background: @lightbg;
spacing: 2;
alternate-normal-foreground: @foreground;
urgent-background: @background;
selected-normal-foreground: @lightbg;
active-foreground: {{color12}};
background: {{background}};
selected-active-background: {{color12}};
active-background: @background;
selected-normal-background: @lightfg;
alternate-normal-background: @lightbg;
foreground: {{foreground}};
selected-urgent-foreground: @background;
normal-foreground: @foreground;
alternate-urgent-foreground: {{color13}};
alternate-active-foreground: {{color12}};
accent: {{color14}};
}
|