X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftheme.C;h=96f8b80f9f95b2aaa89c472b2b6fbb2fb416f661;hp=65865a24bb2f3ce5cee7a1672a68e9cee2a3fe89;hb=a19a685a46ddc630010788707d9e5b9d2342af46;hpb=b9f98da8f1cd8b7b31ead02fa41f299b56cac3da diff --git a/cinelerra-5.1/cinelerra/theme.C b/cinelerra-5.1/cinelerra/theme.C index 65865a24..96f8b80f 100644 --- a/cinelerra-5.1/cinelerra/theme.C +++ b/cinelerra-5.1/cinelerra/theme.C @@ -78,6 +78,7 @@ Theme::Theme() BC_WindowBase::get_resources()->recursive_resizing = 0; audio_color = BLACK; fade_h = 22; + inout_highlight_color = GREEN; meter_h = 17; mode_h = 30; pan_h = 32; @@ -95,8 +96,8 @@ Theme::Theme() loadmode_w = 350; czoom_w = 80; -#include "data/about_png.h" - about_bg = new VFramePng(about_png); +#include "data/about_bg_png.h" + about_bg = new VFramePng(about_bg_png); pane_color = BLACK; drag_pane_color = WHITE;