feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
{
"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": 16777215
},
{
"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": 16777215
},
{
"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": 16777215
}
],
"version": 2,
"selectedShaderIndex": 0
}