X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_neophyte%2Fneophyte.C;h=ac057329558d69c104de809f85bc64223202934a;hp=827ef45f004a56aed567749da5340d64cf4159ab;hb=HEAD;hpb=84ac8a2bb3357c04a3f67cf763b0f61ddbbd021d diff --git a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C index 827ef45f..affab7bc 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C +++ b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C @@ -56,7 +56,7 @@ // traffic lights, light green: 0x27ae60/0x37c871 - just on the buttons. #define ComicYellow 0xffcc00 // heads up! #define DarkRed 0xaa0000 // locked or not switched on. -#define LockedRed 0x400000 +#define LockedRed 0xda4453 PluginClient* new_plugin(PluginServer *server) { @@ -712,6 +712,11 @@ void NEOPHYTETHEME::initialize() "zoomtumble_hi.png", "zoomtumble_bottom.png", "zoomtumble_top.png"); + new_image_set("auto_range", 4, + "autorange_up.png", + "autorange_hi.png", + "autorange_bottom.png", + "autorange_top.png"); new_image_set("mode_popup", 3, "mode_up.png", "mode_hi.png", "mode_dn.png");