mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +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
586 B
YAML
35 lines
586 B
YAML
info:
|
|
title: "#c4a7e7"
|
|
text: "#e0def4"
|
|
menu:
|
|
description: "#6b6b7f"
|
|
key: "#c4a7e7"
|
|
logo:
|
|
text: "#c4a7e7"
|
|
crumbs:
|
|
foreground: "#e0def4"
|
|
background: "#26233a"
|
|
table:
|
|
title: "#e0def4"
|
|
header: "#e0def4"
|
|
body: "#d7afaf"
|
|
status:
|
|
starting: "#ebbcba"
|
|
healthy: "#31748f"
|
|
unhealthy: "#eb6f92"
|
|
waiting: yellow
|
|
succeeded: "#6272a4"
|
|
failed: "#6272a4"
|
|
unknown: gray
|
|
yaml:
|
|
key: "#c4a7e7"
|
|
colon: "#c4a7e7"
|
|
value: "#e0def4"
|
|
topology:
|
|
line: white
|
|
app: "#c4a7e7"
|
|
workflow: yellow
|
|
component: "#31748f"
|
|
policy: "#6272a4"
|
|
trait: "#eb6f92"
|
|
kind: "#c4a7e7" |