diff options
Diffstat (limited to 'wofi')
-rw-r--r-- | wofi/.config/wofi/style.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css new file mode 100644 index 0000000..d5da0bf --- /dev/null +++ b/wofi/.config/wofi/style.css | |||
@@ -0,0 +1,39 @@ | |||
1 | window { | ||
2 | margin: 0px; | ||
3 | border: 1px solid #171a1f; | ||
4 | background-color: #171a1f; | ||
5 | } | ||
6 | |||
7 | #input { | ||
8 | margin: 5px; | ||
9 | border: none; | ||
10 | color: #f8f8f2; | ||
11 | background-color: #44475a; | ||
12 | } | ||
13 | |||
14 | #inner-box { | ||
15 | margin: 5px; | ||
16 | border: none; | ||
17 | background-color: #171a1f; | ||
18 | } | ||
19 | |||
20 | #outer-box { | ||
21 | margin: 5px; | ||
22 | border: none; | ||
23 | background-color: #171a1f; | ||
24 | } | ||
25 | |||
26 | #scroll { | ||
27 | margin: 0px; | ||
28 | border: none; | ||
29 | } | ||
30 | |||
31 | #text { | ||
32 | margin: 5px; | ||
33 | border: none; | ||
34 | color: #f8f8f2; | ||
35 | } | ||
36 | |||
37 | #entry:selected { | ||
38 | background-color: #44475a; | ||
39 | } | ||