chore: pascalCase

This commit is contained in:
Twig 2025-07-05 19:02:57 +02:00
parent 441dc0c15c
commit 6abfd8e44b
No known key found for this signature in database
4 changed files with 11 additions and 11 deletions

View file

@ -2,5 +2,5 @@
"displayName": "Ash",
"previewGradient": "45deg, #2f2e2d, #46423b",
"complementaryColor": "white",
"themeURL": "ash.css"
"themeUrl": "ash.css"
}

View file

@ -2,5 +2,5 @@
"displayName": "Dark",
"previewGradient": "45deg, #1f1e1d, #36322b",
"complementaryColor": "white",
"themeURL": "dark.css"
"themeUrl": "dark.css"
}

View file

@ -2,5 +2,5 @@
"displayName": "Light",
"previewGradient": "45deg, #f0ebe8, #d4d0ca",
"complementaryColor": "black",
"themeURL": "light.css"
"themeUrl": "light.css"
}