From fe092932dab40fcf68d6921d514ad8056eacb2bf Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 28 Mar 2021 15:08:00 +0100 Subject: [PATCH] elm - theme - remove more old dark images --- .../themes/edc/elm/fileselector.edc | 4 +- data/elementary/themes/edc/evrything.edc | 14 ++--- data/elementary/themes/edc/gadman.edc | 52 +++++++++++------- .../themes/img/sym_down_glow_normal.png | Bin 481 -> 0 bytes .../themes/img/sym_left_glow_normal.png | Bin 460 -> 0 bytes .../themes/img/sym_right_glow_normal.png | Bin 465 -> 0 bytes .../themes/img/sym_up_glow_normal.png | Bin 473 -> 0 bytes 7 files changed, 40 insertions(+), 30 deletions(-) delete mode 100644 data/elementary/themes/img/sym_down_glow_normal.png delete mode 100644 data/elementary/themes/img/sym_left_glow_normal.png delete mode 100644 data/elementary/themes/img/sym_right_glow_normal.png delete mode 100644 data/elementary/themes/img/sym_up_glow_normal.png diff --git a/data/elementary/themes/edc/elm/fileselector.edc b/data/elementary/themes/edc/elm/fileselector.edc index 4e6f05f33c..ae9ee2fa3f 100644 --- a/data/elementary/themes/edc/elm/fileselector.edc +++ b/data/elementary/themes/edc/elm/fileselector.edc @@ -1,11 +1,11 @@ group { name: "elm/entry/path/separator/default"; - images.image: "sym_right_glow_normal.png" COMP; parts { image { "icon"; nomouse; desc { "default"; - image.normal: "sym_right_glow_normal.png"; + image.normal: "i-arrow-r"; FIXED_SIZE(15, 15) aspect: 1.0 1.0; + color: 51 153 255 255; } } } diff --git a/data/elementary/themes/edc/evrything.edc b/data/elementary/themes/edc/evrything.edc index 8a559b2714..8657acec04 100644 --- a/data/elementary/themes/edc/evrything.edc +++ b/data/elementary/themes/edc/evrything.edc @@ -425,8 +425,6 @@ group { name: "e/modules/everything/list"; } group { name: "e/modules/everything/thumbview/main/window"; - images.image: "sym_left_glow_normal.png" COMP; - images.image: "sym_right_glow_normal.png" COMP; parts { part { name: "clip"; type: RECT; description { state: "default" 0.0; @@ -448,33 +446,33 @@ group { name: "e/modules/everything/thumbview/main/window"; part { name: "left_arrow"; mouse_events: 0; scale: 1; description { state: "default" 0.0; - image.normal: "sym_left_glow_normal.png"; + image.normal: "i-arrow-l"; align: 0.0 0.5; min: 15 15; max: 15 15; visible: 0; - color: 255 255 255 0; + color: 51 153 255 0; } description { state: "visible" 0.0; inherit: "default" 0.0; visible: 1; - color: 255 255 255 255; + color: 51 153 255 255; } } part { name: "right_arrow"; mouse_events: 0; scale: 1; description { state: "default" 0.0; - image.normal: "sym_right_glow_normal.png"; + image.normal: "i-arrow-r"; align: 1.0 0.5; min: 15 15; max: 15 15; visible: 0; - color: 255 255 255 0; + color: 51 153 255 0; } description { state: "visible" 0.0; inherit: "default" 0.0; visible: 1; - color: 255 255 255 255; + color: 51 153 255 255; } } part { name: "event"; type: RECT; repeat_events: 1; diff --git a/data/elementary/themes/edc/gadman.edc b/data/elementary/themes/edc/gadman.edc index 3d3a89d9ab..04b87f57af 100644 --- a/data/elementary/themes/edc/gadman.edc +++ b/data/elementary/themes/edc/gadman.edc @@ -114,10 +114,6 @@ group { name: "e/gadman/frame"; group { name: "e/gadman/control"; images.image: "outline.png" COMP; images.image: "diagonal_stripes.png" COMP; - images.image: "sym_up_glow_normal.png" COMP; - images.image: "sym_down_glow_normal.png" COMP; - images.image: "sym_left_glow_normal.png" COMP; - images.image: "sym_right_glow_normal.png" COMP; parts { part { name: "base"; mouse_events: 0; description { state: "default" 0.0; @@ -144,12 +140,14 @@ group { name: "e/gadman/control"; } } part { name: "av10"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 0.5 1.0; rel1.to: "resizev1"; rel2.relative: 1.0 0.0; rel2.to: "resizev1"; - image.normal: "sym_up_glow_normal.png"; + image.normal: "i-arrow-u"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -161,16 +159,18 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel2.relative: 1.0 -5.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "av11"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 0.5 0.0; rel1.to: "resizev1"; rel1.relative: 0.0 1.0; rel2.to: "resizev1"; - image.normal: "sym_down_glow_normal.png"; + image.normal: "i-arrow-d"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -182,16 +182,18 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel1.relative: 0.0 6.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "av20"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 0.5 1.0; rel1.to: "resizev2"; rel2.relative: 1.0 0.0; rel2.to: "resizev2"; - image.normal: "sym_up_glow_normal.png"; + image.normal: "i-arrow-u"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -203,16 +205,18 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel2.relative: 1.0 -5.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "av21"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 0.5 0.0; rel1.to: "resizev2"; rel1.relative: 0.0 1.0; rel2.to: "resizev2"; - image.normal: "sym_down_glow_normal.png"; + image.normal: "i-arrow-d"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -224,16 +228,18 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel1.relative: 0.0 6.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "ah10"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 1.0 0.5; rel1.to: "resizeh1"; rel2.relative: 0.0 1.0; rel2.to: "resizeh1"; - image.normal: "sym_left_glow_normal.png"; + image.normal: "i-arrow-l"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -245,16 +251,18 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel2.relative: -5.0 1.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "ah11"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 0.0 0.5; rel1.to: "resizeh1"; rel1.relative: 1.0 0.0; rel2.to: "resizeh1"; - image.normal: "sym_right_glow_normal.png"; + image.normal: "i-arrow-r"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -266,16 +274,18 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel1.relative: 6.0 0.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "ah20"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 1.0 0.5; rel1.to: "resizeh2"; rel2.relative: 0.0 1.0; rel2.to: "resizeh2"; - image.normal: "sym_left_glow_normal.png"; + image.normal: "i-arrow-l"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -287,16 +297,18 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel2.relative: -5.0 1.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "ah21"; mouse_events: 0; + scale; description { state: "default" 0.0; align: 0.0 0.5; rel1.to: "resizeh2"; rel1.relative: 1.0 0.0; rel2.to: "resizeh2"; - image.normal: "sym_right_glow_normal.png"; + image.normal: "i-arrow-r"; + color: 51 153 255 255; visible: 0; FIXED_SIZE(15, 15) } @@ -308,7 +320,7 @@ group { name: "e/gadman/control"; inherit: "default" 0.0; visible: 1; rel1.relative: 6.0 0.0; - color: 255 255 255 0; + color: 51 153 255 0; } } part { name: "move"; type: RECT; diff --git a/data/elementary/themes/img/sym_down_glow_normal.png b/data/elementary/themes/img/sym_down_glow_normal.png deleted file mode 100644 index 2ec0f1e98e609677409eb2e7464140e45dec8b26..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 481 zcmV<70UrK|P))-@6NDQ{b?|Ax%(@kORaL6(t4d!LD-@B+lTpNa+wqfC!5q5xmQ?{{NT4 z4slRYC9j$p&3n?!d+-mi-#W>dyqK-y1YxEZWEo>@1U>_A2iW4(FOlANRD44fq$woE z2u#a`vHZgu0+7X;JoM>x3I9pXoD^#oq0bZ0eYqwww&X}Q0tYgnpOgxfL=R6WIElc400a`B5C|Y}5S;Yzgo@#ExLrYv`f!n%c z-bT79q?PD09LJ~lY)*FDu(`28nL4&s4s@O|e|+TO^(IZVMR$5k!c0pq&2)N9spXB%m)tcA>UH8@<2m|>&t`c06)T3Qsz}q%%RATO`DaLmWQ^s{_5a2X Xv3|)0pQ!f<1_cGRl6=kyD;Cz2T3>vK6Z(C2l$ZC)5BdDsOLx%QNWAvse23Ft3xe5Ze{}) zFRAtJXv<2C1@Lym3m<^sl{8y+OY}jN={2d2ggfC@ zGb(4yOnD8U!YdKhaZOt+I#~Ag{NoqB(sOWEQ+h>Op?1nGus*z@nO+bPv8>A`HZe=* z6T)nXB_pV^@;PE#hD{+M`}Ev)`wXqBf4j~9{HovG_RUy&G0}1W0000Wru1(f{lp-!&3F+32JMjZ_QFvIzCNF(| z?j08|iI-SGa8?7CbLPxBb78;C1T$e~y6gW^(Sr#yWC~h>)?*}}V8s{00s?O^MC@+x z%=F0#4oHDCbGT)L1*5G!?c)jE`57T5(5=*I->1OP2ky5Gg;O4mGL8oc!*WG>c8Bo!PLGf_^wQ0E75VZ$2;-1&crPa_OSGRJfp?yJL>-FpdgrR}0Z1E< z)>rK99NX`(;0XwCe@D*?pv@d1pJ0E0FK@6^2|z2tyNK_l8rRyf`dQNy#U}F@oL^(U zq7$J~;VFPA&z*6p3FWP@tUc}Gg0K}XyPW5^n-j84&ZET0+khS9R8`CB!GLvfNE;uD zZXB@%y=0(r%J(#*3`)6d__6M&_JRL)+XZ29arbTWKfmf1_F=#T;2_D+00000NkvXX Hu0mjf23geQ diff --git a/data/elementary/themes/img/sym_up_glow_normal.png b/data/elementary/themes/img/sym_up_glow_normal.png deleted file mode 100644 index 2df4220b02b0bbe498a692e8076c16d6e63ada20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 473 zcmV;~0Ve*5P)eSFsney76ouHbVk85GdynT# z3fqYlNR{krG}4-4&w~FRcfnm4y8fD9iM)VD$N+TKN2>`^9^nU{$z#Y|;E4E3*j>&q z(N7Z^WgvD-irUa3kQWtoWu&)9tS-;V+XJ!-&K`+Bo@nmv(aDK65P_tT$LD7rdQF}V z+NAA)04@kp8!=^C&Bz;194Z{U@KK%jzM@e?@}k1NF0lCrGUFkN!vM4l#8#x8jGike zS-5r}3)ilkB%{}gw97you;!EzGV7x%M2w~cx(-)tYjJS6l0X-usY0Cf*PH@W6Qolh zmQjow*|Z_TJ7iOgabp?n6i78$uN0u1