diff --git a/bin/xmonad.hs b/bin/xmonad.hs index e7e5e43..f1a0964 100644 --- a/bin/xmonad.hs +++ b/bin/xmonad.hs @@ -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 diff --git a/lib/XMonad/Internal/Command/DMenu.hs b/lib/XMonad/Internal/Command/DMenu.hs index 35ee1f1..b9c9254 100644 --- a/lib/XMonad/Internal/Command/DMenu.hs +++ b/lib/XMonad/Internal/Command/DMenu.hs @@ -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"]