-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 955 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 955 Bytes
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
{
"name": "FluentMod",
"version": "0.0.4",
"description": "A Fluent Design UI changer.",
"author": "Marc Espín",
"type":"custom_theme",
"highlight":"default",
"css":["main.css"],
"colors": {
"primaryColor": "#222222",
"secondaryColor": "#171717",
"accentColor":"#FF0048",
"accentLightColor":"#FE3D78",
"accentDarkColor":"#C8002F",
"editor-background-color": "#191919",
"white-black": "white",
"black-white": "white",
"widget-color": "#3B3B3B",
"buttons-roundness":"4px",
"dropmenu-background-color": "#2E2E2E",
"dropmenu-span-color": "#818181",
"titleBar-icons-color":"white",
"window-radius":"8px",
"window-border-color":"#2E2E2E",
"notifications-background-color":"#252525",
"notifications-window-radius":"5px",
"shadows":"rgba(0,0,0,0.30)",
"scalation":"0.98",
"scroll-color":"rgba(255,255,255,0.2)",
"scroll-color-hover":"rgba(255,255,255,0.5)"
}
}