NBEAT v1.4 implementation for Slider and Dayselector. Indentation corrected.
authorsumanth <sumanth.m@samsung.com>
Mon, 20 Jun 2011 12:25:11 +0000 (17:55 +0530)
committersumanth <sumanth.m@samsung.com>
Mon, 20 Jun 2011 13:16:04 +0000 (18:46 +0530)
Change-Id: Ie8f2193a482793d41841992de56cf314718198fb

25 files changed:
themes/groups/dayselector.edc
themes/groups/slider.edc
themes/images/nbeat-black/00_alarm_repeat_button_normal.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_alarm_repeat_button_normal_01.png
themes/images/nbeat-black/00_alarm_repeat_button_normal_02.png
themes/images/nbeat-black/00_alarm_repeat_button_normal_03.png
themes/images/nbeat-black/00_alarm_repeat_button_press_01.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_alarm_repeat_button_press_02.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_alarm_repeat_button_press_03.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_ebook_slider_handle_press.png
themes/images/nbeat-black/00_slider_btn_brightness01.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_slider_btn_brightness02.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_slider_btn_volume01.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_slider_btn_volume02.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_slider_handle.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_slider_handle_dim.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_slider_handle_press.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_slider_popup_bg.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_timepicker_number_bg.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_timepicker_tail.png [changed mode: 0644->0755]
themes/images/nbeat-black/00_winset_list_progress_bar_pressed.png [new file with mode: 0644]
themes/images/nbeat-black/00_winset_list_progress_bg.png [changed mode: 0644->0755]
themes/images/nbeat/00_winset_list_progress_bar_pressed.png [new file with mode: 0644]
themes/inc/nbeat-black-inc.edc
themes/inc/nbeat-inc.edc

index c880dd8..dcc8e25 100644 (file)
@@ -3,15 +3,15 @@
  *
  * Copyright (c) 2000 - 2010 Samsung Electronics Co., Ltd.
  *
- * Contact: Seokjae Jeong <seok.j.jeong@samsung.com>, Myoungwoon Roy Kim <Myoungwoon.kim@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>, 
- *             Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>, 
- *             Hyunsil Park <hyunsil.park@samsung.com>, Sohyun Kim <anna1014.kim@samsung.com>, Seunggyun Kim <sgyun.kim@samsung.com>
- * 
+ * Contact: Seokjae Jeong <seok.j.jeong@samsung.com>, Myoungwoon Roy Kim <Myoungwoon.kim@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>,
+ *       Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>,
+ *      Hyunsil Park <hyunsil.park@samsung.com>, Sohyun Kim <anna1014.kim@samsung.com>, Seunggyun Kim <sgyun.kim@samsung.com>
+ *
  * This library is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the
  * Free Software Foundation; either version 2.1 of the License, or (at your option)
  * any later version.
- * 
+ *
  * This library is distributed in the hope that it will be useful, but WITHOUT ANY
  * WARRANTY; without even the implied warranty of MERCHANTABILITY or
  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
@@ -27,8 +27,8 @@
 #define DAYSELECTOR_CHECK_HEIGHT 56
 #define DAYSELECTOR_TOTAL_WIDTH (DAYSELECTOR_CHECK_WIDTH*7)
 group {
-       name: "elm/dayselector/base/default";
-       alias: "elm/dayselector/base/sun_first";
+   name: "elm/dayselector/base/default";
+   alias: "elm/dayselector/base/sun_first";
        min: ((DAYSELECTOR_CHECK_WIDTH*7)+6) DAYSELECTOR_CHECK_HEIGHT;
        parts {
           part {
@@ -39,82 +39,82 @@ group {
              description {
                 rel1 { relative: 0.0 0.0; offset: 4 0; }
                 rel2 { relative: 1.0 1.0; offset: -4 0; }
-                color: 199 199 199 255;
+                color: DAYSELECTOR_BACKGROUND_COLOR_INC;
               }
           }
-               part {
-                       name: "sun";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*1)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "mon";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "sun";  relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*2)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "tue";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "mon"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*3)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "wed";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "tue"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*4)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "thu";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "wed"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*5)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "fri";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "thu"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*6)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "sat";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "fri"; relative: 1 0; offset: 1 0; }
-                       }
-               }
-       }
+      part {
+         name: "sun";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*1)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "mon";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "sun";  relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*2)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "tue";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "mon"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*3)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "wed";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "tue"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*4)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "thu";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "wed"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*5)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "fri";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "thu"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*6)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "sat";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "fri"; relative: 1 0; offset: 1 0; }
+         }
+      }
+   }
 }
 group {
-       name: "elm/dayselector/base/mon_first";
-       min: (DAYSELECTOR_CHECK_WIDTH*7) DAYSELECTOR_CHECK_HEIGHT;
+   name: "elm/dayselector/base/mon_first";
+   min: (DAYSELECTOR_CHECK_WIDTH*7) DAYSELECTOR_CHECK_HEIGHT;
        parts {
          part {
             name: "bg";
@@ -124,1017 +124,1017 @@ group {
             description {
                rel1 { relative: 0.0 0.0; offset: 4 0; }
                rel2 { relative: 1.0 1.0; offset: -4 0; }
-               color: 199 199 199 255;
+               color: DAYSELECTOR_BACKGROUND_COLOR_INC;
             }
         }
-               part {
-                       name: "mon";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*1)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "tue";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "mon";  relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*2)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "wed";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "tue"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*3)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "thu";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "wed"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*4)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "fri";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "thu"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*5)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "sat";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "fri"; relative: 1 0; offset: 1 0; }
-                               rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*6)/DAYSELECTOR_TOTAL_WIDTH) 1;}
-                       }
-               }
-               part {
-                       name: "sun";
-                       type: SWALLOW;
-                       mouse_events: 1;
-                       scale: 1;
-                       description {
-                               rel1 { to: "sat"; relative: 1 0; offset: 1 0; }
-                       }
-               }
-       }
+      part {
+         name: "mon";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*1)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "tue";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "mon";  relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*2)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "wed";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "tue"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*3)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "thu";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "wed"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*4)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "fri";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "thu"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*5)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "sat";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "fri"; relative: 1 0; offset: 1 0; }
+            rel2 { relative: ((DAYSELECTOR_CHECK_WIDTH*6)/DAYSELECTOR_TOTAL_WIDTH) 1;}
+         }
+      }
+      part {
+         name: "sun";
+         type: SWALLOW;
+         mouse_events: 1;
+         scale: 1;
+         description {
+            rel1 { to: "sat"; relative: 1 0; offset: 1 0; }
+         }
+      }
+   }
 }
