feat: add build CI

This commit is contained in:
rubyowo
2022-12-10 18:37:34 +04:00
committed by GitHub
parent 17aaa5b36c
commit 35597b98d7
6 changed files with 86 additions and 49 deletions

View File

@@ -13,7 +13,7 @@ def create_theme(type: str, accent: str, dest: str = tmp_dir, link: bool = False
os.makedirs(tmp_dir) # Create our temporary directory
except FileExistsError:
pass
# Recolor colloid wrt our selection like mocha. latte
recolor(ctp_colors[type], accent)
theme_style: str = "light" if type == "latte" else "dark"