-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json
168 lines (158 loc) · 5.7 KB
/
config.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"themes": [
{
"displayName": "Dark",
"id": "dark",
"app-logo": "",
"colors": {
"bg-layer-0": "#000000",
"bg-layer-1": "#090D13",
"bg-layer-2": "#141A23",
"bg-layer-3": "#222932",
"bg-layer-4": "#424952",
"bg-blackout": "#090D13B3",
"bg-error": "#402027",
"bg-warning": "#3F3D25",
"bg-info": "#1C2C47",
"bg-success": "#1D3841",
"bg-accent-primary": "#5C8DEA",
"bg-accent-secondary": "#37BABC",
"bg-accent-tertiary": "#A972FF",
"bg-accent-primary-alpha": "#5C8DEA2B",
"bg-accent-secondary-alpha": "#37BABC26",
"bg-accent-tertiary-alpha": "#A972FF2B",
"text-primary": "#F3F4F6",
"text-secondary": "#7F8792",
"text-error": "#F76464",
"text-warning": "#F4CE46",
"text-info": "#5C8DEA",
"text-success": "#37BABC",
"text-accent-primary": "#5C8DEA",
"text-accent-secondary": "#37BABC",
"text-accent-tertiary": "#A972FF",
"stroke-primary": "#424952",
"stroke-secondary": "#222932",
"stroke-tertiary": "#090D13",
"stroke-error": "#F76464",
"stroke-warning": "#F4CE46",
"stroke-info": "#5C8DEA",
"stroke-success": "#37BABC",
"stroke-hover": "#F3F4F6",
"stroke-accent-primary": "#5C8DEA",
"stroke-accent-secondary": "#37BABC",
"stroke-accent-tertiary": "#A972FF",
"controls-bg-accent": "#5C8DEA",
"controls-bg-accent-hover": "#4878D2",
"controls-bg-disable": "#7F8792",
"controls-text-permanent": "#FCFCFC",
"controls-text-disable": "#424952",
"bg-model-icon": "#FFFFFF"
},
"topicColors": {
"bg-topic-default": "#5C8DEA2B",
"stroke-topic-default": "#5C8DEA",
"bg-topic-business": "#5C8DEA2B",
"stroke-topic-business": "#5C8DEA",
"bg-topic-development": "#60D2392B",
"stroke-topic-development": "#60D239",
"bg-topic-user-experience": "#FF4E7826",
"stroke-topic-user-experience": "#FF4E78",
"bg-topic-analysis": "#A972FF2B",
"stroke-topic-analysis": "#A972FF",
"bg-topic-sql": "#C7925A26",
"stroke-topic-sql": "#C7925A",
"bg-topic-sdlc": "#3F3D25",
"stroke-topic-sdlc": "#F4CE46",
"bg-topic-talk-to-your-data": "#CD00D426",
"stroke-topic-talk-to-your-data": "#CD00D4",
"bg-topic-rag": "#6C902626",
"stroke-topic-rag": "#6C9026",
"bg-topic-text-generation": "#37BABC26",
"stroke-topic-text-generation": "#37BABC",
"bg-topic-image-generation": "#FF6B0026",
"stroke-topic-image-generation": "#FF6B00",
"bg-topic-image-recognition": "#4D4DFF26",
"stroke-topic-image-recognition": "#4D4DFF"
}
},
{
"displayName": "Light",
"id": "light",
"app-logo": "",
"colors": {
"bg-layer-0": "#FCFCFC",
"bg-layer-1": "#EAEDF0",
"bg-layer-2": "#F3F4F6",
"bg-layer-3": "#FCFCFC",
"bg-layer-4": "#C3C9D0",
"bg-blackout": "#090D134D",
"bg-error": "#F3D6D8",
"bg-warning": "#FAF0CF",
"bg-info": "#D3DFF5",
"bg-success": "#CEEBEE",
"bg-accent-primary": "#2764d9",
"bg-accent-secondary": "#009D9F",
"bg-accent-tertiary": "#843EF3",
"bg-accent-primary-alpha": "#2764d91A",
"bg-accent-secondary-alpha": "#009D9F1A",
"bg-accent-tertiary-alpha": "#843EF31A",
"text-primary": "#141A23",
"text-secondary": "#7F8792",
"text-error": "#AE2F2F",
"text-warning": "#DAAE14",
"text-info": "#2764D9",
"text-success": "#009D9F",
"text-accent-primary": "#2764D9",
"text-accent-secondary": "#009D9F",
"text-accent-tertiary": "#843EF3",
"stroke-primary": "#C3C9D0",
"stroke-secondary": "#D4D9E0",
"stroke-tertiary": "#EAEDF0",
"stroke-hover": "#141A23",
"stroke-error": "#AE2F2F",
"stroke-warning": "#DAAE14",
"stroke-info": "#2764D9",
"stroke-success": "#009D9F",
"stroke-accent-primary": "#2764D9",
"stroke-accent-secondary": "#009D9F",
"stroke-accent-tertiary": "#843EF3",
"controls-bg-accent": "#5C8DEA",
"controls-bg-accent-hover": "#4878D2",
"controls-bg-disable": "#7F8792",
"controls-text-permanent": "#FCFCFC",
"controls-text-disable": "#C3C9D0"
},
"topicColors": {
"bg-topic-default": "#5C8DEA2B",
"stroke-topic-default": "#5C8DEA",
"bg-topic-business": "#5C8DEA2B",
"stroke-topic-business": "#5C8DEA",
"bg-topic-development": "#60D2392B",
"stroke-topic-development": "#60D239",
"bg-topic-user-experience": "#FF4E7826",
"stroke-topic-user-experience": "#FF4E78",
"bg-topic-analysis": "#A972FF2B",
"stroke-topic-analysis": "#A972FF",
"bg-topic-sql": "#C7925A26",
"stroke-topic-sql": "#C7925A",
"bg-topic-sdlc": "#FAF0CF",
"stroke-topic-sdlc": "#DAAE14",
"bg-topic-talk-to-your-data": "#CD00D426",
"stroke-topic-talk-to-your-data": "#CD00D4",
"bg-topic-rag": "#6C902626",
"stroke-topic-rag": "#6C9026",
"bg-topic-text-generation": "#37BABC26",
"stroke-topic-text-generation": "#37BABC",
"bg-topic-image-generation": "#FF6B0026",
"stroke-topic-image-generation": "#FF6B00",
"bg-topic-image-recognition": "#4D4DFF26",
"stroke-topic-image-recognition": "#4D4DFF"
}
}
],
"images": {
"default-model": "message-square-lines-alt.svg",
"default-addon": "message-square-lines-alt.svg",
"favicon": "favicon.png"
}
}