1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-03-23 19:18:52 +00:00

Updated Third Party Themes (markdown)

Peter Benjamin 2022-07-15 09:25:48 -07:00
parent 53b673d26a
commit 1f62ca2af9

@ -417,4 +417,38 @@ Code:
"windowOpacity": 0.9,
"name": "MU/TH/UR"
}
```
### Night Owl
Ported from the original & credits to [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme) theme.
```json
{
"backgroundColor": "#011627",
"fontColor": "#729fcf",
"flickering": 0.2,
"horizontalSync": 0,
"staticNoise": 0.0955,
"chromaColor": 1,
"saturationColor": 0.4983,
"screenCurvature": 0,
"glowingLine": 0.1476,
"burnIn": 0.0955,
"bloom": 0.5017,
"rasterization": 0,
"jitter": 0.099,
"rbgShift": 0,
"brightness": 0.5014,
"contrast": 0.85,
"ambientLight": 0,
"windowOpacity": 1.0,
"fontName": "System: SF Mono",
"fontWidth": 1,
"margin": 0.1,
"blinkingCursor": false,
"frameMargin": 0,
"name": "Night Owl (Dark)",
"version": 2
}
```