1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-18 05:27:51 +00:00
Dotfiles/home/xmonad/.xmonad/lib/GruvboxColors.hs
2021-02-26 00:27:47 +03:00

19 lines
470 B
Haskell

module GruvboxColors where
backgroundColor = "#282828"
currentLineColor = "#fabd2f"
selectionColor = "#665c54"
foregroundColor = "#ebdbb2"
foregroundSecondColor = "#fbf1c1"
commentColor = "#458588"
cyanColor = "#83a598"
greenColor = "#8ec07c"
greenDarkerColor = "#689d6a"
orangeColor = "#fe8019"
pinkColor = "#d3869b"
purpleColor = "#b16286"
redColor = "#cc241d"
yellowColor = "#fabd2f"