ENH change colors back

This commit is contained in:
Nathan Dwarshuis 2021-09-06 00:30:06 -04:00
parent 8d286791e7
commit 081959081a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -87,7 +87,7 @@ runDMenuShowKeys kbs = runIfInstalled [exe myDmenuCmd] $ io $ do
forM_ h $ \h' -> hPutStr h' (unlines $ showKm kbs) >> hClose h'
where
cmd = fmtCmd myDmenuCmd $ ["-dmenu", "-p", "commands"]
++ themeArgs "#3399FF" ++ myDmenuMatchingArgs
++ themeArgs "#7f66ff" ++ myDmenuMatchingArgs
runCmdMenu :: IO MaybeX
runCmdMenu = spawnDmenuCmd ["-show", "run"]