From 818a2e672816b3082eec6a1e7ed5eb0b68ac2939 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 30 Mar 2021 14:05:28 -0400 Subject: [PATCH] Add Rofi theme --- config.org | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 89b6824..25d0ff0 100644 --- a/config.org +++ b/config.org @@ -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 -- 2.39.2