From 0c67b70d15403e83730f83d53013e268de31e699 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 27 Jun 2021 10:13:51 +0100 Subject: [PATCH] elm theme - more cc polishing --- data/elementary/themes/colorclasses.edc | 2 -- data/elementary/themes/edc/fileman.edc | 28 ------------------------- 2 files changed, 30 deletions(-) diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc index afd10347c6..e212dd7194 100644 --- a/data/elementary/themes/colorclasses.edc +++ b/data/elementary/themes/colorclasses.edc @@ -49,8 +49,6 @@ color_classes { color_class { name: "/bg/normal/access"; color: 255 153 51 64; } /////////////////////////////////////////////////////////////////////////////// - color_class { name: "/bg-dark/normal/fileman/icon/base"; - color: 48 48 48 255; } color_class { name: "/fg/normal/fileman/icon/over"; color: 51 153 255 255; } color_class { name: "/fg/normal/fileman/mount/off"; diff --git a/data/elementary/themes/edc/fileman.edc b/data/elementary/themes/edc/fileman.edc index e88974b029..3a8118a374 100644 --- a/data/elementary/themes/edc/fileman.edc +++ b/data/elementary/themes/edc/fileman.edc @@ -77,18 +77,6 @@ group { name: "e/fileman/default/list/variable"; inherit: "default" 0.0; } } - part { name: "icon_base"; type: RECT; mouse_events: 0; - clip_to: "icon"; - description { state: "default" 0.0; - color_class: "/bg-dark/normal/fileman/icon/base"; - rel.to: "e.swallow.icon"; - visible: 0; - } - description { state: "start" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } part { name: "e.swallow.icon"; type: SWALLOW; mouse_events: 0; clip_to: "icon"; description { state: "default" 0.0; @@ -227,14 +215,12 @@ group { name: "e/fileman/default/list/variable"; program { signal: "e,action,thumb,gen"; source: "e"; action: STATE_SET "start" 0.0; target: "icon"; - target: "icon_base"; target: "icon_over"; after: "gen"; } program { signal: "e,action,thumb,gen,alpha"; source: "e"; action: STATE_SET "start" 0.0; target: "icon"; - target: "icon_base"; target: "icon_over"; after: "gen"; } @@ -392,18 +378,6 @@ group { name: "e/fileman/default/icon/fixed"; inherit: "default" 0.0; } } - part { name: "icon_base"; type: RECT; mouse_events: 0; - clip_to: "icon"; - description { state: "default" 0.0; - color_class: "/bg-dark/normal/fileman/icon/base"; - rel.to: "e.swallow.icon"; - visible: 0; - } - description { state: "start" 0.0; - inherit: "default" 0.0; - visible: 1; - } - } part { name: "e.swallow.icon"; type: SWALLOW; mouse_events: 0; clip_to: "icon"; description { state: "default" 0.0; @@ -547,14 +521,12 @@ group { name: "e/fileman/default/icon/fixed"; program { signal: "e,action,thumb,gen"; source: "e"; action: STATE_SET "start" 0.0; target: "icon"; - target: "icon_base"; target: "icon_over"; after: "gen"; } program { signal: "e,action,thumb,gen,alpha"; source: "e"; action: STATE_SET "start" 0.0; target: "icon"; - target: "icon_base"; target: "icon_over"; after: "gen"; }