1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-09 14:33:36 +00:00
Dotfiles/home/xmonad/.config/xmobar/lib/GruvboxColors.hs
2021-05-03 00:13:22 +03:00

20 lines
501 B
Haskell

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