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

20 lines
501 B
Haskell
Raw Normal View History

2021-02-25 21:27:47 +00:00
module GruvboxColors where
backgroundColor = "#282828"
2021-04-10 23:36:27 +00:00
currentLineColor = "#fabd2f"
selectionColor = "#665c54"
2021-02-25 21:27:47 +00:00
foregroundColor = "#ebdbb2"
2021-04-10 23:36:27 +00:00
foregroundSecondColor = "#fbf1c1"
2021-02-25 21:27:47 +00:00
commentColor = "#458588"
cyanColor = "#83a598"
2021-05-02 21:13:22 +00:00
greenColor = "#98971a"
greenDarkerColor = "#98971a"
2021-02-25 21:27:47 +00:00
orangeColor = "#fe8019"
pinkColor = "#d3869b"
2021-04-10 23:36:27 +00:00
purpleColor = "#b16286"
2021-02-25 21:27:47 +00:00
redColor = "#cc241d"
yellowColor = "#fabd2f"
2021-04-10 23:36:27 +00:00
grayColor = "#a89984"
2021-02-25 21:27:47 +00:00