From 64a4888c515fb0168f670750048911cf12830d46 Mon Sep 17 00:00:00 2001 From: SBanya Date: Mon, 1 Oct 2018 23:58:31 -0400 Subject: [PATCH] Updated Third Party Themes (markdown) --- Third-Party-Themes.md | 74 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index 3059c87..bce4499 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -192,3 +192,77 @@ Code: "name": "Apple II Blue Text" } ``` + +### Apple II Green Text + +*A cool usable Apple II style terminal with green text that is not too bright, not too overpowering, and just right ^_^* + +By [@sbanya](https://github.com/sbanya/) + +Code: + +```json +{ + "ambientLight": 0.0154, + "backgroundColor": "#000000", + "bloom": 0.0051, + "brightness": 0.5, + "burnIn": 0.0051, + "chromaColor": 0, + "contrast": 0.85, + "customCommand": "", + "flickering": 0.0668, + "fontColor": "#00ff00", + "fontName": "APPLE_II", + "fontWidth": 1, + "frameName": "SIMPLE_WHITE_FRAME", + "glowingLine": 0.0325, + "horizontalSync": 0.0394, + "jitter": 0.0223, + "rasterization": 1, + "rbgShift": 0, + "saturationColor": 0, + "screenCurvature": 0, + "staticNoise": 0.0497, + "useCustomCommand": false, + "windowOpacity": 1, + "name": "Apple II Green Text" +} +``` + +### Apple II Purple Text + +*A cool usable Apple II style terminal with purple text that is not too bright, not too overpowering, and just right ^_^* + +By [@sbanya](https://github.com/sbanya/) + +Code: + +```json +{ + "ambientLight": 0.0154, + "backgroundColor": "#000000", + "bloom": 0.0051, + "brightness": 0.5, + "burnIn": 0.0051, + "chromaColor": 0, + "contrast": 0.85, + "customCommand": "", + "flickering": 0.0668, + "fontColor": "#ff00ff", + "fontName": "APPLE_II", + "fontWidth": 1, + "frameName": "SIMPLE_WHITE_FRAME", + "glowingLine": 0.0325, + "horizontalSync": 0.0394, + "jitter": 0.0223, + "rasterization": 1, + "rbgShift": 0, + "saturationColor": 0, + "screenCurvature": 0, + "staticNoise": 0.0497, + "useCustomCommand": false, + "windowOpacity": 1, + "name": "Apple II Purple Text" +} +```