Theming rofi

This commit is contained in:
2026-02-12 22:17:36 +01:00
parent ef95ff8717
commit 56a8be87f4
2 changed files with 4 additions and 4 deletions

View File

@@ -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;