Skip to content
John Gosset edited this page Mar 23, 2016 · 25 revisions

Share your custom CRT themes here for others to try.

Format:

### Theme Name

*Description*

By Author

Code:

`json
`

Themes:

Kindle

A theme based on a Kindle Keyboard 3rd gen.

By @Tribex

Code:

{
  "ambientLight": 0,
  "backgroundColor": "#d4ddc4",
  "bloom": 0,
  "brightness": 0.3704,
  "burnIn": 0.4038,
  "chromaColor": 0,
  "contrast": 1,
  "flickering": 0,
  "fontColor": "#1e1e1e",
  "fontName": "INCONSOLATA",
  "fontWidth": 1,
  "frameName": "NO_FRAME",
  "glowingLine": 0,
  "horizontalSync": 0,
  "jitter": 0,
  "rasterization": 0,
  "rbgShift": 0,
  "saturationColor": 0,
  "screenCurvature": 0,
  "staticNoise": 0,
  "windowOpacity": 1,
  "name": "Kindle"
}

Clean

A theme focused on optimizing readability for a daily use but still keeping all the fun.

By @sshbio

Code:

{
  "ambientLight": 0,
  "backgroundColor": "#000000",
  "bloom": 0.1,
  "brightness": 1,
  "burnIn": 0,
  "chromaColor": 1,
  "contrast": 1,
  "flickering": 0.3,
  "fontColor": "#ffffff",
  "fontName": "TERMINUS_SCALED",
  "fontWidth": 1,
  "frameName": "NO_FRAME",
  "glowingLine": 0,
  "horizontalSync": 0.25,
  "jitter": 0.2,
  "rasterization": 0,
  "rbgShift": 0,
  "saturationColor": 1,
  "screenCurvature": 0,
  "staticNoise": 0.05,
  "windowOpacity": 1,
  "name": "Clean"
}

Vertigo

Classic green, subtle jitter, no frame or glowing line (repo: crt-themes).

By @qjcg

Code:

{
  "ambientLight": 0.16,
  "backgroundColor": "#000000",
  "bloom": 0.65,
  "brightness": 0.5,
  "burnIn": 0.1969,
  "chromaColor": 0,
  "contrast": 0.85,
  "flickering": 0.1,
  "fontColor": "#aaff7f",
  "fontName": "IBM_DOS",
  "fontWidth": 1,
  "frameName": "NO_FRAME",
  "glowingLine": 0,
  "horizontalSync": 0.16,
  "jitter": 0.0529,
  "rasterization": 0,
  "rbgShift": 0,
  "saturationColor": 0,
  "screenCurvature": 0,
  "staticNoise": 0,
  "windowOpacity": 0.6961,
  "name": "vertigo"
}

Clone this wiki locally