1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-03-13 22:28:39 +00:00

Created _Footer (markdown)

narkhy 2022-03-05 17:30:24 +01:00
parent e3c46eaeec
commit 06c51ff254

34
_Footer.md Normal file

@ -0,0 +1,34 @@
### The Matrix has you...
*Emulating Thomas Anderson's terminal in the "The Matrix" (1999) film.*
By @narkhy
Code:
`
{
"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..."
}
`