Browse Source

Added theme-prime-blue-regular and made it default theme.

Mark Sibly 7 years ago
parent
commit
1f2d1b50ab

+ 1 - 1
src/ted2go/Ted2.monkey2

@@ -163,7 +163,7 @@ Function Main()
 	
 	
 	'initial theme
 	'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 )
 	If Not jobj.Contains( "themeScale" ) jobj["themeScale"]=New JsonNumber( 1 )
 	
 	

BIN
src/ted2go/assets/fonts/MesloLGSDZ-Regular.ttf


+ 13 - 0
src/ted2go/assets/themes/theme-prime-blue-regular.json

@@ -0,0 +1,13 @@
+//Theme by @Hezkore
+{
+	"extends":"theme-prime-base",
+	
+	"fonts":{
+		"editor":"MesloLGSDZ-Regular.ttf,18"
+	},
+	
+	"colors":{
+		"accent": "#3CD6E7",
+		"accentDark": "#0F3E4D"
+	}
+}