summaryrefslogtreecommitdiff
path: root/home-config/wofi/style.css.bak
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-04 23:21:01 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-04 23:21:01 -0400
commitdb49f683129771d95828b01594c69431a717e8e8 (patch)
treed2cb1c0b865e4d81ce81f9a3176b8ad93a864950 /home-config/wofi/style.css.bak
downloaddotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.tar.gz
dotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.tar.bz2
dotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.zip
guix
Diffstat (limited to 'home-config/wofi/style.css.bak')
-rw-r--r--home-config/wofi/style.css.bak54
1 files changed, 54 insertions, 0 deletions
diff --git a/home-config/wofi/style.css.bak b/home-config/wofi/style.css.bak
new file mode 100644
index 0000000..7d9f449
--- /dev/null
+++ b/home-config/wofi/style.css.bak
@@ -0,0 +1,54 @@
+window {
+ margin: 0px;
+ /*border: 1px solid #79b5b3;*/
+ background-color: #1d1b2b;
+ border-radius: 5px;
+}
+
+#input {
+ margin: 5px;
+ border: none;
+ color: #d5d8ed;
+ border-radius: 5px;
+ background-color: #44475a;
+}
+
+#input:selected {
+ border: inherit;
+}
+
+#inner-box {
+ margin: 5px;
+ border: none;
+ background-color: inherit;
+}
+
+#outer-box {
+ margin: 5px;
+ border: none;
+ background-color: inherit;
+}
+
+#scroll {
+ margin: 0px;
+ border: none;
+}
+
+#text {
+ margin: 5px;
+ border: none;
+ color: #d5d8ed;
+}
+
+#img {
+ background-color: transparent;
+}
+
+#entry {
+ border: none;
+}
+
+#entry:selected {
+ background-color: #44475a;
+ border-radius: 5px;
+}