-group { 
-       name: "elm/check/base/dayselector/sun_first_sun";
-       images {
-               image: "00_alarm_repeat_button_normal_01.png" COMP;
-               image: "00_alarm_repeat_button_press_01.png" COMP;
-       }
-       parts {
-               part { 
-                       name: "bg";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               align: 0.5 0.5;
-                               image {
-                                       normal: "00_alarm_repeat_button_normal_01.png";
-                                       border: 4 0 4 4;
-                                       border_scale: 1;
-                               }
-                       }
-               }
-               part { 
-                       name: "check";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               visible: 0;
-                               image {
-                                       normal: "00_alarm_repeat_button_press_01.png";
-                                       border: 4 0 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 1;
-                       }
-               }
-               part { 
-                       name: "elm.swallow.content";
-                       type: SWALLOW;
-                       description { 
-                               state: "default" 0.0;
-                               fixed: 1 0;
-                               visible: 0;
-                               align: 0.0 0.5;
-                               rel1.to_x: "bg";
-                               rel1.relative: 1.0 0.0;
-                               rel2.to_x: "bg";
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               fixed: 1 1;
-                               visible: 1;
-                               aspect: 1.0 1.0;
-                               aspect_preference: VERTICAL;
-                       }
-               }
-               part { 
-                       name: "elm.text";
-                       type: TEXT;
-                       mouse_events: 0;
-                       scale: 1;
-                       effect: SHADOW;
-                       description { 
-                               state: "default" 0.0;
-                               visible: 1;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 225 49 8 255;
-                               align: 0.5 0.5;
-                               text {
-                                       font: "SLP:style=Medium";
-                                       size: 32;
-                                       min: 1 1;
-                                       align: 0.5 0.5;
-                               }
-                       }
-                       description { 
-                               state: "hide" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 0;
-                       }
-                       description {
-                               state: "checked" 0.0;
-                               inherit: "default" 0.0;
-                               color: 255 255 255 255;
-                       }
-               }
-               part { 
-                       name: "events";
-                       type: RECT;
-                       ignore_flags: ON_HOLD;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 0 0 0 0;
-                       }
-               }
-       }
-       programs {
-               program { 
-                       name: "click";
-                       signal: "mouse,up,1";
-                       source: "events";
-                       action: SIGNAL_EMIT "elm,action,check,toggle" "";
-               }
-               program { 
-                       name: "check_on";
-                       signal: "elm,state,check,on";
-                       source: "elm";
-                       after: "checkon";
-               }
-               program { 
-                       name: "checkon";
-                       script {
-                               set_state(PART:"check", "visible", 0.0);
-                               set_state(PART:"elm.text", "checked", 0.0);                             
-                       }
-               }               
-               program { 
-                       name: "check_off";
-                       signal: "elm,state,check,off";
-                       source: "elm";
-                       after:"checkoff";
-               }
-               program { 
-                       name: "checkoff";
-                       script {
-                               set_state(PART:"check", "default", 0.0);
-                               set_state(PART:"elm.text", "default", 0.0);                             
-                       }
-               }                       
-               program { 
-                       name: "text_show";
-                       signal: "elm,state,text,visible";
-                       source: "elm";
-                       action:  STATE_SET "default" 0.0;
-                       target: "elm.text";
-                }
-               program { 
-                       name: "text_hide";
-                       signal: "elm,state,text,hidden";
-                       source: "elm";
-                       action:  STATE_SET "hide" 0.0;
-                       target: "elm.text";
-               }
-       }
+group {
+   name: "elm/check/base/dayselector/sun_first_sun";
+   images {
+      image: "00_alarm_repeat_button_normal_01.png" COMP;
+      image: "00_alarm_repeat_button_press_01.png" COMP;
+   }
+   parts {
+      part {
+         name: "bg";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            align: 0.5 0.5;
+            image {
+               normal: "00_alarm_repeat_button_normal_01.png";
+               border: 4 0 4 4;
+               border_scale: 1;
+            }
+         }
+      }
+      part {
+         name: "check";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            visible: 0;
+            image {
+               normal: "00_alarm_repeat_button_press_01.png";
+               border: 4 0 4 4;
+               border_scale: 1;
+            }
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         description {
+            state: "default" 0.0;
+            fixed: 1 0;
+            visible: 0;
+            align: 0.0 0.5;
+            rel1.to_x: "bg";
+            rel1.relative: 1.0 0.0;
+            rel2.to_x: "bg";
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            fixed: 1 1;
+            visible: 1;
+            aspect: 1.0 1.0;
+            aspect_preference: VERTICAL;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         mouse_events: 0;
+         scale: 1;
+         effect: SHADOW;
+         description {
+            state: "default" 0.0;
+            visible: 1;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: DAYSELECTOR_SUNDAY_COLOR_INC;
+            align: 0.5 0.5;
+            text {
+               font: "SLP:style=Medium";
+               size: 32;
+               min: 1 1;
+               align: 0.5 0.5;
+            }
+         }
+         description {
+            state: "hide" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+         description {
+            state: "checked" 0.0;
+            inherit: "default" 0.0;
+            color: DAYSELECTOR_DAY_PRESSED_COLOR_INC;
+         }
+      }
+      part {
+         name: "events";
+         type: RECT;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: 0 0 0 0;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "click";
+         signal: "mouse,up,1";
+         source: "events";
+         action: SIGNAL_EMIT "elm,action,check,toggle" "";
+      }
+      program {
+         name: "check_on";
+         signal: "elm,state,check,on";
+         source: "elm";
+         after: "checkon";
+      }
+      program {
+         name: "checkon";
+         script {
+            set_state(PART:"check", "visible", 0.0);
+            set_state(PART:"elm.text", "checked", 0.0);
+         }
+      }
+      program {
+         name: "check_off";
+         signal: "elm,state,check,off";
+         source: "elm";
+         after:"checkoff";
+      }
+      program {
+         name: "checkoff";
+         script {
+            set_state(PART:"check", "default", 0.0);
+            set_state(PART:"elm.text", "default", 0.0);
+         }
+      }
+      program {
+         name: "text_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action:  STATE_SET "default" 0.0;
+         target: "elm.text";
+       }
+      program {
+         name: "text_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action:  STATE_SET "hide" 0.0;
+         target: "elm.text";
+      }
+   }
 }
-group { 
-       name: "elm/check/base/dayselector/mon_first_mon";
-       images {
-               image: "00_alarm_repeat_button_normal_01.png" COMP;
-               image: "00_alarm_repeat_button_press_01.png" COMP;
-       }
-       parts {
-               part { 
-                       name: "bg";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               align: 0.5 0.5;
-                               image {
-                                       normal: "00_alarm_repeat_button_normal_01.png";
-                                       border: 4 0 4 4;
-                                       border_scale: 1;
-                               }
-                       }
-               }
-               part { 
-                       name: "check";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               visible: 0;
-                               image {
-                                       normal: "00_alarm_repeat_button_press_01.png";
-                                       border: 4 0 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 1;
-                       }
-               }
-               part { 
-                       name: "elm.swallow.content";
-                       type: SWALLOW;
-                       description { 
-                               state: "default" 0.0;
-                               fixed: 1 0;
-                               visible: 0;
-                               align: 0.0 0.5;
-                               rel1.to_x: "bg";
-                               rel1.relative: 1.0 0.0;
-                               rel2.to_x: "bg";
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               fixed: 1 1;
-                               visible: 1;
-                               aspect: 1.0 1.0;
-                               aspect_preference: VERTICAL;
-                       }
-               }
-               part { 
-                       name: "elm.text";
-                       type: TEXT;
-                       mouse_events: 0;
-                       scale: 1;
-                       effect: SHADOW;
-                       description { 
-                               state: "default" 0.0;
-                               visible: 1;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 78 73 69 255;
-                               align: 0.5 0.5;
-                               text {
-                                       font: "SLP:style=Medium";
-                                       size: 32;
-                                       min: 1 1;
-                                       align: 0.5 0.5;
-                               }
-                       }
-                       description { 
-                               state: "hide" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 0;
-                       }
-                       description {
-                               state: "checked" 0.0;
-                               inherit: "default" 0.0;
-                               color: 255 255 255 255;
-                       }
-               }
-               part { 
-                       name: "events";
-                       type: RECT;
-                       ignore_flags: ON_HOLD;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 0 0 0 0;
-                       }
-               }
-       }
-       programs {
-               program { 
-                       name: "click";
-                       signal: "mouse,up,1";
-                       source: "events";
-                       action: SIGNAL_EMIT "elm,action,check,toggle" "";
-               }
-               program { 
-                       name: "check_on";
-                       signal: "elm,state,check,on";
-                       source: "elm";
-                       after: "checkon";
-               }
-               program { 
-                       name: "checkon";
-                       script {
-                               set_state(PART:"check", "visible", 0.0);
-                               set_state(PART:"elm.text", "checked", 0.0);                             
-                       }
-               }               
-               program { 
-                       name: "check_off";
-                       signal: "elm,state,check,off";
-                       source: "elm";
-                       after:"checkoff";
-               }
-               program { 
-                       name: "checkoff";
-                       script {
-                               set_state(PART:"check", "default", 0.0);
-                               set_state(PART:"elm.text", "default", 0.0);                             
-                       }
-               }                       
-               program { 
-                       name: "text_show";
-                       signal: "elm,state,text,visible";
-                       source: "elm";
-                       action:  STATE_SET "default" 0.0;
-                       target: "elm.text";
-                }
-               program { 
-                       name: "text_hide";
-                       signal: "elm,state,text,hidden";
-                       source: "elm";
-                       action:  STATE_SET "hide" 0.0;
-                       target: "elm.text";
-               }
-       }
+group {
+   name: "elm/check/base/dayselector/mon_first_mon";
+   images {
+      image: "00_alarm_repeat_button_normal_01.png" COMP;
+      image: "00_alarm_repeat_button_press_01.png" COMP;
+   }
+   parts {
+      part {
+         name: "bg";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            align: 0.5 0.5;
+            image {
+               normal: "00_alarm_repeat_button_normal_01.png";
+               border: 4 0 4 4;
+               border_scale: 1;
+            }
+         }
+      }
+      part {
+         name: "check";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            visible: 0;
+            image {
+               normal: "00_alarm_repeat_button_press_01.png";
+               border: 4 0 4 4;
+               border_scale: 1;
+            }
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         description {
+            state: "default" 0.0;
+            fixed: 1 0;
+            visible: 0;
+            align: 0.0 0.5;
+            rel1.to_x: "bg";
+            rel1.relative: 1.0 0.0;
+            rel2.to_x: "bg";
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            fixed: 1 1;
+            visible: 1;
+            aspect: 1.0 1.0;
+            aspect_preference: VERTICAL;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         mouse_events: 0;
+         scale: 1;
+         effect: SHADOW;
+         description {
+            state: "default" 0.0;
+            visible: 1;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: DAYSELECTOR_WEEKDAY_COLOR_INC;
+            align: 0.5 0.5;
+            text {
+               font: "SLP:style=Medium";
+               size: 32;
+               min: 1 1;
+               align: 0.5 0.5;
+            }
+         }
+         description {
+            state: "hide" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+         description {
+            state: "checked" 0.0;
+            inherit: "default" 0.0;
+            color: DAYSELECTOR_DAY_PRESSED_COLOR_INC;
+         }
+      }
+      part {
+         name: "events";
+         type: RECT;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: 0 0 0 0;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "click";
+         signal: "mouse,up,1";
+         source: "events";
+         action: SIGNAL_EMIT "elm,action,check,toggle" "";
+      }
+      program {
+         name: "check_on";
+         signal: "elm,state,check,on";
+         source: "elm";
+         after: "checkon";
+      }
+      program {
+         name: "checkon";
+         script {
+            set_state(PART:"check", "visible", 0.0);
+            set_state(PART:"elm.text", "checked", 0.0);
+         }
+      }
+      program {
+         name: "check_off";
+         signal: "elm,state,check,off";
+         source: "elm";
+         after:"checkoff";
+      }
+      program {
+         name: "checkoff";
+         script {
+            set_state(PART:"check", "default", 0.0);
+            set_state(PART:"elm.text", "default", 0.0);
+         }
+      }
+      program {
+         name: "text_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action:  STATE_SET "default" 0.0;
+         target: "elm.text";
+       }
+      program {
+         name: "text_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action:  STATE_SET "hide" 0.0;
+         target: "elm.text";
+      }
+   }
 }
-group { 
-       name: "elm/check/base/dayselector/sun_first_mon";
-       alias: "elm/check/base/dayselector/sun_first_tue";
-       alias: "elm/check/base/dayselector/sun_first_wed";
-       alias: "elm/check/base/dayselector/sun_first_thu";
-       alias: "elm/check/base/dayselector/sun_first_fri";
-       alias: "elm/check/base/dayselector/mon_first_tue";
-       alias: "elm/check/base/dayselector/mon_first_wed";
-       alias: "elm/check/base/dayselector/mon_first_thu";
-       alias: "elm/check/base/dayselector/mon_first_fri"; 
-       images {
-               image: "00_alarm_repeat_button_normal_02.png" COMP;
-               image: "00_alarm_repeat_button_press_02.png" COMP;
-       }
-       parts {
-               part { 
-                       name: "bg";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               align: 0.5 0.5;
-                               image {
-                                       normal: "00_alarm_repeat_button_normal_02.png";
-                                       border: 0 0 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-               }
-               part { 
-                       name: "check";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               visible: 0;
-                               image {
-                                       normal: "00_alarm_repeat_button_press_02.png";
-                                       border: 0 0 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 1;
-                       }
-               }
-               part { 
-                       name: "elm.swallow.content";
-                       type: SWALLOW;
-                       description { 
-                               state: "default" 0.0;
-                               fixed: 1 0;
-                               visible: 0;
-                               align: 0.0 0.5;
-                               rel1.to_x: "bg";
-                               rel1.relative: 1.0 0.0;
-                               rel2.to_x: "bg";
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               fixed: 1 1;
-                               visible: 1;
-                               aspect: 1.0 1.0;
-                               aspect_preference: VERTICAL;
-                       }
-               }
-               part { 
-                       name: "elm.text";
-                       type: TEXT;
-                       mouse_events: 0;
-                       scale: 1;
-                       effect: SHADOW;
-                       description { 
-                               state: "default" 0.0;
-                               visible: 1;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 78 73 69 255;
-                               align: 0.5 0.5;
-                               text {
-                                       font: "SLP:style=Medium";
-                                       size: 32;
-                                       min: 1 1;
-                                       align: 0.5 0.5;
-                               }
-                       }
-                       description { 
-                               state: "hide" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 0;
-                       }
-                       description {
-                               state: "checked" 0.0;
-                               inherit: "default" 0.0;
-                               color: 255 255 255 255;
-                       }
-               }
-               part { 
-                       name: "events";
-                       type: RECT;
-                       ignore_flags: ON_HOLD;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 0 0 0 0;
-                       }
-               }
-       }
-       programs {
-               program { 
-                       name: "click";
-                       signal: "mouse,up,1";
-                       source: "events";
-                       action: SIGNAL_EMIT "elm,action,check,toggle" "";
-               }
-               program { 
-                       name: "check_on";
-                       signal: "elm,state,check,on";
-                       source: "elm";
-                       after: "checkon";
-               }
-               program { 
-                       name: "checkon";
-                       script {
-                               set_state(PART:"check", "visible", 0.0);
-                               set_state(PART:"elm.text", "checked", 0.0);                             
-                       }
-               }               
-               program { 
-                       name: "check_off";
-                       signal: "elm,state,check,off";
-                       source: "elm";
-                       after:"checkoff";
-               }
-               program { 
-                       name: "checkoff";
-                       script {
-                               set_state(PART:"check", "default", 0.0);
-                               set_state(PART:"elm.text", "default", 0.0);                             
-                       }
-               }                       
-               program { 
-                       name: "text_show";
-                       signal: "elm,state,text,visible";
-                       source: "elm";
-                       action:  STATE_SET "default" 0.0;
-                       target: "elm.text";
-                }
-               program { 
-                       name: "text_hide";
-                       signal: "elm,state,text,hidden";
-                       source: "elm";
-                       action:  STATE_SET "hide" 0.0;
-                       target: "elm.text";
-               }
-       }
+group {
+   name: "elm/check/base/dayselector/sun_first_mon";
+   alias: "elm/check/base/dayselector/sun_first_tue";
+   alias: "elm/check/base/dayselector/sun_first_wed";
+   alias: "elm/check/base/dayselector/sun_first_thu";
+   alias: "elm/check/base/dayselector/sun_first_fri";
+   alias: "elm/check/base/dayselector/mon_first_tue";
+   alias: "elm/check/base/dayselector/mon_first_wed";
+   alias: "elm/check/base/dayselector/mon_first_thu";
+   alias: "elm/check/base/dayselector/mon_first_fri";
+   images {
+      image: "00_alarm_repeat_button_normal_02.png" COMP;
+      image: "00_alarm_repeat_button_press_02.png" COMP;
+   }
+   parts {
+      part {
+         name: "bg";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            align: 0.5 0.5;
+            image {
+               normal: "00_alarm_repeat_button_normal_02.png";
+               border: 0 0 4 4;
+               border_scale: 1;
+            }
+         }
+      }
+      part {
+         name: "check";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            visible: 0;
+            image {
+               normal: "00_alarm_repeat_button_press_02.png";
+               border: 0 0 4 4;
+               border_scale: 1;
+            }
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         description {
+            state: "default" 0.0;
+            fixed: 1 0;
+            visible: 0;
+            align: 0.0 0.5;
+            rel1.to_x: "bg";
+            rel1.relative: 1.0 0.0;
+            rel2.to_x: "bg";
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            fixed: 1 1;
+            visible: 1;
+            aspect: 1.0 1.0;
+            aspect_preference: VERTICAL;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         mouse_events: 0;
+         scale: 1;
+         effect: SHADOW;
+         description {
+            state: "default" 0.0;
+            visible: 1;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: DAYSELECTOR_WEEKDAY_COLOR_INC;
+            align: 0.5 0.5;
+            text {
+               font: "SLP:style=Medium";
+               size: 32;
+               min: 1 1;
+               align: 0.5 0.5;
+            }
+         }
+         description {
+            state: "hide" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+         description {
+            state: "checked" 0.0;
+            inherit: "default" 0.0;
+            color: DAYSELECTOR_DAY_PRESSED_COLOR_INC;
+         }
+      }
+      part {
+         name: "events";
+         type: RECT;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: 0 0 0 0;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "click";
+         signal: "mouse,up,1";
+         source: "events";
+         action: SIGNAL_EMIT "elm,action,check,toggle" "";
+      }
+      program {
+         name: "check_on";
+         signal: "elm,state,check,on";
+         source: "elm";
+         after: "checkon";
+      }
+      program {
+         name: "checkon";
+         script {
+            set_state(PART:"check", "visible", 0.0);
+            set_state(PART:"elm.text", "checked", 0.0);
+         }
+      }
+      program {
+         name: "check_off";
+         signal: "elm,state,check,off";
+         source: "elm";
+         after:"checkoff";
+      }
+      program {
+         name: "checkoff";
+         script {
+            set_state(PART:"check", "default", 0.0);
+            set_state(PART:"elm.text", "default", 0.0);
+         }
+      }
+      program {
+         name: "text_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action:  STATE_SET "default" 0.0;
+         target: "elm.text";
+       }
+      program {
+         name: "text_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action:  STATE_SET "hide" 0.0;
+         target: "elm.text";
+      }
+   }
 }
 
-group { 
-       name: "elm/check/base/dayselector/mon_first_sat"; 
-       images {
-               image: "00_alarm_repeat_button_normal_02.png" COMP;
-               image: "00_alarm_repeat_button_press_02.png" COMP;
-       }
-       parts {
-               part { 
-                       name: "bg";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               align: 0.5 0.5;
-                               image {
-                                       normal: "00_alarm_repeat_button_normal_02.png";
-                                       border: 0 0 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-               }
-               part { 
-                       name: "check";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               visible: 0;
-                               image {
-                                       normal: "00_alarm_repeat_button_press_02.png";
-                                       border: 0 0 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 1;
-                       }
-               }
-               part { 
-                       name: "elm.swallow.content";
-                       type: SWALLOW;
-                       description { 
-                               state: "default" 0.0;
-                               fixed: 1 0;
-                               visible: 0;
-                               align: 0.0 0.5;
-                               rel1.to_x: "bg";
-                               rel1.relative: 1.0 0.0;
-                               rel2.to_x: "bg";
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               fixed: 1 1;
-                               visible: 1;
-                               aspect: 1.0 1.0;
-                               aspect_preference: VERTICAL;
-                       }
-               }
-               part { 
-                       name: "elm.text";
-                       type: TEXT;
-                       mouse_events: 0;
-                       scale: 1;
-                       effect: SHADOW;
-                       description { 
-                               state: "default" 0.0;
-                               visible: 1;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 8 96 170 255;
-                               align: 0.5 0.5;
-                               text {
-                                       font: "SLP:style=Medium";
-                                       size: 32;
-                                       min: 1 1;
-                                       align: 0.5 0.5;
-                               }
-                       }
-                       description { 
-                               state: "hide" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 0;
-                       }
-                       description {
-                               state: "checked" 0.0;
-                               inherit: "default" 0.0;
-                               color: 255 255 255 255;
-                       }
-               }
-               part { 
-                       name: "events";
-                       type: RECT;
-                       ignore_flags: ON_HOLD;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 0 0 0 0;
-                       }
-               }
-       }
-       programs {
-               program { 
-                       name: "click";
-                       signal: "mouse,up,1";
-                       source: "events";
-                       action: SIGNAL_EMIT "elm,action,check,toggle" "";
-               }
-               program { 
-                       name: "check_on";
-                       signal: "elm,state,check,on";
-                       source: "elm";
-                       after: "checkon";
-               }
-               program { 
-                       name: "checkon";
-                       script {
-                               set_state(PART:"check", "visible", 0.0);
-                               set_state(PART:"elm.text", "checked", 0.0);                             
-                       }
-               }               
-               program { 
-                       name: "check_off";
-                       signal: "elm,state,check,off";
-                       source: "elm";
-                       after:"checkoff";
-               }
-               program { 
-                       name: "checkoff";
-                       script {
-                               set_state(PART:"check", "default", 0.0);
-                               set_state(PART:"elm.text", "default", 0.0);                             
-                       }
-               }                       
-               program { 
-                       name: "text_show";
-                       signal: "elm,state,text,visible";
-                       source: "elm";
-                       action:  STATE_SET "default" 0.0;
-                       target: "elm.text";
-                }
-               program { 
-                       name: "text_hide";
-                       signal: "elm,state,text,hidden";
-                       source: "elm";
-                       action:  STATE_SET "hide" 0.0;
-                       target: "elm.text";
-               }
-       }
+group {
+   name: "elm/check/base/dayselector/mon_first_sat";
+   images {
+      image: "00_alarm_repeat_button_normal_02.png" COMP;
+      image: "00_alarm_repeat_button_press_02.png" COMP;
+   }
+   parts {
+      part {
+         name: "bg";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            align: 0.5 0.5;
+            image {
+               normal: "00_alarm_repeat_button_normal_02.png";
+               border: 0 0 4 4;
+               border_scale: 1;
+            }
+         }
+      }
+      part {
+         name: "check";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            visible: 0;
+            image {
+               normal: "00_alarm_repeat_button_press_02.png";
+               border: 0 0 4 4;
+               border_scale: 1;
+            }
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         description {
+            state: "default" 0.0;
+            fixed: 1 0;
+            visible: 0;
+            align: 0.0 0.5;
+            rel1.to_x: "bg";
+            rel1.relative: 1.0 0.0;
+            rel2.to_x: "bg";
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            fixed: 1 1;
+            visible: 1;
+            aspect: 1.0 1.0;
+            aspect_preference: VERTICAL;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         mouse_events: 0;
+         scale: 1;
+         effect: SHADOW;
+         description {
+            state: "default" 0.0;
+            visible: 1;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: DAYSELECTOR_SATURDAY_COLOR_INC;
+            align: 0.5 0.5;
+            text {
+               font: "SLP:style=Medium";
+               size: 32;
+               min: 1 1;
+               align: 0.5 0.5;
+            }
+         }
+         description {
+            state: "hide" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+         description {
+            state: "checked" 0.0;
+            inherit: "default" 0.0;
+            color: DAYSELECTOR_DAY_PRESSED_COLOR_INC;
+         }
+      }
+      part {
+         name: "events";
+         type: RECT;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: 0 0 0 0;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "click";
+         signal: "mouse,up,1";
+         source: "events";
+         action: SIGNAL_EMIT "elm,action,check,toggle" "";
+      }
+      program {
+         name: "check_on";
+         signal: "elm,state,check,on";
+         source: "elm";
+         after: "checkon";
+      }
+      program {
+         name: "checkon";
+         script {
+            set_state(PART:"check", "visible", 0.0);
+            set_state(PART:"elm.text", "checked", 0.0);
+         }
+      }
+      program {
+         name: "check_off";
+         signal: "elm,state,check,off";
+         source: "elm";
+         after:"checkoff";
+      }
+      program {
+         name: "checkoff";
+         script {
+            set_state(PART:"check", "default", 0.0);
+            set_state(PART:"elm.text", "default", 0.0);
+         }
+      }
+      program {
+         name: "text_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action:  STATE_SET "default" 0.0;
+         target: "elm.text";
+       }
+      program {
+         name: "text_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action:  STATE_SET "hide" 0.0;
+         target: "elm.text";
+      }
+   }
 }
 
-group { 
-       name: "elm/check/base/dayselector/sun_first_sat";
-       images {
-               image: "00_alarm_repeat_button_normal_03.png" COMP;
-               image: "00_alarm_repeat_button_press_03.png" COMP;
-       }
-       parts {
-               part { 
-                       name: "bg";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               align: 0.5 0.5;
-                               image {
-                                       normal: "00_alarm_repeat_button_normal_03.png";
-                                       border: 0 4 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-               }
-               part { 
-                       name: "check";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               visible: 0;
-                               image {
-                                       normal: "00_alarm_repeat_button_press_03.png";
-                                       border: 0 4 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 1;
-                       }
-               }
-               part { 
-                       name: "elm.swallow.content";
-                       type: SWALLOW;
-                       description { 
-                               state: "default" 0.0;
-                               fixed: 1 0;
-                               visible: 0;
-                               align: 0.0 0.5;
-                               rel1.to_x: "bg";
-                               rel1.relative: 1.0 0.0;
-                               rel2.to_x: "bg";
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               fixed: 1 1;
-                               visible: 1;
-                               aspect: 1.0 1.0;
-                               aspect_preference: VERTICAL;
-                       }
-               }
-               part { 
-                       name: "elm.text";
-                       type: TEXT;
-                       mouse_events: 0;
-                       scale: 1;
-                       effect: SHADOW;
-                       description { 
-                               state: "default" 0.0;
-                               visible: 1;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 8 96 170 255;
-                               align: 0.5 0.5;
-                               text {
-                                       font: "SLP:style=Medium";
-                                       size: 32;
-                                       min: 1 1;
-                                       align: 0.5 0.5;
-                               }
-                       }
-                       description { 
-                               state: "hide" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 0;
-                       }
-                       description {
-                               state: "checked" 0.0;
-                               inherit: "default" 0.0;
-                               color: 255 255 255 255;
-                       }
-               }
-               part { 
-                       name: "events";
-                       type: RECT;
-                       ignore_flags: ON_HOLD;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 0 0 0 0;
-                       }
-               }
-       }
-       programs {
-               program { 
-                       name: "click";
-                       signal: "mouse,up,1";
-                       source: "events";
-                       action: SIGNAL_EMIT "elm,action,check,toggle" "";
-               }
-               program { 
-                       name: "check_on";
-                       signal: "elm,state,check,on";
-                       source: "elm";
-                       after: "checkon";
-               }
-               program { 
-                       name: "checkon";
-                       script {
-                               set_state(PART:"check", "visible", 0.0);
-                               set_state(PART:"elm.text", "checked", 0.0);                             
-                       }
-               }               
-               program { 
-                       name: "check_off";
-                       signal: "elm,state,check,off";
-                       source: "elm";
-                       after:"checkoff";
-               }
-               program { 
-                       name: "checkoff";
-                       script {
-                               set_state(PART:"check", "default", 0.0);
-                               set_state(PART:"elm.text", "default", 0.0);                             
-                       }
-               }                       
-               program { 
-                       name: "text_show";
-                       signal: "elm,state,text,visible";
-                       source: "elm";
-                       action:  STATE_SET "default" 0.0;
-                       target: "elm.text";
-                }
-               program { 
-                       name: "text_hide";
-                       signal: "elm,state,text,hidden";
-                       source: "elm";
-                       action:  STATE_SET "hide" 0.0;
-                       target: "elm.text";
-               }
-       }
+group {
+   name: "elm/check/base/dayselector/sun_first_sat";
+   images {
+      image: "00_alarm_repeat_button_normal_03.png" COMP;
+      image: "00_alarm_repeat_button_press_03.png" COMP;
+   }
+   parts {
+      part {
+         name: "bg";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            align: 0.5 0.5;
+            image {
+               normal: "00_alarm_repeat_button_normal_03.png";
+               border: 0 4 4 4;
+               border_scale: 1;
+            }
+         }
+      }
+      part {
+         name: "check";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            visible: 0;
+            image {
+               normal: "00_alarm_repeat_button_press_03.png";
+               border: 0 4 4 4;
+               border_scale: 1;
+            }
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         description {
+            state: "default" 0.0;
+            fixed: 1 0;
+            visible: 0;
+            align: 0.0 0.5;
+            rel1.to_x: "bg";
+            rel1.relative: 1.0 0.0;
+            rel2.to_x: "bg";
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            fixed: 1 1;
+            visible: 1;
+            aspect: 1.0 1.0;
+            aspect_preference: VERTICAL;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         mouse_events: 0;
+         scale: 1;
+         effect: SHADOW;
+         description {
+            state: "default" 0.0;
+            visible: 1;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: DAYSELECTOR_SATURDAY_COLOR_INC;
+            align: 0.5 0.5;
+            text {
+               font: "SLP:style=Medium";
+               size: 32;
+               min: 1 1;
+               align: 0.5 0.5;
+            }
+         }
+         description {
+            state: "hide" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+         description {
+            state: "checked" 0.0;
+            inherit: "default" 0.0;
+            color: DAYSELECTOR_DAY_PRESSED_COLOR_INC;
+         }
+      }
+      part {
+         name: "events";
+         type: RECT;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: 0 0 0 0;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "click";
+         signal: "mouse,up,1";
+         source: "events";
+         action: SIGNAL_EMIT "elm,action,check,toggle" "";
+      }
+      program {
+         name: "check_on";
+         signal: "elm,state,check,on";
+         source: "elm";
+         after: "checkon";
+      }
+      program {
+         name: "checkon";
+         script {
+            set_state(PART:"check", "visible", 0.0);
+            set_state(PART:"elm.text", "checked", 0.0);
+         }
+      }
+      program {
+         name: "check_off";
+         signal: "elm,state,check,off";
+         source: "elm";
+         after:"checkoff";
+      }
+      program {
+         name: "checkoff";
+         script {
+            set_state(PART:"check", "default", 0.0);
+            set_state(PART:"elm.text", "default", 0.0);
+         }
+      }
+      program {
+         name: "text_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action:  STATE_SET "default" 0.0;
+         target: "elm.text";
+       }
+      program {
+         name: "text_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action:  STATE_SET "hide" 0.0;
+         target: "elm.text";
+      }
+   }
 }
 
-group { 
-       name: "elm/check/base/dayselector/mon_first_sun";
-       images {
-               image: "00_alarm_repeat_button_normal_03.png" COMP;
-               image: "00_alarm_repeat_button_press_03.png" COMP;
-       }
-       parts {
-               part { 
-                       name: "bg";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               align: 0.5 0.5;
-                               image {
-                                       normal: "00_alarm_repeat_button_normal_03.png";
-                                       border: 0 4 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-               }
-               part { 
-                       name: "check";
-                       mouse_events: 0;
-                       scale: 1;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               visible: 0;
-                               image {
-                                       normal: "00_alarm_repeat_button_press_03.png";
-                                       border: 0 4 4 4;
-                                       border_scale: 1;                                        
-                               }
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 1;
-                       }
-               }
-               part { 
-                       name: "elm.swallow.content";
-                       type: SWALLOW;
-                       description { 
-                               state: "default" 0.0;
-                               fixed: 1 0;
-                               visible: 0;
-                               align: 0.0 0.5;
-                               rel1.to_x: "bg";
-                               rel1.relative: 1.0 0.0;
-                               rel2.to_x: "bg";
-                       }
-                       description { 
-                               state: "visible" 0.0;
-                               inherit: "default" 0.0;
-                               fixed: 1 1;
-                               visible: 1;
-                               aspect: 1.0 1.0;
-                               aspect_preference: VERTICAL;
-                       }
-               }
-               part { 
-                       name: "elm.text";
-                       type: TEXT;
-                       mouse_events: 0;
-                       scale: 1;
-                       effect: SHADOW;
-                       description { 
-                               state: "default" 0.0;
-                               visible: 1;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 225 49 8 255;
-                               align: 0.5 0.5;
-                               text {
-                                       font: "SLP:style=Medium";
-                                       size: 32;
-                                       min: 1 1;
-                                       align: 0.5 0.5;
-                               }
-                       }
-                       description { 
-                               state: "hide" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 0;
-                       }
-                       description {
-                               state: "checked" 0.0;
-                               inherit: "default" 0.0;
-                               color: 255 255 255 255;
-                       }
-               }
-               part { 
-                       name: "events";
-                       type: RECT;
-                       ignore_flags: ON_HOLD;
-                       description { 
-                               state: "default" 0.0;
-                               rel1 {to: "bg";}
-                               rel2 {to: "bg";}
-                               color: 0 0 0 0;
-                       }
-               }
-       }
-       programs {
-               program { 
-                       name: "click";
-                       signal: "mouse,up,1";
-                       source: "events";
-                       action: SIGNAL_EMIT "elm,action,check,toggle" "";
-               }
-               program { 
-                       name: "check_on";
-                       signal: "elm,state,check,on";
-                       source: "elm";
-                       after: "checkon";
-               }
-               program { 
-                       name: "checkon";
-                       script {
-                               set_state(PART:"check", "visible", 0.0);
-                               set_state(PART:"elm.text", "checked", 0.0);                             
-                       }
-               }               
-               program { 
-                       name: "check_off";
-                       signal: "elm,state,check,off";
-                       source: "elm";
-                       after:"checkoff";
-               }
-               program { 
-                       name: "checkoff";
-                       script {
-                               set_state(PART:"check", "default", 0.0);
-                               set_state(PART:"elm.text", "default", 0.0);                             
-                       }
-               }                       
-               program { 
-                       name: "text_show";
-                       signal: "elm,state,text,visible";
-                       source: "elm";
-                       action:  STATE_SET "default" 0.0;
-                       target: "elm.text";
-                }
-               program { 
-                       name: "text_hide";
-                       signal: "elm,state,text,hidden";
-                       source: "elm";
-                       action:  STATE_SET "hide" 0.0;
-                       target: "elm.text";
-               }
-       }
+group {
+   name: "elm/check/base/dayselector/mon_first_sun";
+   images {
+      image: "00_alarm_repeat_button_normal_03.png" COMP;
+      image: "00_alarm_repeat_button_press_03.png" COMP;
+   }
+   parts {
+      part {
+         name: "bg";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            align: 0.5 0.5;
+            image {
+               normal: "00_alarm_repeat_button_normal_03.png";
+               border: 0 4 4 4;
+               border_scale: 1;
+            }
+         }
+      }
+      part {
+         name: "check";
+         mouse_events: 0;
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            visible: 0;
+            image {
+               normal: "00_alarm_repeat_button_press_03.png";
+               border: 0 4 4 4;
+               border_scale: 1;
+            }
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         description {
+            state: "default" 0.0;
+            fixed: 1 0;
+            visible: 0;
+            align: 0.0 0.5;
+            rel1.to_x: "bg";
+            rel1.relative: 1.0 0.0;
+            rel2.to_x: "bg";
+         }
+         description {
+            state: "visible" 0.0;
+            inherit: "default" 0.0;
+            fixed: 1 1;
+            visible: 1;
+            aspect: 1.0 1.0;
+            aspect_preference: VERTICAL;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         mouse_events: 0;
+         scale: 1;
+         effect: SHADOW;
+         description {
+            state: "default" 0.0;
+            visible: 1;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: DAYSELECTOR_SUNDAY_COLOR_INC;
+            align: 0.5 0.5;
+            text {
+               font: "SLP:style=Medium";
+               size: 32;
+               min: 1 1;
+               align: 0.5 0.5;
+            }
+         }
+         description {
+            state: "hide" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+         description {
+            state: "checked" 0.0;
+            inherit: "default" 0.0;
+            color: DAYSELECTOR_DAY_PRESSED_COLOR_INC;
+         }
+      }
+      part {
+         name: "events";
+         type: RECT;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1 {to: "bg";}
+            rel2 {to: "bg";}
+            color: 0 0 0 0;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "click";
+         signal: "mouse,up,1";
+         source: "events";
+         action: SIGNAL_EMIT "elm,action,check,toggle" "";
+      }
+      program {
+         name: "check_on";
+         signal: "elm,state,check,on";
+         source: "elm";
+         after: "checkon";
+      }
+      program {
+         name: "checkon";
+         script {
+            set_state(PART:"check", "visible", 0.0);
+            set_state(PART:"elm.text", "checked", 0.0);
+         }
+      }
+      program {
+         name: "check_off";
+         signal: "elm,state,check,off";
+         source: "elm";
+         after:"checkoff";
+      }
+      program {
+         name: "checkoff";
+         script {
+            set_state(PART:"check", "default", 0.0);
+            set_state(PART:"elm.text", "default", 0.0);
+         }
+      }
+      program {
+         name: "text_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action:  STATE_SET "default" 0.0;
+         target: "elm.text";
+       }
+      program {
+         name: "text_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action:  STATE_SET "hide" 0.0;
+         target: "elm.text";
+      }
+   }
 }
index a9d5408..69c0244 100644 (file)
                   relative: 1.0 1.0;
                   offset: -2 -2;
                }
-               color: 217 147 26 255;
+               color: SLIDER_INDICATOR_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Medium";
                   size: 24;
             description { state: "drag_state" 0.0;
                inherit: "default" 0.0;
                visible: 1;
-               color: 217 147 26 255;
+               color: SLIDER_INDICATOR_TEXT_COLOR_INC;
                text.size: 40;
                rel1.to: "popup";
                rel2 {
 
    group { name: "elm/slider/horizontal/ebook";
       images {
-         image: "00_slider_bar_bg.png" COMP;
-         image: "00_slider_bar.png" COMP;
-         image: "00_slider_bar_press.png" COMP;
+         image: "00_winset_list_progress_bg.png" COMP;
+         image: "00_winset_list_progress_bar.png" COMP;
+         image: "00_winset_list_progress_bar_pressed.png" COMP;
          image: "00_ebook_slider_handle.png" COMP;
          image: "00_ebook_slider_handle_press.png" COMP;
       }
                rel2 { to: "bg";
                   offset: -15 -1;
                }
-               image.normal: "00_slider_bar_bg.png";
-               image.border: 7 7 6 7;
+               image.normal: "00_winset_list_progress_bg.png";
+               image.border: 0 0 4 4;
                image.border_scale: 1;
             }
          }
                   offset: -5 -1;
                   relative: 0.5 1.0;
                }
-               image.normal: "00_slider_bar.png";
-               image.border: 7 7 6 7;
+               image.normal: "00_winset_list_progress_bar.png";
+               image.border: 0 0 4 4;
                image.border_scale: 1;
             }
             description { state: "inverted" 0.0;
             }
              description { state: "pressed" 0.0;
                inherit: "default" 0.0;
-               image.normal: "00_slider_bar_press.png";
+               image.normal: "00_winset_list_progress_bar_pressed.png";
+               image.border: 0 0 4 4;
+               image.border_scale: 1;
             }
          }
          part { name: "level2";
                }
                rel2.to: "base";
                rel2.offset: -2 -1;
-               image.normal: "00_slider_bar.png";
-               image.border: 7 7 6 7;
+               image.normal: "00_winset_list_progress_bar.png";
+               image.border: 0 0 4 4;
                image.border_scale: 1;
             }
             description { state: "inverted" 0.0;
             description { state: "pressed" 0.0;
                inherit: "default" 0.0;
                visible: 1;
-               image.normal: "00_slider_bar_press.png";
+               image.normal: "00_winset_list_progress_bar_pressed.png";
+               image.border: 0 0 4 4;
+               image.border_scale: 1;
             }
          }
          part { name: "bg";
old mode 100644 (file)
new mode 100755 (executable)
index 49b7931..5b6e602
Binary files a/themes/images/nbeat-black/00_alarm_repeat_button_normal.png and b/themes/images/nbeat-black/00_alarm_repeat_button_normal.png differ
index d541c5a..214ed77 100644 (file)
Binary files a/themes/images/nbeat-black/00_alarm_repeat_button_normal_01.png and b/themes/images/nbeat-black/00_alarm_repeat_button_normal_01.png differ
index f30e841..43789a6 100644 (file)
Binary files a/themes/images/nbeat-black/00_alarm_repeat_button_normal_02.png and b/themes/images/nbeat-black/00_alarm_repeat_button_normal_02.png differ
index 453dcf9..44dddd7 100644 (file)
Binary files a/themes/images/nbeat-black/00_alarm_repeat_button_normal_03.png and b/themes/images/nbeat-black/00_alarm_repeat_button_normal_03.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 388cbfb..af60197
Binary files a/themes/images/nbeat-black/00_alarm_repeat_button_press_01.png and b/themes/images/nbeat-black/00_alarm_repeat_button_press_01.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 193bac9..0e51653
Binary files a/themes/images/nbeat-black/00_alarm_repeat_button_press_02.png and b/themes/images/nbeat-black/00_alarm_repeat_button_press_02.png differ
old mode 100644 (file)
new mode 100755 (executable)
index d384554..c4432c1
Binary files a/themes/images/nbeat-black/00_alarm_repeat_button_press_03.png and b/themes/images/nbeat-black/00_alarm_repeat_button_press_03.png differ
index 8179e18..608d18b 100644 (file)
Binary files a/themes/images/nbeat-black/00_ebook_slider_handle_press.png and b/themes/images/nbeat-black/00_ebook_slider_handle_press.png differ
old mode 100644 (file)
new mode 100755 (executable)
index c4d5132..c3d6908
Binary files a/themes/images/nbeat-black/00_slider_btn_brightness01.png and b/themes/images/nbeat-black/00_slider_btn_brightness01.png differ
old mode 100644 (file)
new mode 100755 (executable)
index bafdfcb..82c2757
Binary files a/themes/images/nbeat-black/00_slider_btn_brightness02.png and b/themes/images/nbeat-black/00_slider_btn_brightness02.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 2d9f384..9b3c2f2
Binary files a/themes/images/nbeat-black/00_slider_btn_volume01.png and b/themes/images/nbeat-black/00_slider_btn_volume01.png differ
old mode 100644 (file)
new mode 100755 (executable)
index a28bfc4..9021f8f
Binary files a/themes/images/nbeat-black/00_slider_btn_volume02.png and b/themes/images/nbeat-black/00_slider_btn_volume02.png differ
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index bacadfe..9e2d9f8
Binary files a/themes/images/nbeat-black/00_slider_handle_dim.png and b/themes/images/nbeat-black/00_slider_handle_dim.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 1d5bc67..9c6da75
Binary files a/themes/images/nbeat-black/00_slider_handle_press.png and b/themes/images/nbeat-black/00_slider_handle_press.png differ
old mode 100644 (file)
new mode 100755 (executable)
index f792271..e170663
Binary files a/themes/images/nbeat-black/00_slider_popup_bg.png and b/themes/images/nbeat-black/00_slider_popup_bg.png differ
old mode 100644 (file)
new mode 100755 (executable)
index bab961a..911eaaa
Binary files a/themes/images/nbeat-black/00_timepicker_number_bg.png and b/themes/images/nbeat-black/00_timepicker_number_bg.png differ
old mode 100644 (file)
new mode 100755 (executable)
index b7c4fe4..2e0c717
Binary files a/themes/images/nbeat-black/00_timepicker_tail.png and b/themes/images/nbeat-black/00_timepicker_tail.png differ
diff --git a/themes/images/nbeat-black/00_winset_list_progress_bar_pressed.png b/themes/images/nbeat-black/00_winset_list_progress_bar_pressed.png
new file mode 100644 (file)
index 0000000..d0c87d8
Binary files /dev/null and b/themes/images/nbeat-black/00_winset_list_progress_bar_pressed.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 5e83560..e2bae3d
Binary files a/themes/images/nbeat-black/00_winset_list_progress_bg.png and b/themes/images/nbeat-black/00_winset_list_progress_bg.png differ
diff --git a/themes/images/nbeat/00_winset_list_progress_bar_pressed.png b/themes/images/nbeat/00_winset_list_progress_bar_pressed.png
new file mode 100644 (file)
index 0000000..2e60936
Binary files /dev/null and b/themes/images/nbeat/00_winset_list_progress_bar_pressed.png differ
index 1b07607..fbcbaaa 100644 (file)
 
 #define PANES_DEFAULT_FIXED_SEPERATOR_NORMAL_COLOR_INC 118 118 118 255
 
+#define DAYSELECTOR_BACKGROUND_COLOR_INC       66 82 90 255
+#define DAYSELECTOR_WEEKDAY_COLOR_INC          249 249 249 255
+#define DAYSELECTOR_SATURDAY_COLOR_INC         0 168 231 255
+#define DAYSELECTOR_SUNDAY_COLOR_INC           240 20 2 255
+#define DAYSELECTOR_DAY_PRESSED_COLOR_INC      249 249 249 255
+
+#define SLIDER_INDICATOR_TEXT_COLOR_INC      42 109 140 255
index 54f873a..0dfa438 100755 (executable)
 #define ENTRY_EDITFIELD_CURSOR_COLOR_INC 217 147 26 255
 
 #define PANES_DEFAULT_FIXED_SEPERATOR_NORMAL_COLOR_INC 219 219 219 255
+
+#define DAYSELECTOR_BACKGROUND_COLOR_INC       199 199 199 255
+#define DAYSELECTOR_WEEKDAY_COLOR_INC          78 73 69 255
+#define DAYSELECTOR_SATURDAY_COLOR_INC         8 96 170 255
+#define DAYSELECTOR_SUNDAY_COLOR_INC           225 49 8 255
+#define DAYSELECTOR_DAY_PRESSED_COLOR_INC      255 255 255 255
+
+#define SLIDER_INDICATOR_TEXT_COLOR_INC      217 147 26 255