From ac978e65ae17d99765fce575e0383449d23faaf3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 3 Jun 2003 18:05:20 +0000 Subject: [PATCH] now cborder in merry's theme --- render2/theme.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/render2/theme.c b/render2/theme.c index 52583f3a..be961bd2 100644 --- a/render2/theme.c +++ b/render2/theme.c @@ -15,7 +15,7 @@ struct RrTheme *RrThemeLoad(struct RrInstance *inst, const char *name) theme->bevel = 1; theme->bwidth = 1; - theme->cbwidth = 1; + theme->cbwidth = 0; theme->handle_height = 4; theme->title_layout = "NLIMC"; @@ -191,6 +191,11 @@ struct RrTheme *RrThemeLoad(struct RrInstance *inst, const char *name) theme->menu_hilite = RrSurfaceNewProto(RR_SURFACE_PLANAR, 0); + /* app stuff */ + + RrColorSet(&theme->app_label_color, 1, 1, 1, 1); + RrColorSet(&theme->app_label_color_h, 1, 1, 1, 1); + RrColorSet(&pri, 0.9, 0.91, 0.9, 1); RrPlanarSet(theme->menu_item, RR_PLANAR_SOLID, RR_BEVEL_NONE, &pri, NULL, 0, NULL); -- 2.34.1