diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index bce4499..4aa817f 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -266,3 +266,58 @@ Code: "name": "Apple II Purple Text" } ``` +## Commodore 64 - Default + +`{ + "backgroundColor": "#36209b", + "fontColor": "#ffffff", + "flickering": 0.2, + "horizontalSync": 0, + "staticNoise": 0.0955, + "chromaColor": 1, + "saturationColor": 0.4983, + "screenCurvature": 0.1242, + "glowingLine": 0.1476, + "burnIn": 0.0955, + "bloom": 0.5017, + "rasterization": 0, + "jitter": 0.099, + "rbgShift": 0, + "brightness": 0.5014, + "contrast": 0.85, + "ambientLight": 0, + "windowOpacity": 0.7, + "fontName": "COMMODORE_64_SCALED", + "fontWidth": 1, + "margin": 0.1, + "name": "Commodore 64 - Default", + "version": 2 +}` + +## Commodore 64 - White + +`{ + "backgroundColor": "#36209b", + "fontColor": "#ffffff", + "flickering": 0.2, + "horizontalSync": 0, + "staticNoise": 0.0955, + "chromaColor": 1, + "saturationColor": 0.4983, + "screenCurvature": 0.1242, + "glowingLine": 0.1476, + "burnIn": 0.0955, + "bloom": 0.5017, + "rasterization": 0, + "jitter": 0.099, + "rbgShift": 0, + "brightness": 0.5014, + "contrast": 0.85, + "ambientLight": 0, + "windowOpacity": 0.7, + "fontName": "COMMODORE_64_SCALED", + "fontWidth": 1, + "margin": 0.1, + "name": "Commodor 64 - White", + "version": 2 +}` \ No newline at end of file