From 59d61152339285b7c59ec1a4ea663b9f69a0e4e3 Mon Sep 17 00:00:00 2001 From: mdchia Date: Fri, 1 Jun 2018 01:19:33 +1000 Subject: [PATCH] adding new theme --- Third-Party-Themes.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/Third-Party-Themes.md b/Third-Party-Themes.md index 15b35d7..aec1aff 100644 --- a/Third-Party-Themes.md +++ b/Third-Party-Themes.md @@ -116,4 +116,42 @@ Code: "windowOpacity": 0.6961, "name": "vertigo" } -``` \ No newline at end of file +``` + + +### Toucan + +*Has a frame, uses full chroma coloring. Intended for working with things that produce lots of color output.* + +By [@mdchia](https://github.com/mdchia/) + +Code: + +```json +{ + "ambientLight": 0.15, + "backgroundColor": "#000000", + "bloom": 0.2, + "brightness": 0.5, + "burnIn": 0.1, + "chromaColor": 1, + "contrast": 0.85, + "customCommand": "", + "flickering": 0, + "fontColor": "#aaff7f", + "fontName": "ATARI_400", + "fontWidth": 1, + "frameName": "SIMPLE_WHITE_FRAME", + "glowingLine": 0, + "horizontalSync": 0.16, + "jitter": 0.05, + "rasterization": 1, + "rbgShift": 0, + "saturationColor": 0, + "screenCurvature": 0.05, + "staticNoise": 0, + "useCustomCommand": false, + "windowOpacity": 0.7, + "name": "Toucan" +} +```