1

Modules/Btop+Rofi: Make selected element coloring slightly more consistent

This commit is contained in:
2025-07-22 17:35:57 +02:00
parent db8ada4360
commit 59075d1619
2 changed files with 25 additions and 19 deletions

View File

@ -34,10 +34,10 @@ in {
theme[hi_fg]=${color.hexS.accent}
# Background color of selected item in processes box
theme[selected_bg]=${color.hexS.surface1}
theme[selected_bg]=${color.hexS.accentDim}
# Foreground color of selected item in processes box
theme[selected_fg]=${color.hexS.accent}
theme[selected_fg]=${color.hexS.accentText}
# Color of inactive/disabled text
theme[inactive_fg]=${color.hexS.overlay0}