chore(xmonad): Addded gruvbox theme and changed to wezterm
This commit is contained in:
parent
1953a639ab
commit
35b5565265
5 changed files with 25 additions and 33 deletions
17
.config/xmonad/lib/Colors/GruvBox.hs
Normal file
17
.config/xmonad/lib/Colors/GruvBox.hs
Normal file
|
@ -0,0 +1,17 @@
|
|||
module Colors.GruvBox where
|
||||
|
||||
import XMonad
|
||||
|
||||
colorScheme = "gruvbox"
|
||||
|
||||
colorTrayer :: String
|
||||
colorTrayer = "--tint 0x282828"
|
||||
|
||||
blue = "#83A598"
|
||||
aqua = "#8EC07C"
|
||||
orange = "#FE8019"
|
||||
red = "#FB4934"
|
||||
green = "#B8BB26"
|
||||
gray0 = "#7C6F64"
|
||||
gray1 = "#928374"
|
||||
gray2 = "#A89984"
|
Binary file not shown.
|
@ -1,25 +0,0 @@
|
|||
|
||||
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"
|
||||
|
||||
grey1 = "#2B2E37"
|
||||
grey2 = "#555E70"
|
||||
grey3 = "#697180"
|
||||
grey4 = "#8691A8"
|
||||
cyan = "#8BABF0"
|
||||
orange = "#C45500"
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue