diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-30 15:01:03 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-30 15:01:03 +0800 |
| commit | 195b2f20d6332483d73711ad736be4fc0b8f9186 (patch) | |
| tree | 699e942328643666f4b1cd88cba0f556170ec8e4 /rofi/.config | |
| parent | 3cca9806a628b6ac5290b915f83f1ce3d8655d7d (diff) | |
rofi: finish colours
Diffstat (limited to 'rofi/.config')
| -rw-r--r-- | rofi/.config/rofi/theal.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rofi/.config/rofi/theal.rasi b/rofi/.config/rofi/theal.rasi index c853d1d..0147aa5 100644 --- a/rofi/.config/rofi/theal.rasi +++ b/rofi/.config/rofi/theal.rasi @@ -21,17 +21,17 @@ alternate-normal-foreground: @foreground; normal-background: rgba(45, 48, 59, 1%); lightfg: rgba(88, 104, 117, 100%); - selected-normal-background: rgba(17, 43, 43, 30%); /* #112b2b at 30% */ + selected-normal-background: rgba(17, 43, 43, 20%); /* #112b2b at 20% */ border-color: rgba(124, 131, 137, 100%); spacing: 2; separatorcolor: rgba(45, 48, 59, 1%); urgent-background: rgba(45, 48, 59, 15%); - selected-urgent-background: rgba(17, 43, 43, 30%); /* #112b2b at 30% */ + selected-urgent-background: rgba(17, 43, 43, 20%); /* #112b2b at 20% */ alternate-urgent-foreground: @urgent-foreground; background-color: rgba(0, 0, 0, 0%); alternate-active-foreground: @active-foreground; active-background: rgba(29, 31, 33, 17%); - selected-active-background: rgba(17, 43, 43, 30%); /* #112b2b at 30% */ + selected-active-background: rgba(17, 43, 43, 20%); /* #112b2b at 20% */ } |
