-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add custom css dark theme customization (#12794)
* Add custom css dark theme customization - The custom.css consumes the custom theme colors and use them. - Added a custom split filter for spliting the passed in 2 hex colors string. - Added tests. (depends on PR #12613) * Fix test fails of custom.css theme settings This commit fixes the test fails previously appeared. Mainly due to incorrect logic and use of incorrect color variables in the template. Changes: - Refactored custom.css and made CustomCssView handle custom theme settings instead of the css template. - also removed the no longer used custom_filters.py and test_custom_filters.py Dependes on PR: #12613 * Add tests to split_colors Fixes #9372
- Loading branch information
Showing
3 changed files
with
173 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.