Skip to content

Commit e132df3

Browse files
committed
theme: icons colors
1 parent 3b70819 commit e132df3

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

theme-cernbox/theme.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,18 @@
4242
"swatch-warning-default": "",
4343
"swatch-warning-hover": "",
4444
"swatch-warning-muted": "",
45-
"text-default": "#000",
46-
"text-inverse": "",
47-
"text-muted": ""
45+
"text-default": "#041e42",
46+
"text-inverse": "#ffffff",
47+
"text-muted": "#4c5f79",
48+
"icon-folder": "#00a3d9",
49+
"icon-archive": "#FBBE54",
50+
"icon-image": "#EE6B3B",
51+
"icon-spreadsheet": "#15C286",
52+
"icon-document": "#3B44A6",
53+
"icon-video": "#045459",
54+
"icon-audio": "#700460",
55+
"icon-presentation": "#EE6B3B",
56+
"icon-pdf": "#EC0D47"
4857
},
4958
"fontSizes": {
5059
"default": "",
@@ -127,7 +136,16 @@
127136
"swatch-warning-muted": "",
128137
"text-default": "#c2c2c2",
129138
"text-inverse": "#000000",
130-
"text-muted": "#696969"
139+
"text-muted": "#696969",
140+
"icon-folder": "#4d7eaf",
141+
"icon-archive": "rgb(255, 207, 1)",
142+
"icon-image": "rgb(255, 111, 0)",
143+
"icon-spreadsheet": "rgb(0, 182, 87)",
144+
"icon-document": "rgb(44, 101, 255)",
145+
"icon-video": "rgb(0, 187, 219)",
146+
"icon-audio": "rgb(208, 67, 236)",
147+
"icon-presentation": "rgb(255, 64, 6)",
148+
"icon-pdf": "rgb(225, 5, 14)"
131149
},
132150
"fontSizes": {
133151
"default": "",

0 commit comments

Comments
 (0)