From: Armaan Bhojwani Date: Tue, 30 Mar 2021 18:16:13 +0000 (-0400) Subject: Reconfigure Rofi theme X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=4da39a578b2b1131f80c25d15f60bc0abe595f90 Reconfigure Rofi theme --- diff --git a/config.org b/config.org index ef4f76e..2e0cdeb 100644 --- a/config.org +++ b/config.org @@ -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