From 8d6a7bb50f38de8e2092c519a2addfed04cf5fe9 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sat, 15 Aug 2026 04:34:42 +0200 Subject: [PATCH] tmp rofi colors --- .config/rofi/theme.rasi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/rofi/theme.rasi b/.config/rofi/theme.rasi index bfa2166..783b8bb 100644 --- a/.config/rofi/theme.rasi +++ b/.config/rofi/theme.rasi @@ -2,10 +2,10 @@ * { bg: #2E2E32; /* gray: menu surfaces */ - bg-dark: #054A55; /* stop 0: input bar */ - fg: #DEEDF1; /* stop 1: text */ - fg-dim: #AED6DE; /* stop 2: quiet text */ - border-c: #4AA4B6; /* stop 4: border */ + bg-dark: #002E37; /* stop 7: input bar */ + fg: #DDECF0; /* stop 1: text */ + fg-dim: #96D0DD; /* stop 2: quiet text */ + border-c: #59B1C4; /* stop 4: border */ background-color: transparent; text-color: @fg; @@ -47,13 +47,13 @@ element { spacing: 0.8em; /* gap between icon and text */ text-color: @fg-dim; } -element active { text-color: #2190A4; } /* stop 5 */ -element urgent { text-color: #7CBDCB; background-color: @bg-dark; } +element active { text-color: #2190A4; } /* stop 4 */ +element urgent { text-color: #59B1C4; background-color: @bg-dark; } element selected { - background-color: rgba(222, 237, 241, 0.12); /* stop 1 @ 12% => grayish */ + background-color: rgba(221, 236, 240, 0.12); /* stop 1 @ 12% => grayish */ text-color: @fg; } -element selected.active { background-color: #067A8D; text-color: @fg; } +element selected.active { background-color: #006E81; text-color: @fg; } element-text, element-icon { background-color: transparent; text-color: inherit; @@ -68,6 +68,6 @@ button { text-color: @fg-dim; } button selected { - background-color: #028397; /* stop 6: active tab, like forge */ + background-color: #006E81; /* stop 5: active tab, like forge */ text-color: @fg; }