ui/src/config.json
Alois 7bc6d002a9
All checks were successful
/ package (push) Successful in 57s
Migrate tensamin/ui to methanium/ui
2026-07-25 13:09:54 +02:00

19 lines
365 B
JSON

{
"theme": {
"soft": {
"colorIntensity": 0.75,
"borderIntensity": 0.98,
"backgroundSmoothness": 0.008
},
"hard": {
"colorIntensity": 0.98,
"borderIntensity": 1,
"backgroundSmoothness": 0
},
"extreme": {
"colorIntensity": 1.8,
"borderIntensity": 1.25,
"backgroundSmoothness": 0
}
}
}