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>
38 lines
587 B
YAML
38 lines
587 B
YAML
info:
|
|
title: orange
|
|
text: white
|
|
menu:
|
|
description: "#707070"
|
|
key: dodgerblue
|
|
logo:
|
|
text: orange
|
|
crumbs:
|
|
foreground: black
|
|
background: "#ffaf00"
|
|
border:
|
|
app: black
|
|
table: aqua
|
|
table:
|
|
title: aqua
|
|
header: white
|
|
body: "#87d7ff"
|
|
status:
|
|
starting: lightskyblue
|
|
healthy: white
|
|
unhealthy: orangered
|
|
waiting: darkorange
|
|
succeeded: gray
|
|
failed: mediumpurple
|
|
unknown: gray
|
|
yaml:
|
|
key: steelblue
|
|
colon: white
|
|
value: papayawhip
|
|
topology:
|
|
line: orange
|
|
app: white
|
|
workflow: blue
|
|
component: orange
|
|
policy: yellow
|
|
trait: lightblue
|
|
kind: dodgerblue |