dwt1--dotfiles/.xmonad/lib/Colors/Dracula.hs

29 lines
457 B
Haskell
Raw Normal View History

module Colors.Dracula where
import XMonad
colorScheme = "dracula"
2021-12-05 18:55:12 +00:00
colorBack = "#282a36"
colorFore = "#f8f8f2"
2021-12-03 19:39:39 +00:00
color01="#000000"
color02="#ff5555"
color03="#50fa7b"
color04="#f1fa8c"
color05="#bd93f9"
color06="#ff79c6"
color07="#8be9fd"
color08="#bfbfbf"
color09="#4d4d4d"
color10="#ff6e67"
color11="#5af78e"
color12="#f4f99d"
color13="#caa9fa"
color14="#ff92d0"
color15="#9aedfe"
color16="#e6e6e6"
2021-12-05 18:55:12 +00:00
colorTrayer :: String
colorTrayer = "--tint 0x282a36"