ENH change trim color to purple

This commit is contained in:
Nathan Dwarshuis 2021-07-04 16:45:53 -04:00
parent a7cded0392
commit 00d910bf22
2 changed files with 3 additions and 3 deletions

View File

@ -314,7 +314,7 @@ logXinerama h = withWindowSet $ \ws -> io
$ W.stack
$ W.workspace
$ W.current ws
hilightBgColor = "#8fc7ff"
hilightBgColor = "#B4A6FF"
hilightFgColor = T.blend' 0.5 hilightBgColor T.fgColor
fmtTags ws t = if t == W.currentTag ws
then xmobarColor T.fgColor hilightBgColor t

View File

@ -58,10 +58,10 @@ selectedFgColor :: String
selectedFgColor = "#ffffff"
selectedBgColor :: String
selectedBgColor = "#3399ff"
selectedBgColor = "#7f66ff"
selectedBordersColor :: String
selectedBordersColor = "#006cd9"
selectedBordersColor = "#5948B3"
backdropBaseColor :: String
backdropBaseColor = baseColor