-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.yml
86 lines (67 loc) · 1.34 KB
/
theme.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Setting your theme
use_theme: "sky"
# Theme basic settings
basic_node: &basic_node
fontname: "wqy-microhei"
shape: "box"
peripheries: 1
style: "rounded, filled"
# Theme list
lemon:
name: "柠檬黄主题"
# 说明
# color 非填充是边框色、填充就是节点背景色
# fontcolor 是文字颜色
# 画布属性
graph:
bgcolor: "#eff1f3" # 全局背景
# 节点
node_attrs: &lemon_node
<<: *basic_node
color: "#696773"
fontcolor: "#fcfcfc"
# 高亮节点
node_warn_attrs:
<<: *basic_node
fontcolor: "#ffffff"
color: "#f19b97"
# 边
edge_attrs:
color: "#696773"
# 子图容器
cluster:
style: "filled"
color: "#e3efd7"
# 子图节点
cluster_node:
color: "#f4b184"
fontcolor: "#ffffff"
sky:
name: "天真蓝主题"
# 说明
# color 非填充是边框色、填充就是节点背景色
# fontcolor 是文字颜色
# 画布背景
graph:
bgcolor: "#ffffff" # 全局背景
# 节点
node_attrs:
<<: *basic_node
color: "#deeaf6"
fontcolor: "#000000"
# 高亮节点
node_warn_attrs:
<<: *basic_node
fontcolor: "#000000"
color: "#ffda65"
# 边
edge_attrs:
color: "#021d57"
# 子图
cluster:
style: "filled"
color: "#deeaf6"
# 子图节点
cluster_node:
color: "#5a9ad7"
fontcolor: "#ffffff"