diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index 64c59ef..3c68625 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -23,6 +23,7 @@ By [@Tribex](http://github.com/Tribex) Code: ```json { + "version": 2, "ambientLight": 0, "backgroundColor": "#d4ddc4", "bloom": 0, @@ -58,6 +59,7 @@ Code: ```json { + "version": 2, "ambientLight": 0, "backgroundColor": "#000000", "bloom": 0.1, @@ -130,6 +132,7 @@ Code: ```json { + "version": 2, "ambientLight": 0.15, "backgroundColor": "#000000", "bloom": 0.2, @@ -167,6 +170,7 @@ Code: ```json { + "version": 2, "ambientLight": 0.0154, "backgroundColor": "#000000", "bloom": 0.0051, @@ -204,6 +208,7 @@ Code: ```json { + "version": 2, "ambientLight": 0.0154, "backgroundColor": "#000000", "bloom": 0.0051, @@ -241,6 +246,7 @@ Code: ```json { + "version": 2, "ambientLight": 0.0154, "backgroundColor": "#000000", "bloom": 0.0051, @@ -275,6 +281,7 @@ Code: ```json { + "version": 2, "backgroundColor": "#36209b", "fontColor": "#7664d9", "flickering": 0.2, @@ -309,6 +316,7 @@ Code: ```json { + "version": 2, "backgroundColor": "#36209b", "fontColor": "#ffffff", "flickering": 0.2, @@ -332,4 +340,5 @@ Code: "margin": 0.1, "name": "Commodor 64 - White", "version": 2 -}``` \ No newline at end of file +} +``` \ No newline at end of file