diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-03-11 22:19:31 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-03-11 22:19:31 +0530 |
commit | 9bc07f3ee761b9bf84a16e27fcc3b0303b98aaa2 (patch) | |
tree | 1fa86bc3cacf563977b2530979ab84ce796072a3 /.config/XMonad/lib/Defaults.hs | |
parent | 6ceaafc53468ea5d57f74d1881278f84490758a9 (diff) |
back to purple theme
Diffstat (limited to '.config/XMonad/lib/Defaults.hs')
-rw-r--r-- | .config/XMonad/lib/Defaults.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs index 2ba8612..3984442 100644 --- a/.config/XMonad/lib/Defaults.hs +++ b/.config/XMonad/lib/Defaults.hs @@ -9,10 +9,10 @@ import XMonad.Util.Loggers -- import XMonad.Hooks.StatusBar -- import XMonad.Hooks.StatusBar.PP --- myBorder = "#120F23" --- myBorder' = "#C44CF2" myBorder = "#120F23" -myBorder' = "#1ca09d" +myBorder' = "#C44CF2" +-- myBorder = "#120F23" +-- myBorder' = "#1ca09d" myBorderWidth :: Dimension myBorderWidth = 2 |