search fixes, preset fixes, ladspa icon logging, igor pref theme, drag btn rollover
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_bright / brighttheme.C
index f93920353129c622fb5ec057a9f803088dc69727..1bfb1666d57b18e3759619b520b927d78ed3b3d3 100644 (file)
@@ -116,8 +116,9 @@ void BrightTheme::initialize()
        resources->text_border2_hi = 0x000000;
        resources->text_border3_hi = 0x000000;
        resources->text_border4 = 0x000000;
-       resources->text_inactive_highlight = 0xe0e0e0;
+       resources->text_inactive_highlight = 0xd0d0d0;
        resources->text_highlight = 0xe0e0e0;
+       resources->text_selected_highlight = 0xf0e0e0;
 
        resources->bg_color = 0xffffff;
        resources->default_text_color = 0x000000;
@@ -634,6 +635,12 @@ void BrightTheme::initialize()
                "shbtn_hi.png",
                "shbtn_dn.png");
 
+       new_image_set("preset_edit",
+               3,
+               "preset_edit0.png",
+               "preset_edit1.png",
+               "preset_edit2.png");
+
        new_image_set("histogram_carrot",
                5,
                "histogram_carrot_up.png",
@@ -697,7 +704,7 @@ void BrightTheme::initialize()
                "scope_toggle");
 
        new_button("picture.png", editpanel_up, editpanel_hi, editpanel_dn, "picture");
-       new_button("histogram.png", editpanel_up, editpanel_hi, editpanel_dn, "histogram");
+       new_button("histogram_img.png", editpanel_up, editpanel_hi, editpanel_dn, "histogram_img");
 
        new_button("copy.png", editpanel_up, editpanel_hi, editpanel_dn, "copy");
        new_button("commercial.png", editpanel_up, editpanel_hi, editpanel_dn, "commercial");