1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00
dwt1--dotfiles/.xmonad/lib/Colors/Palenight.hs
2021-12-06 15:20:22 -06:00

28 lines
493 B
Haskell

module Colors.Palenight where
import XMonad
colorScheme = "palenight"
colorBack = "#292d3e"
colorFore = "#d0d0d0"
color01 = "#292d3e"
color02 = "#f07178"
color03 = "#c3e88d"
color04 = "#ffcb6b"
color05 = "#82aaff"
color06 = "#c792ea"
color07 = "#89ddff"
color08 = "#d0d0d0"
color09 = "#434758"
color10 = "#ff8b92"
color11 = "#ddffa7"
color12 = "#ffe585"
color13 = "#9cc4ff"
color14 = "#e1acff"
color15 = "#a3f7ff"
color16 = "#ffffff"
colorTrayer :: String
colorTrayer = "--tint 0x292d3e"