Moved to Qtile

This commit is contained in:
Michał Gdula 2022-08-24 21:04:18 +01:00
parent d5081812ae
commit 51c7cd4a0c
71 changed files with 542 additions and 47 deletions

17
qtile/modules/themes.py Normal file
View 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