This commit is contained in:
parent
23c4585bc1
commit
7bc6d002a9
90 changed files with 13401 additions and 1 deletions
19
src/config.json
Normal file
19
src/config.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue