summaryrefslogtreecommitdiff
path: root/wofi
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2021-05-22 12:56:08 +0000
committerShubham Saini <pryr@pryr.xyz>2021-05-22 12:56:08 +0000
commitbde9d8e1c9a6e2213fc7d40298d43a14f2e99359 (patch)
tree548d45ecb1ada0be5a099ea8b0879c82e08560d7 /wofi
parent4d6de10a92b0264a1cebfbe813d2e7961ef29c2b (diff)
cleaned the repo
Diffstat (limited to 'wofi')
-rw-r--r--wofi/.config/wofi/style.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css
deleted file mode 100644
index d5da0bf..0000000
--- a/wofi/.config/wofi/style.css
+++ /dev/null
@@ -1,39 +0,0 @@
1window {
2margin: 0px;
3border: 1px solid #171a1f;
4background-color: #171a1f;
5}
6
7#input {
8margin: 5px;
9border: none;
10color: #f8f8f2;
11background-color: #44475a;
12}
13
14#inner-box {
15margin: 5px;
16border: none;
17background-color: #171a1f;
18}
19
20#outer-box {
21margin: 5px;
22border: none;
23background-color: #171a1f;
24}
25
26#scroll {
27margin: 0px;
28border: none;
29}
30
31#text {
32margin: 5px;
33border: none;
34color: #f8f8f2;
35}
36
37#entry:selected {
38background-color: #44475a;
39}