mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
Adding color scheme palenight
This commit is contained in:
28
.xmonad/lib/Colors/Palenight.hs
Normal file
28
.xmonad/lib/Colors/Palenight.hs
Normal file
@@ -0,0 +1,28 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user