From c43b37cb02d982ac628104edf634b4492452ca17 Mon Sep 17 00:00:00 2001 From: Joshua Bemenderfer Date: Tue, 5 May 2015 17:58:36 +0800 Subject: [PATCH] Initial Third-Party Theme page --- Third-Party-Themes.md | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Third-Party-Themes.md diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md new file mode 100644 index 0000000..c8bf299 --- /dev/null +++ b/Third-Party-Themes.md @@ -0,0 +1,45 @@ +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](http://github.com/Tribex) + +Code: +```json +{ + "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" +} +```