Panes should prelight like other widgets (brighter not darker)

This commit is contained in:
Robin Gareus
2025-06-19 23:16:16 +02:00
parent 4100279812
commit 521227afe8

View File

@@ -1104,6 +1104,7 @@ style "pane"
fg[NORMAL] = lighter(@background)
fg[SELECTED] = @foreground
fg[ACTIVE] = @somewhat_bright_indicator
bg[ACTIVE] = shade(1.2, @background)
}
style "vca_label_bar" = "medium_bold_text"