Skip to content
Josuah Demangeon edited this page Nov 8, 2015 · 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"
}

Clone this wiki locally