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

17 lines
402 B
Haskell

module DraculaColors where
backgroundColor = "#282a36"
currentLineColor = "#44475a"
selectionColor = "#44475a"
foregroundColor = "#f8f8f2"
commentColor = "#6272a4"
cyanColor = "#8be9fd"
greenColor = "#50fa7b"
orangeColor = "#ffb86c"
pinkColor = "#ff79c6"
purpleColor = "#bd93f9"
redColor = "#ff5555"
yellowColor = "#f1fa8c"