-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpymd-red-dark.rasi
115 lines (112 loc) · 2.99 KB
/
pymd-red-dark.rasi
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/* RASI Theme */
* {
background: #050505;
bordercolor: #050505;
separatorcolor: #050505;
normal-background: #050505;
normal-foreground: #ef2929;
alternate-normal-foreground: #050505;
selected-normal-background: #050505;
selected-normal-foreground: #f57900;
active-background: #050505;
active-foreground: #ef2929;
alternate-active-background: #050505;
selected-active-background: #050505;
selected-active-foreground: #ef2929;
urgent-background: #050505;
urgent-foreground: #dc322f;
alternate-urgent-background: #050505;
selected-urgent-background: #050505;
selected-urgent-foreground: #ef2929;
alternate-normal-foreground: @normal-foreground;
alternate-urgent-foreground: @urgent-foreground;
alternate-active-foreground: @active-foreground;
foreground: @normal-foreground;
}
* {
spacing: 2;
border-color: @foreground;
background-color: transparent;
}
#window {
border: 1;
padding: 5;
background-color: @background;
}
#mainbox {
border: 0;
padding: 0;
}
#message {
border: 1px dash 0px 0px ;
padding: 2px 0px 0px ;
border-color: @separatorcolor;
}
#textbox {
text-color: @foreground;
}
#listview {
border-color: @separatorcolor;
}
#listview {
fixed-height: 0;
border: 2px dash 0px 0px ;
padding: 2px 0px 0px ;
}
#element {
border: 0;
}
#element normal.normal {
text-color: @normal-foreground;
background-color: @normal-background;
}
#element normal.urgent {
text-color: @urgent-foreground;
background-color: @urgent-background;
}
#element normal.active {
text-color: @active-foreground;
background-color: @active-background;
}
#element selected.normal {
text-color: @selected-normal-foreground;
background-color: @selected-normal-background;
}
#element selected.urgent {
text-color: @selected-urgent-foreground;
background-color: @selected-urgent-background;
}
#element selected.active {
text-color: @selected-active-foreground;
background-color: @selected-active-background;
}
#element alternate.normal {
text-color: @alternate-normal-foreground;
background-color: @alternate-normal-background;
}
#element alternate.urgent {
text-color: @alternate-urgent-foreground;
background-color: @alternate-urgent-background;
}
#element alternate.active {
text-color: @alternate-active-foreground;
background-color: @alternate-active-background;
}
#scrollbar {
border: 0;
width: 4px;
padding: 0;
handle-color: @normal-foreground;
}
#sidebar {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
#button selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
#inputbar, case-indicator, entry, prompt, button {
spacing: 0;
text-color: @normal-foreground;
}