Change xmonad border colors
diff --git a/modules/xmonad/xmonad.hs b/modules/xmonad/xmonad.hs
index 197f28c..f54c86c 100644
--- a/modules/xmonad/xmonad.hs
+++ b/modules/xmonad/xmonad.hs
@@ -105,6 +105,8 @@
            $ def
   { modMask = modifierKey  -- Use Super as our mod key
   , borderWidth = 2
+  , normalBorderColor = "#61afef"
+  , focusedBorderColor = "#c678dd"
   , XMonad.terminal = Main.terminal
   , XMonad.workspaces = Main.workspaces
   , XMonad.startupHook = Main.startupHook