From c0ef4d4be07dcab4c91d9aadddcb04070ffc568c Mon Sep 17 00:00:00 2001 From: "heeju.joo" Date: Thu, 20 Jun 2013 21:57:29 +0900 Subject: [PATCH] Ticker-noti : modify rgb color for thicker notification (light theme) Change-Id: If207d50e5ff0055f93053acb4bf543b1821b7974 --- src/themes/tizen/tizen-white/style.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/themes/tizen/tizen-white/style.less b/src/themes/tizen/tizen-white/style.less index f7697ab..f1d0d77 100644 --- a/src/themes/tizen/tizen-white/style.less +++ b/src/themes/tizen/tizen-white/style.less @@ -305,9 +305,9 @@ /*************************************************************************** Tickernoti ***************************************************************************/ -@color_ticker_bg: rgb(68, 68, 68); -@color_ticker_text1: rgb(255, 255, 255); -@color_ticker_text2: rgb(255, 255, 255); +@color_ticker_bg: rgb(34, 34, 34); +@color_ticker_text1: rgb(250, 250, 250); +@color_ticker_text2: rgb(250, 250, 250); /*************************************************************************** Smallpopup -- 2.7.4