theme: migrate all e users of darken_rounded_square to new darken_square image

nearly everything in e is square except for this, which was a holdover from the
b&w theme. the new image looks more coherent with the rest of the square look

image created by me, licensing to match rest of theme images

@feature
This commit is contained in:
Mike Blumenkrantz 2015-06-16 16:28:59 -04:00
parent 6f62c8b496
commit 6061ed0a75
7 changed files with 23 additions and 22 deletions

View File

@ -220,6 +220,7 @@ img/col_sel_end_top.png \
img/darken_rounded_square_half_h.png \
img/darken_rounded_square_half.png \
img/darken_rounded_square.png \
img/darken_square.png \
img/day_left_normal.png \
img/day_left_press.png \
img/day_left_selected.png \

View File

@ -2,7 +2,7 @@ group { name: "e/modules/conf_edgebindings/selection";
images.image: "inset_shadow.png" COMP;
images.image: "bevel_in.png" COMP;
images.image: "dot_pattern.png" COMP;
images.image: "darken_rounded_square.png" COMP;
images.image: "darken_square.png" COMP;
images.image: "downlight_glow.png" COMP;
images.image: "downlight_glow_left.png" COMP;
images.image: "downlight_glow_right.png" COMP;
@ -50,8 +50,8 @@ group { name: "e/modules/conf_edgebindings/selection";
rel1.to: "e.text.selection";
rel2.offset: 9 5;
rel2.to: "e.text.selection";
image.normal: "darken_rounded_square.png";
image.border: 15 15 15 15;
image.normal: "darken_square.png";
image.border: 6 6 6 6;
fill.smooth: 0;
fixed: 1 1;
}

View File

@ -868,7 +868,7 @@ group { name: "e/fileman/default/icon/fixed";
group { name: "e/fileman/desktop/icon/fixed";
inherit: "e/fileman/default/icon/fixed";
alias: "e/fileman/desktop/icon/variable";
images.image: "darken_rounded_square.png" COMP;
images.image: "darken_square.png" COMP;
styles {
style { name: "fileman_icon_full";
base: "font="FN" font_size=10 text_class=fileman_icon align=center color=#ff00ffff wrap=mixed style=shadow,bottom shadow_color=#00000080 align=center";
@ -914,8 +914,8 @@ group { name: "e/fileman/desktop/icon/fixed";
rel1.to: "e.text.label";
rel2.offset: 7 7;
rel2.to: "label_min";
image.normal: "darken_rounded_square.png";
image.border: 15 15 15 15;
image.normal: "darken_square.png";
image.border: 6 6 6 6;
fill.smooth: 0;
fixed: 1 1;
}

View File

@ -165,7 +165,7 @@ group { name: "e/modules/ibox/icon";
}
group { name: "e/modules/ibar/menu";
images.image: "darken_rounded_square.png" COMP;
images.image: "darken_square.png" COMP;
parts {
part { name: "sizer"; type: SPACER;
description { state: "default"; }
@ -190,8 +190,8 @@ group { name: "e/modules/ibar/menu";
description { state: "default" 0.0;
rel1.to: "sizer";
rel2.to: "sizer";
image.normal: "darken_rounded_square.png";
image.border: 15 15 15 15;
image.normal: "darken_square.png";
image.border: 6 6 6 6;
}
}
part { name: "e.box"; type: BOX;
@ -428,7 +428,7 @@ group { name: "e/modules/ibar/menu/item";
group { name: "e/modules/ibox/icon_overlay";
alias: "e/modules/ibar/icon_overlay";
images.image: "darken_rounded_square.png" COMP;
images.image: "darken_square.png" COMP;
script {
public urgent;
}
@ -497,12 +497,12 @@ group { name: "e/modules/ibox/icon_overlay";
}
part { name: "bevel"; mouse_events: 0;
description { state: "default" 0.0;
rel1.offset: -10 -6;
rel1.offset: -9 -5;
rel1.to: "e.text.label";
rel2.offset: 9 5;
rel2.offset: 8 4;
rel2.to: "e.text.label";
image.normal: "darken_rounded_square.png";
image.border: 15 15 15 15;
image.normal: "darken_square.png";
image.border: 6 6 6 6;
fill.smooth: 0;
fixed: 1 1;
color: 255 255 255 0;

View File

@ -1,5 +1,5 @@
group { name: "e/ilist";
images.image: "darken_rounded_square.png" COMP;
images.image: "darken_square.png" COMP;
parts {
part { name: "typebuf_clip"; type: RECT;
description { state: "default" 0.0;
@ -14,12 +14,12 @@ group { name: "e/ilist";
part { name: "bevel"; mouse_events: 0;
clip_to: "typebuf_clip";
description { state: "default" 0.0;
rel1.offset: -15 -15;
rel1.offset: -6 -6;
rel1.to: "e.text.label";
rel2.offset: 14 14;
rel2.offset: 5 5;
rel2.to: "e.text.label";
image.normal: "darken_rounded_square.png";
image.border: 15 15 15 15;
image.normal: "darken_square.png";
image.border: 6 6 6 6;
fill.smooth: 0;
}
}

View File

@ -12,7 +12,7 @@ group { name: "e/modules/notification/logo";
}
group { name: "e/modules/notification/main";
images.image: "darken_rounded_square.png" COMP;
images.image: "darken_square.png" COMP;
images.image: "sym_close_light_normal.png" COMP;
images.image: "sym_close_light_selected.png" COMP;
data.item: "app_icon_max" "48 48";
@ -47,8 +47,8 @@ group { name: "e/modules/notification/main";
parts {
part { name: "base";
description { state: "default" 0.0;
image.normal: "darken_rounded_square.png";
image.border: 15 15 15 15;
image.normal: "darken_square.png";
image.border: 6 6 6 6;
}
}
part { name: "titleclip"; type: RECT;

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B