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

index 89b6824d60e6adb51b2c4d5db22d7c7fe26d0489..25d0ff06a28770757e90960da851093219b1bf99 100644 (file)
@@ -287,7 +287,8 @@ Add back C-a/C-x
     (add-to-list 'org-structure-template-alist '("ipy" . "src python :tangle ~/.ipython/"))
     (add-to-list 'org-structure-template-alist '("pi" . "src conf :tangle ~/.config/picom/picom.conf"))
     (add-to-list 'org-structure-template-alist '("git" . "src conf :tangle ~/.gitconfig"))
-    (add-to-list 'org-structure-template-alist '("du" . "src conf :tangle ~/.config/dunst/dunstrc")))
+    (add-to-list 'org-structure-template-alist '("du" . "src conf :tangle ~/.config/dunst/dunstrc"))
+    (add-to-list 'org-structure-template-alist '("ro" . "src plain :tangle ~/.config/rofi/config.rasi")))
 #+end_src
 * Autocompletion
 ** Ivy
@@ -1420,3 +1421,15 @@ Lightweight notification daemon.
   highlight = "#777777"
   timeout = 0
 #+end_src
+** Rofi
+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 % );
+}
+#+end_src