allthemons-gf/config/darkmodeeverywhereshaders.json
2026-05-17 19:29:34 +02:00

52 lines
No EOL
1.3 KiB
JSON

{
"shaders": [
null,
{
"texShaderLocation": {
"namespace": "darkmodeeverywhere",
"path": "dark_position_tex"
},
"texColorShaderLocation": {
"namespace": "darkmodeeverywhere",
"path": "dark_position_tex_color"
},
"displayName": {
"translate": "gui.darkmodeeverywhere.perfect_dark"
},
"divideFactor": 5.5,
"darkColorReplacement": 4868682
},
{
"texShaderLocation": {
"namespace": "darkmodeeverywhere",
"path": "dark_position_tex"
},
"texColorShaderLocation": {
"namespace": "darkmodeeverywhere",
"path": "dark_position_tex_color"
},
"displayName": {
"translate": "gui.darkmodeeverywhere.less_perfect_dark"
},
"divideFactor": 3.5,
"darkColorReplacement": 4868682
},
{
"texShaderLocation": {
"namespace": "darkmodeeverywhere",
"path": "dark_position_tex"
},
"texColorShaderLocation": {
"namespace": "darkmodeeverywhere",
"path": "dark_position_tex_color"
},
"displayName": {
"translate": "gui.darkmodeeverywhere.toasted_light"
},
"divideFactor": 2.0,
"darkColorReplacement": 4868682
}
],
"version": 2,
"selectedShaderIndex": 0
}