summaryrefslogtreecommitdiff
path: root/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'timers.c')
-rw-r--r--timers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/timers.c b/timers.c
index a077333..8b73884 100644
--- a/timers.c
+++ b/timers.c
@@ -146,10 +146,10 @@ void cNopacityTimer::Render(void) {
} else {
pixmap->Fill(Theme.Color(clrMenuBorder));
if (config.doBlending) {
- imgLoader.DrawBackground(Theme.Color(clrMenuItemHighBlend), Theme.Color(clrMenuItemHigh), width-2, height-2);
+ imgLoader.DrawBackground(Theme.Color(clrTimersBack), Theme.Color(clrTimersBackBlend), width-2, height-2);
pixmap->DrawImage(cPoint(1,1), imgLoader.GetImage());
} else {
- pixmap->DrawRectangle(cRect(1, 1, width-2, height-2), Theme.Color(clrMenuItemHigh));
+ pixmap->DrawRectangle(cRect(1, 1, width-2, height-2), Theme.Color(clrTimersBack));
}
}