From 2bf4ad1ce1dd6c7738421d35a5dcf5a68a50b4ba Mon Sep 17 00:00:00 2001 From: moom Date: Sat, 12 Aug 2006 20:52:15 +0000 Subject: [PATCH] * Theme for the cursor and the selection of the entry SVN revision: 24616 --- data/themes/default_entry.edc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/data/themes/default_entry.edc b/data/themes/default_entry.edc index 0cade83fd..06e8e5fa4 100644 --- a/data/themes/default_entry.edc +++ b/data/themes/default_entry.edc @@ -75,3 +75,33 @@ group { } } } +group { + name: "widgets/entry/cursor"; + min: 1 0; + parts { + part { + name: "cursor"; + type: RECT; + description { + state: "default" 0.0; + color: 0 0 0 255; + } + } + } +} +group { + name: "widgets/entry/selection"; + data { + item: "on_foreground" "1"; + } + parts { + part { + name: "selection"; + type: RECT; + description { + state: "default" 0.0; + color: 245 205 109 102; + } + } + } +}