30/04/2021

This commit is contained in:
VFX - Visual Effects
2021-04-30 17:40:01 -03:00
commit f469c58828
10 changed files with 386 additions and 0 deletions

13
settings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"app_name": "PyOneDark - Modern GUI",
"custom_title_bar": true,
"startup_size": [
1200,
720
],
"minimum_size": [
960,
540
],
"theme_name": "default"
}