Adding modular colorschemes to Xmonad.

This commit is contained in:
Derek Taylor
2021-12-05 12:55:12 -06:00
parent 8d9f02da8d
commit d7efb4f22f
13 changed files with 41 additions and 6 deletions

View File

@@ -3,6 +3,10 @@ module Colors.GruvboxDark where
import XMonad
colorScheme = "gruvbox-dark"
colorBack = "#282828"
colorFore = "#ebdbb2"
color01 = "#282828"
color02 = "#cc241d"
color03 = "#98971a"
@@ -19,3 +23,6 @@ color13 = "#83a598"
color14 = "#d3869b"
color15 = "#8ec07c"
color16 = "#ebdbb2"
colorTrayer :: String
colorTrayer = "--tint 0x282828"