mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-20 02:14:52 +00:00
Moved to Qtile
This commit is contained in:
parent
d5081812ae
commit
51c7cd4a0c
71 changed files with 542 additions and 47 deletions
17
qtile/modules/themes.py
Normal file
17
qtile/modules/themes.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
paradise = [
|
||||
"#151515", # bg
|
||||
"#E8E3E3", # fg
|
||||
"#8C977D", # accent
|
||||
|
||||
"#151515", # black
|
||||
"#E8E3E3", # white
|
||||
|
||||
"#B66467", # red
|
||||
"#D9BC8C", # orange
|
||||
"#D9BC8C", # yellow
|
||||
"#8C977D", # green
|
||||
"#8DA3B9", # blue
|
||||
"#A988B0", # purple
|
||||
]
|
||||
|
||||
theme = paradise
|
Loading…
Add table
Add a link
Reference in a new issue