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
589 B
YAML
35 lines
589 B
YAML
info:
|
|
title: "#ff79c6"
|
|
text: "#f8f8f2"
|
|
menu:
|
|
description: "#f8f8f2"
|
|
key: "#ff79c6"
|
|
logo:
|
|
text: "#bd93f9"
|
|
crumbs:
|
|
foreground: "#f8f8f2"
|
|
background: "#44475a"
|
|
table:
|
|
title: "#f8f8f2"
|
|
header: "#f8f8f2"
|
|
body: "#ffb86c"
|
|
status:
|
|
starting: "#8be9fd"
|
|
healthy: "#50fa7b"
|
|
unhealthy: "#ff5555"
|
|
waiting: yellow
|
|
succeeded: "#6272a4"
|
|
failed: "#6272a4"
|
|
unknown: gray
|
|
yaml:
|
|
key: "#ff79c6"
|
|
colon: "#bd93f9"
|
|
value: "#f8f8f2"
|
|
topology:
|
|
line: white
|
|
app: "#ff79c6"
|
|
workflow: "#ffb86c"
|
|
component: "#bd93f9"
|
|
policy: "#44475a"
|
|
trait: "#50fa7b"
|
|
kind: "#bd93f9" |