1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-05 18:40:49 +01:00

Updated Third Party Themes (markdown)

SBanya 2018-09-27 20:59:01 -04:00
parent 59d6115233
commit d87af5f44e

@ -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"
}
```