From 4fe561b885fbef34d9a11d4aa3c50aca983ae2d3 Mon Sep 17 00:00:00 2001 From: Josuah Demangeon Date: Fri, 15 May 2015 14:07:40 +0200 Subject: [PATCH] Adding a clean theme quite suitable for daily use --- Third-Party-Themes.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index c8bf299..9372f65 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -43,3 +43,34 @@ Code: "name": "Kindle" } ``` + +### Clean but mean +*A theme focused on optimizing readability for a daily use but still keeping all the fun.* +By [@josuahdemangeon](http://github.com/josuahdemangeon) +Code: +```json +{ + "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" +} +``` \ No newline at end of file