From 1a4d1166177bf99163fec61b2fd5503bb9cbefb6 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 30 Nov 2011 21:04:18 +0000 Subject: [PATCH] Add green audio color scheme similar to the default waveform colors in 2.1. Currently only actually usable by manually editing the config file. Originally committed to SVN as r5949. --- aegisub/src/libresrc/default_config.json | 36 +++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index 3f91a22d0..1b3a7374c 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -100,9 +100,43 @@ "Spectrum" : "Icy Blue", "Syllable Boundaries" : "rgb(255,255,0)", "Syllable Text" : "rgb(255,0,0)", - "Waveform" : "Icy Blue" + "Waveform" : "Green" }, "Schemes" : { + "Green" : { + "Normal" : { + "Hue Offset" : 85.01, + "Hue Scale" : 0.01, + "Saturation Offset" : 254.99, + "Saturation Scale" : 0.01, + "Lightness Offset" : 0.01, + "Lightness Scale" : 200.01 + }, + "Inactive" : { + "Hue Offset" : 85.01, + "Hue Scale" : 0.01, + "Saturation Offset" : 254.99, + "Saturation Scale" : 0.01, + "Lightness Offset" : 0.01, + "Lightness Scale" : 100.01 + }, + "Active" : { + "Hue Offset" : 85.01, + "Hue Scale" : 0.01, + "Saturation Offset" : 254.99, + "Saturation Scale" : 0.01, + "Lightness Offset" : 0.01, + "Lightness Scale" : 0.01 + }, + "Selected" : { + "Hue Offset" : 85.01, + "Hue Scale" : 0.01, + "Saturation Offset" : 127.99, + "Saturation Scale" : 0.01, + "Lightness Offset" : 25.01, + "Lightness Scale" : 300.01 + } + }, "Icy Blue" : { "Normal" : { "Hue Offset" : 191.01,