Skip to content

Commit f99122b

Browse files
committed
Add light-dark theme colors ui-theme fixture
1 parent 863fc77 commit f99122b

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

test/nodes/fixtures/ui-theme.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22
"id": "config-ui-theme",
33
"type": "ui-theme",
44
"name": "Theme 1",
5-
"colors": {
6-
"surface": "#ffffff",
7-
"primary": "#0094ce",
8-
"bgPage": "#eeeeee",
9-
"groupBg": "#ffffff",
10-
"groupOutline": "#cccccc"
5+
"colors":
6+
{
7+
"surfaceLight": "#ffffff",
8+
"primaryLight": "#0094CE",
9+
"bgPageLight": "#eeeeee",
10+
"groupBgLight": "#ffffff",
11+
"groupOutlineLight": "#cccccc",
12+
13+
"surfaceDark": "#111111",
14+
"primaryDark": "#0094CE",
15+
"bgPageDark": "#222222",
16+
"groupBgDark": "#333333",
17+
"groupOutlineDark": "#cccccc"
1118
}
19+
1220
}

0 commit comments

Comments
 (0)