mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-23 06:29:31 +00:00
41 lines
No EOL
839 B
JSON
41 lines
No EOL
839 B
JSON
{
|
|
"options": { "CACHE_SHADER": false },
|
|
"compression": "ZSTD",
|
|
"debugMode": false,
|
|
"paddingSize": 10,
|
|
"backgroundColor": "base1",
|
|
"foregroundColor": "text",
|
|
"colorVariables": {
|
|
"base0": "#19181a",
|
|
"green": "#a9dc76",
|
|
"blue": "#78dce8",
|
|
"text": "#fcfcfa",
|
|
"yellow": "#ffd866",
|
|
"orange": "#fc9867",
|
|
"purple": "#ab9df2",
|
|
"red": "#ff6188",
|
|
"base2": "#2d2a2e",
|
|
"base1": "#221f22"
|
|
},
|
|
"progressBarHeight": 2,
|
|
"progressBarSpeedDivision": 10,
|
|
"progressColors": [
|
|
"red",
|
|
"orange",
|
|
"yellow",
|
|
"green"
|
|
],
|
|
"progressTrackColor": "base0",
|
|
"lineAmount": 200,
|
|
"lineWidth": 100,
|
|
"lineMinHeight": 4,
|
|
"lineMaxHeight": 10,
|
|
"lineSpeed": 2.0,
|
|
"lineSpeedDifference": 4.0,
|
|
"lineDirection": "LEFT",
|
|
"lineColors": {
|
|
"base2": 1000,
|
|
"blue": 50,
|
|
"red": 1
|
|
}
|
|
} |