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
590 B
YAML
35 lines
590 B
YAML
info:
|
|
title: "#abb2bf"
|
|
text: "#98c379"
|
|
menu:
|
|
description: "#abb2bf"
|
|
key: "#e5c07b"
|
|
logo:
|
|
text: "#98c379"
|
|
crumbs:
|
|
foreground: "#080808"
|
|
background: "#e5c07b"
|
|
table:
|
|
title: "#61afef"
|
|
header: "#abb2bf"
|
|
body: "#61afef"
|
|
status:
|
|
starting: "#61afef"
|
|
healthy: "#abb2bf"
|
|
unhealthy: "#e06370"
|
|
waiting: "#ffb86c"
|
|
succeeded: "#abb2bf"
|
|
failed: "#c678dd"
|
|
unknown: gray
|
|
yaml:
|
|
key: "#e06370"
|
|
colon: "#abb2bf"
|
|
value: "#abb2bf"
|
|
topology:
|
|
line: "#abb2bf"
|
|
app: red
|
|
workflow: "#e5c07b"
|
|
component: "#61afef"
|
|
policy: "#abb2bf"
|
|
trait: "#e06370"
|
|
kind: "#61afef" |