From ec9d797d5f7ac83324cf50d05c3d368b8ef43669 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 19 Dec 2018 22:10:38 -0500 Subject: Add a few more profiles for cool-retro-term --- crt/ibm-blue.json | 26 ++++++++++++++++++++++++++ crt/ibm-grey-color.json | 26 ++++++++++++++++++++++++++ crt/ibm-grey.json | 26 ++++++++++++++++++++++++++ crt/profont-color.json | 26 ++++++++++++++++++++++++++ 4 files changed, 104 insertions(+) create mode 100644 crt/ibm-blue.json create mode 100644 crt/ibm-grey-color.json create mode 100644 crt/ibm-grey.json create mode 100644 crt/profont-color.json (limited to 'crt') diff --git a/crt/ibm-blue.json b/crt/ibm-blue.json new file mode 100644 index 0000000..8c59f09 --- /dev/null +++ b/crt/ibm-blue.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": "#0055ff", + "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-blue" +} diff --git a/crt/ibm-grey-color.json b/crt/ibm-grey-color.json new file mode 100644 index 0000000..89cffb7 --- /dev/null +++ b/crt/ibm-grey-color.json @@ -0,0 +1,26 @@ +{ + "ambientLight": 0, + "backgroundColor": "#000000", + "bloom": 0.4, + "brightness": 0.5, + "burnIn": 0, + "chromaColor": 1, + "contrast": 0.85, + "customCommand": "", + "flickering": 0, + "fontColor": "#afafaf", + "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-grey-color" +} diff --git a/crt/ibm-grey.json b/crt/ibm-grey.json new file mode 100644 index 0000000..77023e5 --- /dev/null +++ b/crt/ibm-grey.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": "#afafaf", + "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-grey" +} diff --git a/crt/profont-color.json b/crt/profont-color.json new file mode 100644 index 0000000..32ebd48 --- /dev/null +++ b/crt/profont-color.json @@ -0,0 +1,26 @@ +{ + "ambientLight": 0, + "backgroundColor": "#000000", + "bloom": 0.4, + "brightness": 0.5, + "burnIn": 0, + "chromaColor": 1, + "contrast": 0.85, + "customCommand": "", + "flickering": 0, + "fontColor": "#afafaf", + "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": "profont-color" +} -- cgit v1.2.3