From 4da39a578b2b1131f80c25d15f60bc0abe595f90 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 30 Mar 2021 14:16:13 -0400 Subject: [PATCH] Reconfigure Rofi theme --- config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2