mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 10:11:20 +00:00
Initial Third-Party Theme page
commit
c43b37cb02
45
Third-Party-Themes.md
Normal file
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"
|
||||||
|
}
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user