diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-12-19 22:10:38 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-12-19 22:10:38 -0500 |
| commit | ec9d797d5f7ac83324cf50d05c3d368b8ef43669 (patch) | |
| tree | ed43327089739b3edf65460bb283fa64d1633e69 /crt | |
| parent | 213b9cf0ab3fcd1b086556ec372e718e7591ba9f (diff) | |
| download | dotfiles-ec9d797d5f7ac83324cf50d05c3d368b8ef43669.tar.gz dotfiles-ec9d797d5f7ac83324cf50d05c3d368b8ef43669.tar.xz | |
Add a few more profiles for cool-retro-term
Diffstat (limited to 'crt')
| -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" +} |
