Changed Theme to Teal partially
This commit is contained in:
parent
1d04cbe23d
commit
76e37fd15c
5 changed files with 33 additions and 42 deletions
|
@ -1,28 +0,0 @@
|
|||
module Colors.DoomOne where
|
||||
|
||||
import XMonad
|
||||
|
||||
colorScheme = "doom-one"
|
||||
|
||||
colorBack = "#282c34"
|
||||
colorFore = "#bbc2cf"
|
||||
|
||||
color01 = "#1c1f24"
|
||||
color02 = "#ff6c6b"
|
||||
color03 = "#98be65"
|
||||
color04 = "#da8548"
|
||||
color05 = "#51afef"
|
||||
color06 = "#c678dd"
|
||||
color07 = "#5699af"
|
||||
color08 = "#202328"
|
||||
color09 = "#5b6268"
|
||||
color10 = "#da8548"
|
||||
color11 = "#4db5bd"
|
||||
color12 = "#ecbe7b"
|
||||
color13 = "#3071db"
|
||||
color14 = "#a9a1e1"
|
||||
color15 = "#46d9ff"
|
||||
color16 = "#dfdfdf"
|
||||
|
||||
colorTrayer :: String
|
||||
colorTrayer = "--tint 0x282c34"
|
Binary file not shown.
18
.config/xmonad/lib/Colors/Teal.hs
Normal file
18
.config/xmonad/lib/Colors/Teal.hs
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
module Colors.Teal where
|
||||
|
||||
import XMonad
|
||||
|
||||
colorScheme = "teal"
|
||||
|
||||
colorBack = "#282c34"
|
||||
colorFore = "#bbc2cf"
|
||||
|
||||
color01 = "#006666"
|
||||
color02 = "#01F9C1"
|
||||
color03 = "#5b6268"
|
||||
color04 = "#b2d8d8"
|
||||
color05 = "#02CB9E"
|
||||
|
||||
colorTrayer :: String
|
||||
colorTrayer = "--tint 0x282c34"
|
Loading…
Add table
Add a link
Reference in a new issue