blob: bdbf8eb6a90e807ca7b1e639a26c726cb00217d9 (
plain) (
blame)
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
|
* {
active-background: #101C2F;
active-foreground: #D6CBD5;
normal-background: #030508;
normal-foreground: #D6CBD5;
urgent-background: #2B7F48;
urgent-foreground: #D6CBD5;
alternate-active-background: #11606B;
alternate-active-foreground: #D6CBD5;
alternate-normal-background: #030508;
alternate-normal-foreground: #D6CBD5;
alternate-urgent-background: #030508;
alternate-urgent-foreground: #D6CBD5;
selected-active-background: #101C2F;
selected-active-foreground: #D6CBD5;
selected-normal-background: #BCADBB;
selected-normal-foreground: #D6CBD5;
selected-urgent-background: #2B7F48;
selected-urgent-foreground: #D6CBD5;
background-color: #030508;
background: rgba(0,0,0,0.7);
foreground: #BCADBB;
border-color: #101C2F;
}
|