chore: fix colours tobe more consistent with external programs

This commit is contained in:
♥ Minnie ♥ 2025-03-21 22:52:18 +08:00
parent f9d11a873d
commit 387e72cc31
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -135,8 +135,8 @@ myXmobar = statusBarPropTo "_XMONAD_LOG_1" "xmobar" (pure myXmobarPP)
myXmobarPP :: PP
myXmobarPP = def
{ ppSep = grey0 " "
, ppCurrent = purple . wrap " " ""
, ppVisible = blue . wrap " " ""
, ppCurrent = blue . wrap " " ""
, ppVisible = purple . wrap " " ""
, ppHidden = grey0 . wrap " " ""
, ppHiddenNoWindows = grey0 . wrap " " ""
, ppUrgent = red . wrap " " ""