-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroficonf
63 lines (52 loc) · 933 Bytes
/
roficonf
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
configuration {
columns: 1;
font: "Mono 12";
display-combi: ">";
}
* {
background-color: rgba(30, 31, 40, 0.5);
dark: rgba(30, 31, 40, 0.75);
ash: #aaaaaa;
gold: #EAD3AA;
text-color: #ffffff;
}
#window {
anchor: center;
location: center;
width: 100%;
height: 100%;
padding: 200;
background-color: @dark;
}
#mainbox {
background-color: transparent;
padding: 0;
}
#inputbar {
background-color: transparent;
padding: 10;
}
#prompt {
background-color: transparent;
}
#entry {
background-color: transparent;
padding: 0 10;
}
#case-indicator {
background-color: transparent;
}
#listview {
background-color: transparent;
padding: 10 0;
}
#element {
background-color: transparent;
padding: 16 10;
}
#element selected {
text-color: @gold;
}
#element active {
text-color: @ash;
}