* Theme for the cursor and the selection of the entry

SVN revision: 24616
This commit is contained in:
moom 2006-08-12 20:52:15 +00:00 committed by moom
parent bcaccdb0b0
commit 2bf4ad1ce1
1 changed files with 30 additions and 0 deletions

View File

@ -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;
}
}
}
}