summaryrefslogtreecommitdiff
path: root/scheme/genmaterial.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-07 21:20:57 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-07 21:20:57 +1100
commit172b7f30de746d829613bc7a1a3a82c769110049 (patch)
tree78bf4072a8db3e80f01c9b563eec262f6d7dce89 /scheme/genmaterial.py
parentscheme: use material colours for layers & accents (diff)
downloadcaelestia-cli-172b7f30de746d829613bc7a1a3a82c769110049.tar.gz
caelestia-cli-172b7f30de746d829613bc7a1a3a82c769110049.tar.bz2
caelestia-cli-172b7f30de746d829613bc7a1a3a82c769110049.zip
scheme: add update static themes
Add primary, secondary and tertiary colours to static themes Remove accent
Diffstat (limited to 'scheme/genmaterial.py')
-rwxr-xr-xscheme/genmaterial.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scheme/genmaterial.py b/scheme/genmaterial.py
index fb9bbe6..0ac4c71 100755
--- a/scheme/genmaterial.py
+++ b/scheme/genmaterial.py
@@ -102,7 +102,6 @@ colours = {
"base": colours["surface"],
"mantle": darken(colours["surface"], 0.03),
"crust": darken(colours["surface"], 0.05),
- "accent": colours["primary"], # FIXME: for compatibility
}
for name, colour in colours.items():