@@ -163,7 +163,7 @@ Function Main()
'initial theme
'
- If Not jobj.Contains( "theme" ) jobj["theme"]=New JsonString( "theme-warm" )
+ If Not jobj.Contains( "theme" ) jobj["theme"]=New JsonString( "theme-prime-blue-regular" )
If Not jobj.Contains( "themeScale" ) jobj["themeScale"]=New JsonNumber( 1 )
@@ -0,0 +1,13 @@
+//Theme by @Hezkore
+{
+ "extends":"theme-prime-base",
+
+ "fonts":{
+ "editor":"MesloLGSDZ-Regular.ttf,18"
+ },
+ "colors":{
+ "accent": "#3CD6E7",
+ "accentDark": "#0F3E4D"
+ }
+}