1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-03 03:33:36 +00:00
Dotfiles/home/xmonad/.config/xmobar/lib/GruvboxColors.hs
2021-02-26 00:27:47 +03:00

17 lines
402 B
Haskell

module GruvboxColors where
backgroundColor = "#282828"
currentLineColor = "#504945"
selectionColor = "#504945"
foregroundColor = "#ebdbb2"
commentColor = "#458588"
cyanColor = "#83a598"
greenColor = "#589d6a"
orangeColor = "#fe8019"
pinkColor = "#d3869b"
purpleColor = "#bd93f9"
redColor = "#cc241d"
yellowColor = "#fabd2f"