add proxy quick switch, folder lock, shortcuts update, bsd GL tweak
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blond / blondtheme.C
index dae8272693042190accd97d4a124e9fbd320ae2f..c6bbc6e67bec24c3d61d5f4709fc14ae761a0a99 100644 (file)
@@ -108,6 +108,7 @@ void BlondTheme::initialize()
 
        resources->text_default = 0x000000;
        resources->text_background = 0xcecea2;
+       resources->text_background_disarmed = 0xefeddb;
        resources->text_border1 = 0x202020;
        resources->text_border2 = 0xcecea2;
        resources->text_border3 = 0xcecea2;
@@ -621,6 +622,13 @@ void BlondTheme::initialize()
                "ff_down.png",
                "ff_checkedhi.png");
 
+       proxy_toggle = new_image_set(5,
+               "proxy_up.png",
+               "proxy_hi.png",
+               "proxy_chkd.png",
+               "proxy_down.png",
+               "proxy_chkdhi.png");
+
        shbtn_data = new_image_set(3,
                "shbtn_up.png",
                "shbtn_hi.png",