From 86bf3dfc1be8568e2668a03d1fd7095c35e0830e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20P=C3=A9rez?= Date: Sat, 7 Mar 2020 17:01:10 -0600 Subject: [PATCH] Updated Third Party Themes (markdown) --- Third-Party-Themes.md | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) 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