forked from mia/Aegisub
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.
This commit is contained in:
parent
9cb7b23345
commit
1a4d116617
1 changed files with 35 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue