blob: 0661756d800dc98c707e3a937a2db503cd7da460 (
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: #0B0E22;
active-foreground: #F7F0FA;
normal-background: #020206;
normal-foreground: #F7F0FA;
urgent-background: #805673;
urgent-foreground: #F7F0FA;
alternate-active-background: #737EA6;
alternate-active-foreground: #F7F0FA;
alternate-normal-background: #020206;
alternate-normal-foreground: #F7F0FA;
alternate-urgent-background: #020206;
alternate-urgent-foreground: #F7F0FA;
selected-active-background: #0B0E22;
selected-active-foreground: #F7F0FA;
selected-normal-background: #EBE1F0;
selected-normal-foreground: #F7F0FA;
selected-urgent-background: #805673;
selected-urgent-foreground: #F7F0FA;
background-color: #020206;
background: rgba(0,0,0,0.7);
foreground: #EBE1F0;
border-color: #0B0E22;
}
|