summaryrefslogtreecommitdiff
path: root/obrender/theme.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-11-05 13:22:56 +0100
committerMikael Magnusson <mikachu@gmail.com>2014-11-05 17:00:49 +0100
commit35e92e4c2a45b28d5c2c9b44b64aeb4222098c94 (patch)
tree8d5476dad71f0f5970b6c347a296cd39a989d0f6 /obrender/theme.h
parent10c276c6c2f5c21bd9376f84481e2b2444b842d1 (diff)
Reduce length of theme.c a bit
Diffstat (limited to 'obrender/theme.h')
-rw-r--r--obrender/theme.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/obrender/theme.h b/obrender/theme.h
index eb9ac3f9..e555142d 100644
--- a/obrender/theme.h
+++ b/obrender/theme.h
@@ -76,16 +76,16 @@ struct _RrTheme {
RrColor *cb_unfocused_color;
RrColor *title_focused_color;
RrColor *title_unfocused_color;
- RrColor *titlebut_disabled_focused_color;
- RrColor *titlebut_disabled_unfocused_color;
- RrColor *titlebut_hover_focused_color;
- RrColor *titlebut_hover_unfocused_color;
- RrColor *titlebut_toggled_hover_focused_color;
- RrColor *titlebut_toggled_hover_unfocused_color;
- RrColor *titlebut_toggled_focused_pressed_color;
- RrColor *titlebut_toggled_unfocused_pressed_color;
- RrColor *titlebut_toggled_focused_unpressed_color;
- RrColor *titlebut_toggled_unfocused_unpressed_color;
+ RrColor *titlebut_focused_disabled_color;
+ RrColor *titlebut_unfocused_disabled_color;
+ RrColor *titlebut_focused_hover_color;
+ RrColor *titlebut_unfocused_hover_color;
+ RrColor *titlebut_focused_hover_toggled_color;
+ RrColor *titlebut_unfocused_hover_toggled_color;
+ RrColor *titlebut_focused_pressed_toggled_color;
+ RrColor *titlebut_unfocused_pressed_toggled_color;
+ RrColor *titlebut_focused_unpressed_toggled_color;
+ RrColor *titlebut_unfocused_unpressed_toggled_color;
RrColor *titlebut_focused_pressed_color;
RrColor *titlebut_unfocused_pressed_color;
RrColor *titlebut_focused_unpressed_color;