1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

adding new theme

mdchia 2018-06-01 01:19:33 +10:00
parent 8955c2fb96
commit 59d6115233

@ -117,3 +117,41 @@ Code:
"name": "vertigo"
}
```
### Toucan
*Has a frame, uses full chroma coloring. Intended for working with things that produce lots of color output.*
By [@mdchia](https://github.com/mdchia/)
Code:
```json
{
"ambientLight": 0.15,
"backgroundColor": "#000000",
"bloom": 0.2,
"brightness": 0.5,
"burnIn": 0.1,
"chromaColor": 1,
"contrast": 0.85,
"customCommand": "",
"flickering": 0,
"fontColor": "#aaff7f",
"fontName": "ATARI_400",
"fontWidth": 1,
"frameName": "SIMPLE_WHITE_FRAME",
"glowingLine": 0,
"horizontalSync": 0.16,
"jitter": 0.05,
"rasterization": 1,
"rbgShift": 0,
"saturationColor": 0,
"screenCurvature": 0.05,
"staticNoise": 0,
"useCustomCommand": false,
"windowOpacity": 0.7,
"name": "Toucan"
}
```