mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Adding color scheme palenight
This commit is contained in:
parent
8d959afe24
commit
a926393bb6
1 changed files with 28 additions and 0 deletions
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"
|
Loading…
Add table
Reference in a new issue