From f32e2030646fd9c73616148505d921b9b26bfee7 Mon Sep 17 00:00:00 2001 From: Aris Boch Date: Thu, 28 Jan 2021 23:28:26 +0100 Subject: [PATCH] Now it works in version 2 --- Third-Party-Themes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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