From ed99f470e27115e4fca524ea6e9fc26d4492fa7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20P=C3=A9rez?= Date: Sat, 7 Mar 2020 17:03:04 -0600 Subject: [PATCH] Updated Third Party Themes (markdown) --- Third-Party-Themes.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index 4aa817f..b46f334 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -266,9 +266,14 @@ Code: "name": "Apple II Purple Text" } ``` -## Commodore 64 - Default +### Commodore 64 - Default -`{ +By [@sansoo1972](https://github.com/sansoo1972/) + +Code: + +```json +{ "backgroundColor": "#36209b", "fontColor": "#ffffff", "flickering": 0.2, @@ -292,11 +297,17 @@ Code: "margin": 0.1, "name": "Commodore 64 - Default", "version": 2 -}` +} +``` -## Commodore 64 - White +### Commodore 64 - White -`{ +By [@sansoo1972](https://github.com/sansoo1972/) + +Code: + +```json +{ "backgroundColor": "#36209b", "fontColor": "#ffffff", "flickering": 0.2, @@ -320,4 +331,4 @@ Code: "margin": 0.1, "name": "Commodor 64 - White", "version": 2 -}` \ No newline at end of file +}``` \ No newline at end of file