-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidetab-nord.rasi
78 lines (67 loc) · 1.25 KB
/
sidetab-nord.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
* {
background: #1E222A;
foreground: #E5E9F0;
border-color: @background;
bg-selected: #5E81AC;
grey: #565C64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 100%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}