chore: Added more config files
This commit is contained in:
parent
00e95f6df9
commit
3cafdb0c71
13 changed files with 1557 additions and 0 deletions
BIN
.config/xmonad/lib/Colors/DoomOne.hi
Normal file
BIN
.config/xmonad/lib/Colors/DoomOne.hi
Normal file
Binary file not shown.
28
.config/xmonad/lib/Colors/DoomOne.hs
Normal file
28
.config/xmonad/lib/Colors/DoomOne.hs
Normal file
|
@ -0,0 +1,28 @@
|
|||
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"
|
BIN
.config/xmonad/lib/Colors/DoomOne.o
Normal file
BIN
.config/xmonad/lib/Colors/DoomOne.o
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue