mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 02:01:19 +00:00
Updated Third Party Themes (markdown)
parent
3425f7e68c
commit
52343e5c32
@ -15,6 +15,43 @@ Code:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Themes:
|
## Themes:
|
||||||
|
|
||||||
|
### The Matrix has you...
|
||||||
|
|
||||||
|
*These settings emulate Thomas Anderson's terminal in the "The Matrix" (1999) film.
|
||||||
|
It looks great running [MatrixHasYou.py](https://github.com/narkhy/MatrixHasYou), which realistically reproduces (as typed live) the classic scene from the film with the 4 messages: "Wake up, Neo.", "The Matrix has you...", "Follow the white rabbit." and "Knock, knock, Neo."*
|
||||||
|
|
||||||
|
By [@narkhy](https://github.com/narkhy)
|
||||||
|
|
||||||
|
Code:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"backgroundColor": "#020000",
|
||||||
|
"fontColor": "#5efaac",
|
||||||
|
"flickering": 0.2015,
|
||||||
|
"horizontalSync": 0.1072,
|
||||||
|
"staticNoise": 0.1004,
|
||||||
|
"chromaColor": 0.2486,
|
||||||
|
"saturationColor": 0.4012,
|
||||||
|
"screenCurvature": 0.5,
|
||||||
|
"glowingLine": 0.0286,
|
||||||
|
"burnIn": 0.0982,
|
||||||
|
"bloom": 0.5,
|
||||||
|
"rasterization": 0,
|
||||||
|
"jitter": 0.2464,
|
||||||
|
"rbgShift": 0.0522,
|
||||||
|
"brightness": 0.5,
|
||||||
|
"contrast": 0.85,
|
||||||
|
"ambientLight": 0.0309,
|
||||||
|
"windowOpacity": 1,
|
||||||
|
"fontName": "System: Nimbus Mono PS",
|
||||||
|
"fontWidth": 1,
|
||||||
|
"margin": 0.5
|
||||||
|
"name": "The Matrix has you..."
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### Kindle
|
### Kindle
|
||||||
*A theme based on a Kindle Keyboard 3rd gen.*
|
*A theme based on a Kindle Keyboard 3rd gen.*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user