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

Add Vertigo theme

John Gosset 2016-03-23 12:17:39 -04:00
parent b37fb4629b
commit 8955c2fb96

@ -81,4 +81,39 @@ Code:
"windowOpacity": 1,
"name": "Clean"
}
```
### Vertigo
*Classic green, subtle jitter, no frame or glowing line (repo: [crt-themes](https://github.com/qjcg/crt-themes/)).*
By [@qjcg](https://github.com/qjcg/)
Code:
```json
{
"ambientLight": 0.16,
"backgroundColor": "#000000",
"bloom": 0.65,
"brightness": 0.5,
"burnIn": 0.1969,
"chromaColor": 0,
"contrast": 0.85,
"flickering": 0.1,
"fontColor": "#aaff7f",
"fontName": "IBM_DOS",
"fontWidth": 1,
"frameName": "NO_FRAME",
"glowingLine": 0,
"horizontalSync": 0.16,
"jitter": 0.0529,
"rasterization": 0,
"rbgShift": 0,
"saturationColor": 0,
"screenCurvature": 0,
"staticNoise": 0,
"windowOpacity": 0.6961,
"name": "vertigo"
}
```