Adding modular colorschemes to Xmonad.

This commit is contained in:
Derek Taylor
2021-12-03 13:39:39 -06:00
parent a818ff0db0
commit 8d9f02da8d
13 changed files with 265 additions and 169 deletions

View File

@@ -3,6 +3,10 @@ module Colors.DoomOne where
import XMonad
colorScheme = "doom-one"
colorBack = "#282c34"
colorFore = "#bbc2cf"
color01 = "#1c1f24"
color02 = "#ff6c6b"
color03 = "#98be65"