]> git.armaanb.net Git - config.org.git/commitdiff
Reconfigure Rofi theme
authorArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 18:16:13 +0000 (14:16 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 18:16:13 +0000 (14:16 -0400)
config.org

index ef4f76e0fe821bef4221f3c96a1ac96f90e765ce..2e0cdeb80ddea5db5f65139eb96828d58898832a 100644 (file)
@@ -1432,10 +1432,10 @@ Modus vivendi theme that extends DarkBlue.
 #+begin_src plain :tangle ~/.config/rofi/config.rasi
 @import "/usr/share/rofi/themes/DarkBlue.rasi"
  * {
-    selected-normal-foreground:  rgba ( 0, 0, 0, 100 % );
-    foreground:                  rgba ( 255, 255, 255, 100 % );
-    background:                  rgba ( 0, 0, 0, 100 % );
-    lightfg:                     rgba ( 255, 255, 255, 100 % );
-    selected-normal-background:  rgba ( 255, 255, 255, 100 % );
+    white:                        rgba ( 255, 255, 255, 100 % );
+    foreground:                   @white;
+    selected-normal-background:   @white;
+    separatorcolor:               @white;
+    background:                   rgba ( 34, 34, 34, 100 % );
 }
 #+end_src