summaryrefslogtreecommitdiff
path: root/home/.config/wofi/style.css
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-20 18:18:38 +0200
committerBotond Hende <nettingman@gmail.com>2024-10-20 18:18:38 +0200
commitfd90169c5f36f35d622ba354b577a3dd7e861365 (patch)
treee992d3f78ef7f04d70b49e6cf45523d9efe41e2a /home/.config/wofi/style.css
parentd3c2ee1dfcd7594860176cf69d65036aff509f3c (diff)
wofi config
Diffstat (limited to 'home/.config/wofi/style.css')
-rw-r--r--home/.config/wofi/style.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/home/.config/wofi/style.css b/home/.config/wofi/style.css
new file mode 100644
index 0000000..3990393
--- /dev/null
+++ b/home/.config/wofi/style.css
@@ -0,0 +1,53 @@
+@define-color hl #7cb342;
+@define-color hlfg #000000;
+@define-color fg #ffffff;
+@define-color bg #212121;
+@define-color trim #616161;
+
+window {
+ margin: 5px;
+ border: none;
+ background-color: transparent;
+ color: @fg;
+}
+
+#input {
+ margin: 5px;
+ border: 2px solid @trim;
+ background-color: @bg;
+ color: @fg;
+}
+
+#inner-box {
+ margin: 0px;
+ border: none;
+ background-color: transparent;
+}
+
+#outer-box {
+ margin: 0px;
+ border: none;
+ background-color: transparent;
+}
+
+#scroll {
+ margin: 5px;
+ border: none;
+ background-color: @bg;
+}
+
+#entry {
+ margin: none;
+ border: none;
+ background-color: @bg;
+ color: @fg;
+}
+
+#entry:selected {
+ background-color: @hl;
+ color: @hlfg;
+}
+
+#text {
+ color: inherit;
+}