1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 12:15:27 +00:00

Updated Third Party Themes (markdown)

Richard Pérez 2020-03-07 17:01:10 -06:00
parent add2f46261
commit 86bf3dfc1b

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