summaryrefslogtreecommitdiff
path: root/.config/wofi/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/wofi/style.css')
-rw-r--r--.config/wofi/style.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/wofi/style.css b/.config/wofi/style.css
new file mode 100644
index 0000000..3f2f6ff
--- /dev/null
+++ b/.config/wofi/style.css
@@ -0,0 +1,30 @@
+* {
+ border: none;
+ border-radius: 3px;
+ color: rgb(197, 200, 198);
+ font-size: 28px;
+ font-family: 'Iosevka Smooth';
+}
+
+#outer-box {
+ border: 3px solid #FAA14F;
+}
+
+#window {
+ background-color: rgba(43, 48, 59, 0.9);
+}
+
+#input {
+ /* Hack to just inherit from ‘#window’ */
+ background-color: rgba(0, 0, 0, 0);
+ border-radius: 0;
+ border-bottom: 3px solid #FAA14F;
+}
+
+#entry, #input {
+ padding: .25em .5em;
+}
+
+#entry:selected {
+ background-color: rgba(65, 72, 89, 0.9);
+}