From 172b7f30de746d829613bc7a1a3a82c769110049 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 7 Mar 2025 21:20:57 +1100 Subject: scheme: add update static themes Add primary, secondary and tertiary colours to static themes Remove accent --- scheme/genmaterial.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scheme/genmaterial.py') 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(): -- cgit v1.2.3-freya