From 85f895f97feabce64bf0ff5417cddecf5285f5b9 Mon Sep 17 00:00:00 2001 From: rafik-z <89599510+rafik-z@users.noreply.github.com> Date: Thu, 4 Nov 2021 14:26:32 +0100 Subject: [PATCH] Updated Third Party Themes (markdown) --- Third-Party-Themes.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index 3c68625..a5ae0f1 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -341,4 +341,42 @@ Code: "name": "Commodor 64 - White", "version": 2 } +``` + +### MU/TH/UR + +*A theme inspired by MU/TH/UR the main computer on the USCSS Nostromo ship from Alien the 8th passenger ^^* + +By [@rafik-z](https://github.com/rafik-z/) + +Code: + +```json +{ + "version": 2, + "ambientLight": 0.15, + "backgroundColor": "#000000", + "bloom": 0.4, + "brightness": 0.6, + "burnIn": 0.1, + "chromaColor": 1, + "contrast": 1, + "customCommand": "", + "flickering": 0, + "fontColor": "#41E64E", + "fontName": "TERMINUS", + "fontWidth": 1, + "frameName": "SIMPLE_WHITE_FRAME", + "glowingLine": 0, + "horizontalSync": 0.16, + "jitter": 0.05, + "rasterization": 1, + "rbgShift": 0, + "saturationColor": 1, + "screenCurvature": 0, + "staticNoise": 0, + "useCustomCommand": false, + "windowOpacity": 0.9, + "name": "MU/TH/UR" +} ``` \ No newline at end of file