mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-04-19 09:10:54 +01:00
Updated Third Party Themes (markdown)
parent
32f9cecf1c
commit
64a4888c51
@ -192,3 +192,77 @@ Code:
|
|||||||
"name": "Apple II Blue Text"
|
"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"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user