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

Adding a clean theme quite suitable for daily use

Josuah Demangeon 2015-05-15 14:07:40 +02:00
parent d97ccd8a2c
commit 4fe561b885

@ -43,3 +43,34 @@ Code:
"name": "Kindle"
}
```
### Clean but mean
*A theme focused on optimizing readability for a daily use but still keeping all the fun.*
By [@josuahdemangeon](http://github.com/josuahdemangeon)
Code:
```json
{
"ambientLight": 0,
"backgroundColor": "#000000",
"bloom": 0.1,
"brightness": 1,
"burnIn": 0,
"chromaColor": 1,
"contrast": 1,
"flickering": 0.3,
"fontColor": "#ffffff",
"fontName": "TERMINUS_SCALED",
"fontWidth": 1,
"frameName": "NO_FRAME",
"glowingLine": 0,
"horizontalSync": 0.25,
"jitter": 0.2,
"rasterization": 0,
"rbgShift": 0,
"saturationColor": 1,
"screenCurvature": 0,
"staticNoise": 0.05,
"windowOpacity": 1,
"name": "Clean"
}
```