-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMPR: Better color management to support themed css #877
base: develop
Are you sure you want to change the base?
Conversation
Nice work! It looks like you've got some other changes in this PR not related to the theme changes you've been working on. Can you please split this out? PRs should be (reasonably) self-contained bodies of work - that makes it a great deal easier to review, patch and schedule for release. |
There's also locale update I can remove it. Some other css changes comes up from automatic linter, but looks like default project linter doesn't works properly
|
Current color theme is Catpuchin Mocha
An example to switch light/dark included at src/scss/global/colours_theme.scss:
A color theme can be imported at src/scss/global/colours.scss For example:
@import "mocha";