diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index 9bcb887..065b87d 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -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 +} ``` \ No newline at end of file