Skip to content

Commit fded081

Browse files
committed
Add light-dark theme colors ui-theme fixture
1 parent f07af37 commit fded081

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

test/nodes/fixtures/ui-theme.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
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"
2+
"id": "config-ui-theme",
3+
"type": "ui-theme",
4+
"name": "Theme 1",
5+
"colors": {
6+
"light": {
7+
"surface": "#ffffff",
8+
"primary": "#0094CE",
9+
"bgPage": "#eeeeee",
10+
"groupBg": "#ffffff",
11+
"groupOutline": "#cccccc"
12+
},
13+
"dark": {
14+
"surface": "#111111",
15+
"primary": "#0094CE",
16+
"bgPage": "#222222",
17+
"groupBg": "#333333",
18+
"groupOutline": "#cccccc"
1119
}
20+
}
1221
}

0 commit comments

Comments
 (0)