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

Initial Third-Party Theme page

Joshua Bemenderfer 2015-05-05 17:58:36 +08:00
commit c43b37cb02

45
Third-Party-Themes.md Normal file

@ -0,0 +1,45 @@
Share your custom CRT themes here for others to try.
## Format:
```
### Theme Name
*Description*
By Author
Code:
`json
`
```
## Themes:
### Kindle
*A theme based on a Kindle Keyboard 3rd gen.*
By [@Tribex](http://github.com/Tribex)
Code:
```json
{
"ambientLight": 0,
"backgroundColor": "#d4ddc4",
"bloom": 0,
"brightness": 0.3704,
"burnIn": 0.4038,
"chromaColor": 0,
"contrast": 1,
"flickering": 0,
"fontColor": "#1e1e1e",
"fontName": "INCONSOLATA",
"fontWidth": 1,
"frameName": "NO_FRAME",
"glowingLine": 0,
"horizontalSync": 0,
"jitter": 0,
"rasterization": 0,
"rbgShift": 0,
"saturationColor": 0,
"screenCurvature": 0,
"staticNoise": 0,
"windowOpacity": 1,
"name": "Kindle"
}
```