diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index aec1aff..0d6196a 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -155,3 +155,40 @@ Code: "name": "Toucan" } ``` + +### Apple II Blue Text + +*A cool usable Apple II style terminal with blue 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": "#00e6ff", + "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 Blue Text" +} +```