skyline-console/releasenotes/notes/Support-A-Custom-Theme-fe56c9dc8d3bfe03.yaml
zhangjingwei e018659955 feat: support a custom UI theme
support a custom UI theme

Change-Id: Ic2f25fcc4620b06710c3ff1f26f84aba43881762
2024-01-03 11:45:28 +08:00

12 lines
386 B
YAML

---
features:
- |
Support a custom UI theme
* Support theme setting in the config.yaml file, optional values: default, custom.
The default value represents the old theme, the custom value represents the new theme,
and the color is light.
* When you want to use the customized new theme, you can set `theme: custom` in config.yaml
or local_config.yaml.