diff options
| -rw-r--r-- | crt/ibm-blue.json | 26 | ||||
| -rw-r--r-- | crt/ibm-grey-color.json | 26 | ||||
| -rw-r--r-- | crt/ibm-grey.json | 26 | ||||
| -rw-r--r-- | crt/profont-color.json | 26 |
4 files changed, 104 insertions, 0 deletions
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" +} |
