dots/qtile/modules/themes.py
2022-08-24 21:04:18 +01:00

17 lines
282 B
Python

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