From 213b9cf0ab3fcd1b086556ec372e718e7591ba9f Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 19 Dec 2018 21:50:37 -0500 Subject: Profiles for cool-retro-term --- crt/ibm-amber.json | 26 ++++++++++++++++++++++++++ crt/ibm-green.json | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 crt/ibm-amber.json create mode 100644 crt/ibm-green.json (limited to 'crt') diff --git a/crt/ibm-amber.json b/crt/ibm-amber.json new file mode 100644 index 0000000..98f63e9 --- /dev/null +++ b/crt/ibm-amber.json @@ -0,0 +1,26 @@ +{ + "ambientLight": 0, + "backgroundColor": "#000000", + "bloom": 0.4, + "brightness": 0.5, + "burnIn": 0, + "chromaColor": 0, + "contrast": 0.85, + "customCommand": "", + "flickering": 0, + "fontColor": "#ffaa00", + "fontName": "IBM_3278", + "fontWidth": 1, + "frameName": "NO_FRAME", + "glowingLine": 0, + "horizontalSync": 0, + "jitter": 0, + "rasterization": 0, + "rbgShift": 0, + "saturationColor": 0.9743, + "screenCurvature": 0.1, + "staticNoise": 0, + "useCustomCommand": false, + "windowOpacity": 1, + "name": "ibm-amber" +} diff --git a/crt/ibm-green.json b/crt/ibm-green.json new file mode 100644 index 0000000..2e1a0a6 --- /dev/null +++ b/crt/ibm-green.json @@ -0,0 +1,26 @@ +{ + "ambientLight": 0, + "backgroundColor": "#000000", + "bloom": 0.4, + "brightness": 0.5, + "burnIn": 0, + "chromaColor": 0, + "contrast": 0.85, + "customCommand": "", + "flickering": 0, + "fontColor": "#00ff5b", + "fontName": "IBM_3278", + "fontWidth": 1, + "frameName": "NO_FRAME", + "glowingLine": 0, + "horizontalSync": 0, + "jitter": 0, + "rasterization": 0, + "rbgShift": 0, + "saturationColor": 0.9743, + "screenCurvature": 0.1, + "staticNoise": 0, + "useCustomCommand": false, + "windowOpacity": 1, + "name": "ibm-green" +} -- cgit v1.2.3