mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
* Feat: add the diy theme feature Signed-off-by: HanMengnan <1448189829@qq.com> * Fix: add test case Signed-off-by: HanMengnan <1448189829@qq.com> * Fix: update go mod to fix vela top can't show on some terminal Signed-off-by: HanMengnan <1448189829@qq.com> * Fix: add test case Signed-off-by: HanMengnan <1448189829@qq.com> * Feat: embed theme file Signed-off-by: HanMengnan <1448189829@qq.com> * Feat: add theme selector and add test cases Signed-off-by: HanMengnan <1448189829@qq.com> * Fix: fix type bug Signed-off-by: HanMengnan <1448189829@qq.com> * Fix: fix some file bugs Signed-off-by: HanMengnan <1448189829@qq.com> Signed-off-by: HanMengnan <1448189829@qq.com>
35 lines
461 B
YAML
35 lines
461 B
YAML
info:
|
|
title: red
|
|
text: red
|
|
menu:
|
|
description: white
|
|
key: red
|
|
logo:
|
|
text: red
|
|
crumbs:
|
|
foreground: black
|
|
background: red
|
|
table:
|
|
title: red
|
|
header: red
|
|
body: white
|
|
status:
|
|
starting: red
|
|
healthy: white
|
|
unhealthy: red
|
|
waiting: darkred
|
|
succeeded: gray
|
|
failed: red
|
|
unknown: gray
|
|
yaml:
|
|
key: red
|
|
colon: white
|
|
value: red
|
|
topology:
|
|
line: white
|
|
app: darkred
|
|
workflow: red
|
|
component: red
|
|
policy: red
|
|
trait: red
|
|
kind: red |