diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index 003d433..133905a 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -453,4 +453,41 @@ Ported from the original & credits to [sdras/night-owl-vscode-theme](https://git "name": "Night Owl (Dark)", "version": 2 } +``` + +### Terminator Vision +* Like the scenes when the Terminator is running its code... +* Set a Terminator wallpaper in the background for maximum effect. + +By [@mczero80](https://github.com/mczero80) + +Code: +```json +{ + "backgroundColor": "#FF0000", + "fontColor": "#FFFFFF", + "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, + "fontName": "PRO_FONT", + "fontWidth": 1, + "margin": 0.1, + "blinkingCursor": false, + "frameMargin": 0, + "version": 2, + "name": "Terminator Vision" +} ``` \ No newline at end of file