1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-16 04:47:18 +00:00
Dotfiles/home/xmonad/.config/xmobar/lib/GruvboxColors.hs

17 lines
402 B
Haskell
Raw Normal View History

2021-02-25 21:27:47 +00:00
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"