splashgui text clr, faders/speed keyframe popup slider rework, reticle rework
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_neophyte / neophyte.C
index 4bc9f5210b3aa2baa2d75f5abd52a20aa402df17..3031fe93d81c5775db39e3a264cf4ae8030a1213 100644 (file)
@@ -144,7 +144,9 @@ void NEOPHYTETHEME::initialize()
        resources->menu_item_text = WHITE; 
 
        resources->menu_highlighted_fontcolor = CreamyWhiteBright;
-       resources->generic_button_margin = 20;     // [15] (Pref top right: ~17)
+       /* This indent is too global and the fullness ultimately depends
+        * on the text. (Pref. top right, engl.: ~17) */
+       resources->generic_button_margin = 20;     // [15]
        resources->pot_needle_color = CreamyWhite; // [resources->text_default] – marginal
        resources->pot_offset = 1;                 // only the needle
        resources->progress_text = resources->text_default;
@@ -224,6 +226,9 @@ void NEOPHYTETHEME::initialize()
        clock_fg_color = ComicYellow;
        // clock_bg_color = ALARM; // see vclock
 
+       // The line between the in and out markings
+       inout_highlight_color=BabyBlue;
+
        new_toggle(
                "loadmode_new.png",
                "loadmode_up.png",
@@ -452,18 +457,18 @@ void NEOPHYTETHEME::initialize()
        // Dialog "Load files…" switch SI/IEC
        resources->filebox_szfmt_images = new_image_set(
                12,
+               "file_size_zero_up.png",
+               "file_size_zero_hi.png",
+               "file_size_zero_dn.png",
+               "file_size_lwrb_up.png",
+               "file_size_lwrb_hi.png",
+               "file_size_lwrb_dn.png",
                "file_size_capb_up.png",
                "file_size_capb_hi.png",
                "file_size_capb_dn.png",
                "file_size_semi_up.png",
                "file_size_semi_hi.png",
-               "file_size_semi_dn.png",
-               "file_size_lwrb_up.png",
-               "file_size_lwrb_hi.png",
-               "file_size_lwrb_dn.png",
-               "file_size_zero_up.png",
-               "file_size_zero_hi.png",
-               "file_size_zero_dn.png");
+               "file_size_semi_dn.png");
        resources->listbox_column = new_image_set(
                3,
                "column_up.png",
@@ -801,6 +806,9 @@ void NEOPHYTETHEME::initialize()
        new_button("channel.png",
                           editpanel_up, editpanel_hi, editpanel_dn,
                           "channel");
+       new_button("lok.png",
+                          editpanel_up, editpanel_hi, editpanel_dn,
+                          "lok");
        new_toggle("histogram_toggle.png",
                           editpanel_up,
                           editpanel_hi,