From b41c9ab0b2d257680d8eb67da337cc304201b2ff Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 10 Feb 2020 17:04:42 -0700 Subject: Small changes to colorscheme. Get rid of accordion and circle layouts --- src/Internal/Layout.hs | 3 +-- src/Main.hs | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs index b071e74..64c49ca 100644 --- a/src/Internal/Layout.hs +++ b/src/Internal/Layout.hs @@ -22,8 +22,7 @@ myLayout = spiral (6/7) ||| Tall 1 (3/100) (1/2) ||| ThreeCol 1 (3/100) (1/2) ||| - Circle ||| - Accordion ||| + Full ||| Grid data ResizeZoom = ShrinkZoom | ExpandZoom deriving (Typeable) diff --git a/src/Main.hs b/src/Main.hs index 0e5666d..c5d99e7 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -29,8 +29,8 @@ main = do , modMask = mod4Mask , borderWidth = 1 , keys = \config -> mempty - , focusedBorderColor = "#a04000" - , normalBorderColor = "#000000" + , focusedBorderColor = "#ff6c00" + , normalBorderColor = "#ffd9bf" , layoutHook = myLayout , startupHook = spawn fp , manageHook = composeAll [ -- cgit