From ed21639feebd8e3b6a6a4c2a59686f777b9688b9 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Tue, 11 Jun 2024 04:12:37 +0900 Subject: A pre-release settings --- config/rofi/wallust/colors-rofi.rasi | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'config/rofi') diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi index b7cc56a7..bdbf8eb6 100644 --- a/config/rofi/wallust/colors-rofi.rasi +++ b/config/rofi/wallust/colors-rofi.rasi @@ -1,28 +1,28 @@ * { -active-background: #1F1F18; -active-foreground: #BFBEB7; -normal-background: #020302; -normal-foreground: #BFBEB7; -urgent-background: #3E3B2A; -urgent-foreground: #BFBEB7; +active-background: #101C2F; +active-foreground: #D6CBD5; +normal-background: #030508; +normal-foreground: #D6CBD5; +urgent-background: #2B7F48; +urgent-foreground: #D6CBD5; -alternate-active-background: #363324; -alternate-active-foreground: #BFBEB7; -alternate-normal-background: #020302; -alternate-normal-foreground: #BFBEB7; -alternate-urgent-background: #020302; -alternate-urgent-foreground: #BFBEB7; +alternate-active-background: #11606B; +alternate-active-foreground: #D6CBD5; +alternate-normal-background: #030508; +alternate-normal-foreground: #D6CBD5; +alternate-urgent-background: #030508; +alternate-urgent-foreground: #D6CBD5; -selected-active-background: #1F1F18; -selected-active-foreground: #BFBEB7; -selected-normal-background: #9B998F; -selected-normal-foreground: #BFBEB7; -selected-urgent-background: #3E3B2A; -selected-urgent-foreground: #BFBEB7; +selected-active-background: #101C2F; +selected-active-foreground: #D6CBD5; +selected-normal-background: #BCADBB; +selected-normal-foreground: #D6CBD5; +selected-urgent-background: #2B7F48; +selected-urgent-foreground: #D6CBD5; -background-color: #020302; +background-color: #030508; background: rgba(0,0,0,0.7); -foreground: #9B998F; -border-color: #1F1F18; +foreground: #BCADBB; +border-color: #101C2F; } -- cgit v1.2.3