From 5bbefde739d75299687ef9abb49b4d667b0cb739 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 14 Oct 2024 13:32:06 -0500 Subject: [PATCH] add cool-retro-term styles, reorganize terminal styles --- term-styles/cool-retro-term/crt-2.json | 27 ++++++++++++++++++ term-styles/cool-retro-term/crt.json | 27 ++++++++++++++++++ .../images/background.png | Bin .../{ => windows-terminal}/images/icon.png | Bin term-styles/{ => windows-terminal}/wt.json | 0 5 files changed, 54 insertions(+) create mode 100644 term-styles/cool-retro-term/crt-2.json create mode 100644 term-styles/cool-retro-term/crt.json rename term-styles/{ => windows-terminal}/images/background.png (100%) rename term-styles/{ => windows-terminal}/images/icon.png (100%) rename term-styles/{ => windows-terminal}/wt.json (100%) diff --git a/term-styles/cool-retro-term/crt-2.json b/term-styles/cool-retro-term/crt-2.json new file mode 100644 index 0000000..73770f3 --- /dev/null +++ b/term-styles/cool-retro-term/crt-2.json @@ -0,0 +1,27 @@ +{ + "backgroundColor": "#03190e", + "fontColor": "#1aff90", + "flickering": 0.3516, + "horizontalSync": 0.3516, + "staticNoise": 0.1502, + "chromaColor": 0.0645, + "saturationColor": 0, + "screenCurvature": 0.3506, + "glowingLine": 1, + "burnIn": 1, + "bloom": 0.2504, + "rasterization": 1, + "jitter": 0.4955, + "rbgShift": 0.2531, + "brightness": 0.7474, + "contrast": 1, + "ambientLight": 0.1456, + "windowOpacity": 1, + "fontName": "IBM_PC", + "fontWidth": 0.95, + "margin": 0.5048, + "blinkingCursor": true, + "frameMargin": 0.2541, + "name": "Fallout-2", + "version": 2 +} diff --git a/term-styles/cool-retro-term/crt.json b/term-styles/cool-retro-term/crt.json new file mode 100644 index 0000000..aeb7816 --- /dev/null +++ b/term-styles/cool-retro-term/crt.json @@ -0,0 +1,27 @@ +{ + "backgroundColor": "#03190e", + "fontColor": "#1aff90", + "flickering": 0.3516, + "horizontalSync": 0.3516, + "staticNoise": 0.1502, + "chromaColor": 0.0645, + "saturationColor": 0, + "screenCurvature": 0.3506, + "glowingLine": 1, + "burnIn": 1, + "bloom": 0.2504, + "rasterization": 1, + "jitter": 0.4955, + "rbgShift": 0.2531, + "brightness": 0.7474, + "contrast": 1, + "ambientLight": 0.1456, + "windowOpacity": 1, + "fontName": "TERMINUS_SCALED", + "fontWidth": 0.85, + "margin": 0.5048, + "blinkingCursor": true, + "frameMargin": 0.2541, + "name": "Fallout", + "version": 2 +} diff --git a/term-styles/images/background.png b/term-styles/windows-terminal/images/background.png similarity index 100% rename from term-styles/images/background.png rename to term-styles/windows-terminal/images/background.png diff --git a/term-styles/images/icon.png b/term-styles/windows-terminal/images/icon.png similarity index 100% rename from term-styles/images/icon.png rename to term-styles/windows-terminal/images/icon.png diff --git a/term-styles/wt.json b/term-styles/windows-terminal/wt.json similarity index 100% rename from term-styles/wt.json rename to term-styles/windows-terminal/wt.json