From 56a8be87f42cafc59e869d91ec0ad58d97756097 Mon Sep 17 00:00:00 2001 From: wholteza Date: Thu, 12 Feb 2026 22:17:36 +0100 Subject: [PATCH] Theming rofi --- .config/rofi/themes/catppuccin-default.rasi | 6 +++--- .config/rofi/themes/catppuccin-mocha.rasi | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/rofi/themes/catppuccin-default.rasi b/.config/rofi/themes/catppuccin-default.rasi index da0e819..f1d21e9 100644 --- a/.config/rofi/themes/catppuccin-default.rasi +++ b/.config/rofi/themes/catppuccin-default.rasi @@ -8,7 +8,7 @@ alternate-urgent-background: @lightbg; lightbg: @mantle; background-color: transparent; - border-color: @foreground; + border-color: @green; normal-background: @background; selected-urgent-background: @red; alternate-active-background: @lightbg; @@ -20,9 +20,9 @@ background: @base; selected-active-background: @blue; active-background: @background; - selected-normal-background: @lightfg; + selected-normal-background: @green; alternate-normal-background: @lightbg; - foreground: @text; + foreground: @green; selected-urgent-foreground: @background; normal-foreground: @foreground; alternate-urgent-foreground: @red; diff --git a/.config/rofi/themes/catppuccin-mocha.rasi b/.config/rofi/themes/catppuccin-mocha.rasi index 827a8b4..733b6c6 100644 --- a/.config/rofi/themes/catppuccin-mocha.rasi +++ b/.config/rofi/themes/catppuccin-mocha.rasi @@ -25,4 +25,4 @@ base: #1e1e2e; mantle: #181825; crust: #11111b; - } +}