mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-08 16:29:28 -05:00
scheme: add update static themes
Add primary, secondary and tertiary colours to static themes Remove accent
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user