-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdefault-color-schema.json
More file actions
80 lines (80 loc) · 1.94 KB
/
default-color-schema.json
File metadata and controls
80 lines (80 loc) · 1.94 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"statusBar": {
"text": "#C1C6B2",
"blockText": "#FFFDF5",
"background": "#353533",
"versionBackground": "#8338EC",
"drives": {
"modeBackground": "#FF5F87",
"capacityBackground": "#FF5F87",
"freeBackground": "#FF5F87",
"usedBackground": "#FF5F87"
},
"dirs": {
"pathBackground": "#FF5F87",
"modeBackground": "#FF8531",
"sizeBackground": "#FF5F87",
"dirsBackground": "#FF5F87",
"filesBackground": "#FF5F87",
"rowsCounter": "#d81159"
}
},
"chart": {
"aspectRatioFix": 2.4,
"border": "240",
"sector1": "#ffbe0b",
"sector2": "#fb5607",
"sector3": "#ff006e",
"sector4": "#8338ec",
"sector5": "#3a86ff",
"sector6": "#00f5d4",
"sector7": "#fef9ef",
"sector8": "#ff85a1",
"sector9": "#b5838d"
},
"cellText": "",
"tableHeaderBorder": "240",
"tableHeaderText": "#FFBF69",
"selectedRowText": "#262626",
"selectedRowBackground": "#EBBD34",
"markedRowText": "#262626",
"markedRowBackground": "#eae2b7",
"topFilesText": "#EBBD34",
"helpText": "#696868",
"bindingText": "#FFBF69",
"dialogBoxBorder": "#FF303E",
"confirmButtonText": "#FFFDF5",
"confirmButtonBackground": "#353533",
"activeButtonText": "#FFFDF5",
"activeButtonBackground": "#FF8531",
"filterText": "#EBBD34",
"diffAddedMarker": "#06923E",
"diffRemovedMarker": "#FF303E",
"usageThresholdText": "#dc2f02",
"cmdInputText": "#80ed99",
"cmdBarBorder": "240",
"sizeUnit": {
"b": "#C4FFCE",
"kb": "#A1E162",
"mb": "#FFEB6A",
"gb": "#f48c06",
"tb": "#dc2f02",
"pb": "#9d0208",
"eb": "#6a040f"
},
"statusBarBorder": true,
"scanProgressBar": {
"colorProfile": 0,
"startColor": "#833AB4",
"endColor": "#FCB045",
"fullChar": "",
"emptyChar": "",
"showPercent": true
},
"usageProgressBar": {
"colorProfile": 3,
"fullChar": "🟥",
"emptyChar": "🟩",
"showPercent": false
}
}