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