diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/groups/popup.edc | 21 | ||||
-rw-r--r-- | themes/images/nbeat-black/00_popup_bg.png | bin | 4183 -> 318 bytes | |||
-rw-r--r-- | themes/images/nbeat-black/00_popup_bottom_bg.png | bin | 2974 -> 148 bytes | |||
-rw-r--r-- | themes/images/nbeat-black/00_popup_title_bg.png | bin | 3055 -> 163 bytes | |||
-rw-r--r-- | themes/images/nbeat/00_popup_bg.png | bin | 2863 -> 312 bytes | |||
-rw-r--r-- | themes/inc/nbeat-black-inc.edc | 5 | ||||
-rw-r--r-- | themes/inc/nbeat-inc.edc | 1 |
7 files changed, 25 insertions, 2 deletions
diff --git a/themes/groups/popup.edc b/themes/groups/popup.edc index 9e59aa4c..63ae768c 100644 --- a/themes/groups/popup.edc +++ b/themes/groups/popup.edc @@ -31,6 +31,27 @@ group { name: "elm/notify/block_events/popup"; mouse_events: 1; repeat_events: 0; description { state: "default" 0.0; + color: POPUP_DIM_BG_COLOR; + } + } + } + programs { + program { + name: "block_clicked"; + signal: "mouse,clicked,1"; + source: "block_events"; + action: SIGNAL_EMIT "elm,action,clicked" "elm"; + } + } +} + +group { name: "elm/notify/block_events/transparent"; + parts { + part { name: "block_events"; + type: RECT; + mouse_events: 1; + repeat_events: 0; + description { state: "default" 0.0; color: 0 0 0 0; } } diff --git a/themes/images/nbeat-black/00_popup_bg.png b/themes/images/nbeat-black/00_popup_bg.png Binary files differindex edbf0457..12633a48 100644 --- a/themes/images/nbeat-black/00_popup_bg.png +++ b/themes/images/nbeat-black/00_popup_bg.png diff --git a/themes/images/nbeat-black/00_popup_bottom_bg.png b/themes/images/nbeat-black/00_popup_bottom_bg.png Binary files differindex bed47776..2a446aef 100644 --- a/themes/images/nbeat-black/00_popup_bottom_bg.png +++ b/themes/images/nbeat-black/00_popup_bottom_bg.png diff --git a/themes/images/nbeat-black/00_popup_title_bg.png b/themes/images/nbeat-black/00_popup_title_bg.png Binary files differindex f04e23a4..22e36515 100644 --- a/themes/images/nbeat-black/00_popup_title_bg.png +++ b/themes/images/nbeat-black/00_popup_title_bg.png diff --git a/themes/images/nbeat/00_popup_bg.png b/themes/images/nbeat/00_popup_bg.png Binary files differindex 7d1f2146..3f66a3b6 100644 --- a/themes/images/nbeat/00_popup_bg.png +++ b/themes/images/nbeat/00_popup_bg.png diff --git a/themes/inc/nbeat-black-inc.edc b/themes/inc/nbeat-black-inc.edc index e417b3f2..4528ae64 100644 --- a/themes/inc/nbeat-black-inc.edc +++ b/themes/inc/nbeat-black-inc.edc @@ -30,8 +30,9 @@ #define NAVIGATIONBAR_TITLE_TEXT_COLOR 73 44 7 255 #define NAVIGATIONBAR_TITLE_TEXT_COLOR_HEX "#492C07" -#define POPUP_TITLE_TEXT_COLOR "#ffffff" -#define POPUP_DESCRIPTION_TEXT_COLOR "#000000" +#define POPUP_TITLE_TEXT_COLOR "#f9f9f9" +#define POPUP_DESCRIPTION_TEXT_COLOR "#f9f9f9" +#define POPUP_DIM_BG_COLOR 0 0 0 125 #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#FFFFFF" diff --git a/themes/inc/nbeat-inc.edc b/themes/inc/nbeat-inc.edc index dde68b8c..e8e2908e 100644 --- a/themes/inc/nbeat-inc.edc +++ b/themes/inc/nbeat-inc.edc @@ -31,6 +31,7 @@ #define POPUP_TITLE_TEXT_COLOR "#ffffff" #define POPUP_DESCRIPTION_TEXT_COLOR "#000000" +#define POPUP_DIM_BG_COLOR 61 59 56 204 #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#000000" |