-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathconfig.json
More file actions
20 lines (20 loc) · 760 Bytes
/
config.json
File metadata and controls
20 lines (20 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"fonts": {
"normal": { "face": "NotoSans-Regular.ttf", "size": 10 },
"symbols": { "face": "NotoSansSymbols-Medium.ttf", "size": 10 },
"monospaced": { "face": "CascadiaCode.ttf", "size": 10 },
"info": { "face": "NotoSans-Regular.ttf", "size": 9 }
},
"colors": {
"windowBackground": [ 5, 5, 5, 255],
"primary": [ 60, 15, 15, 255],
"primaryHighlight": [ 80, 15, 15, 255],
"text": [ 255, 255, 255, 255],
"disabled": [ 24, 24, 24, 255],
"disabledText": [ 128, 128, 128, 255],
"tab": [ 100, 30, 30, 255],
"tabSelected": [ 255, 128, 128, 48],
"tabHighlight": [ 128, 128, 128, 255],
"tabSelectedHighlight": [ 128, 128, 128, 255]
}
}