summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-11 22:18:43 +0000
committerDana Jansens <danakj@orodu.net>2007-05-11 22:18:43 +0000
commitb63ad92cca9f14a1d86c00bd76b52c1626a29ee3 (patch)
tree8634ba30a989b859f09113b7631b5053e3e18abe /render/theme.h
parentb2006b8b451f52ce274980b6b3cb626d1347da88 (diff)
give different border colors to active and inactive windows. adjust the xml theme format a little to make it BETTER. rawr. add some metadata standards too.
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/render/theme.h b/render/theme.h
index 85e5aa73..4e87fb12 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -57,8 +57,9 @@ struct _RrTheme {
gint menu_title_height;
/* style settings - colors */
- RrColor *menu_b_color;
- RrColor *frame_b_color;
+ RrColor *menu_border_color;
+ RrColor *frame_focused_border_color;
+ RrColor *frame_unfocused_border_color;
RrColor *cb_focused_color;
RrColor *cb_unfocused_color;
RrColor *title_focused_color;