From ddb854c362d84cfc89ecbfce9ef29abb271c2ce8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 20 May 2026 12:14:31 -0700 Subject: [PATCH] Make rofi selected item more visible --- dotfiles/config/rofi/apple-frost.rasi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dotfiles/config/rofi/apple-frost.rasi b/dotfiles/config/rofi/apple-frost.rasi index 620edb46..fa4c5d27 100644 --- a/dotfiles/config/rofi/apple-frost.rasi +++ b/dotfiles/config/rofi/apple-frost.rasi @@ -18,7 +18,7 @@ configuration { candidate-soft: #0b102018; candidate-frost: #ffffff12; candidate: #18203372; - candidate-active:#2430489c; + candidate-active:#0a84ffd9; text: #111827ff; text-muted: #667085ff; text-on-dark: #f8fafcff; @@ -97,7 +97,8 @@ element { background-color: @bg; text-color: @text-on-dark; orientation: horizontal; - border: 0px; + border: 0px 0px 0px 4px; + border-color: #00000000; border-radius: 0px; /* * Rofi percentages are monitor-relative. Derive padding from: @@ -130,9 +131,9 @@ element-text { } element selected { - background-color: @candidate; + background-color: @candidate-active; text-color: @text-on-dark; - border: 0px; + border-color: @accent-soft; } element selected element-text {