ENH update theme colors

This commit is contained in:
Nathan Dwarshuis 2021-07-06 12:26:14 -04:00
parent 00d910bf22
commit 1ba9501bf5
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ logXinerama h = withWindowSet $ \ws -> io
$ W.workspace
$ W.current ws
hilightBgColor = "#B4A6FF"
hilightFgColor = T.blend' 0.5 hilightBgColor T.fgColor
hilightFgColor = T.blend' 0.4 hilightBgColor T.fgColor
fmtTags ws t = if t == W.currentTag ws
then xmobarColor T.fgColor hilightBgColor t
else 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 "#a200ff" ++ myDmenuMatchingArgs
++ themeArgs "#3399FF" ++ myDmenuMatchingArgs
runCmdMenu :: IO MaybeX
runCmdMenu = spawnDmenuCmd ["-show", "run"]