From 081959081a535ad2b7067538fa1e56826c830bd6 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 6 Sep 2021 00:30:06 -0400 Subject: [PATCH] ENH change colors back --- bin/xmonad.hs | 2 +- lib/XMonad/Internal/Command/DMenu.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xmonad.hs b/bin/xmonad.hs index f1a0964..3bc927c 100644 --- a/bin/xmonad.hs +++ b/bin/xmonad.hs @@ -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 diff --git a/lib/XMonad/Internal/Command/DMenu.hs b/lib/XMonad/Internal/Command/DMenu.hs index 160a7a8..6dc1ced 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 "#3399FF" ++ myDmenuMatchingArgs + ++ themeArgs "#7f66ff" ++ myDmenuMatchingArgs runCmdMenu :: IO MaybeX runCmdMenu = spawnDmenuCmd ["-show", "run"]