fix: rework zipping of files, better build CI
Thanks to @npv12 for this PR!
This commit is contained in:
@@ -7,9 +7,9 @@ ctp_colors = {
|
||||
"macchiato": Flavour.macchiato()
|
||||
}
|
||||
|
||||
def get_all_accent(flavor):
|
||||
def get_all_accent():
|
||||
accent = {}
|
||||
for key, value in flavor.__dict__.items():
|
||||
for key, value in Flavour.latte().__dict__.items():
|
||||
if key not in ['white', 'black', 'text', 'subtext0', 'subtext1', 'overlay0', 'overlay1', 'overlay2', 'surface0', 'surface1', 'surface2', 'base', 'mantle', 'crust']:
|
||||
accent[key] = value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user