We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863fc77 commit f99122bCopy full SHA for f99122b
1 file changed
test/nodes/fixtures/ui-theme.json
@@ -2,11 +2,19 @@
2
"id": "config-ui-theme",
3
"type": "ui-theme",
4
"name": "Theme 1",
5
- "colors": {
6
- "surface": "#ffffff",
7
- "primary": "#0094ce",
8
- "bgPage": "#eeeeee",
9
- "groupBg": "#ffffff",
10
- "groupOutline": "#cccccc"
+ "colors":
+ {
+ "surfaceLight": "#ffffff",
+ "primaryLight": "#0094CE",
+ "bgPageLight": "#eeeeee",
+ "groupBgLight": "#ffffff",
11
+ "groupOutlineLight": "#cccccc",
12
+
13
+ "surfaceDark": "#111111",
14
+ "primaryDark": "#0094CE",
15
+ "bgPageDark": "#222222",
16
+ "groupBgDark": "#333333",
17
+ "groupOutlineDark": "#cccccc"
18
}
19
20
0 commit comments