-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.json
More file actions
45 lines (45 loc) · 1.12 KB
/
registry.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"CURRENT_THEME": "dark",
"LOADING_BACKGROUND_COLOR": "black",
"LOGO_PATH": "assets/ACOS_Logo.png",
"MAIN_BG_COLOR": {
"dark": "#161614",
"light": "#fcf2b1",
"light-dark": "#262626"
},
"MAIN_FG_COLOR": {
"dark": "#E4E5DA",
"light": "#230C08"
},
"NAVBAR_BG_COLOR": {
"dark": "#950063",
"light": "#6FC214"
},
"NAVBAR_SIZE": 64,
"WIN_HEIGHT": 512,
"WIN_WIDTH": 1024,
"SYSTEM_LANG": "en",
"SOFTWARES_FOLDER": "softwares",
"FULLSCREEN_ENABLED": true,
"USERS_FOLDER": "users",
"USERDATA_NAME": ".userdata",
"ICONS_SIZES": 16,
"APP_FRAME_BACKGROUND_COLOR": "#950063",
"DEFAULT_APPS": [
"settings",
"SYSTEM_Filesystem",
"Micr0n",
"app_browser",
"image_viewer",
"paintapp",
"textrock"
],
"NOTIFICATION_STAYING_TIME": 5000,
"DATETIME_FORMAT": "%d/%m/%Y %H:%M:%S",
"SPACING_BETWEEN_TOPBAR_ELEMENTS": 10,
"TOPBAR_POSITION_ON_TOP": true,
"DESKTOP_FONT": [
"Helvetica",
12
]
}