From: Dana Jansens Date: Tue, 3 Jun 2003 17:53:19 +0000 (+0000) Subject: theme color fixes X-Git-Tag: gl-oldtheme~63 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e8468fc891553010fd01ab169ef7fd0bda31a64d;p=dana%2Fopenbox.git theme color fixes --- diff --git a/render2/theme.c b/render2/theme.c index 72c836af..52583f3a 100644 --- a/render2/theme.c +++ b/render2/theme.c @@ -140,12 +140,12 @@ struct RrTheme *RrThemeLoad(struct RrInstance *inst, const char *name) RrColorSet(&pri, 0.70, 0.70, 0.68, 1); RrColorSet(&sec, 0.75, 0.73, 0.71, 1); - RrColorSet(&bor, 0, 0, 0, 1); + RrColorSet(&bor, 0.42, 0.41, 0.42, 1); RrPlanarSet(theme->label, RR_PLANAR_VERTICAL, RR_BEVEL_NONE, &pri, &sec, 1, &bor); RrColorSet(&pri, 0.30, 0.34, 0.65, 1); RrColorSet(&sec, 0.35, 0.43, 0.75, 1); - RrColorSet(&bor, 0.42, 0.41, 0.42, 1); + RrColorSet(&bor, 0, 0, 0, 1); RrPlanarSet(theme->label_f, RR_PLANAR_SOLID, RR_BEVEL_NONE, &pri, &sec, 1, &bor); @@ -208,14 +208,14 @@ struct RrTheme *RrThemeLoad(struct RrInstance *inst, const char *name) theme->app_label = RrSurfaceNewProto(RR_SURFACE_PLANAR, 1); theme->app_label_h = RrSurfaceNewProto(RR_SURFACE_PLANAR, 1); - RrColorSet(&pri, 0.30, 0.34, 0.65, 1); - RrColorSet(&sec, 0.35, 0.43, 0.75, 1); - RrColorSet(&bor, 0, 0, 0, 1); - RrPlanarSet(theme->app_label, RR_PLANAR_VERTICAL, RR_BEVEL_NONE, - &pri, &sec, 1, &bor); RrColorSet(&pri, 0.70, 0.70, 0.68, 1); RrColorSet(&sec, 0.75, 0.73, 0.71, 1); RrColorSet(&bor, 0.42, 0.41, 0.42, 1); + RrPlanarSet(theme->app_label, RR_PLANAR_VERTICAL, RR_BEVEL_NONE, + &pri, &sec, 1, &bor); + RrColorSet(&pri, 0.30, 0.34, 0.65, 1); + RrColorSet(&sec, 0.35, 0.43, 0.75, 1); + RrColorSet(&bor, 0, 0, 0, 1); RrPlanarSet(theme->app_label_h, RR_PLANAR_SOLID, RR_BEVEL_NONE, &pri, &sec, 1, &bor);