From 85269227287b18b7e540ef655f71b538103d3def Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Sat, 29 May 2010 12:43:33 +0000 Subject: [PATCH] evry theme SVN revision: 49292 --- data/themes/default.edc | 102 ++++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index a58c7845a..a9517e2f4 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -33979,32 +33979,6 @@ collections { color: 255 255 255 100; } } - part { - name: "bg_mark"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - rel1 { - to: "bg"; - } - rel2 { - to: "bg"; - } - fill.smooth: 0; - image { - normal: "outline.png"; - border: 5 5 5 5; - } - color: 255 255 255 0; - } - description { - state: "marked" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 155 155 155 255; - } - } part { name: "outline"; mouse_events: 0; @@ -34031,6 +34005,32 @@ collections { } } + part { + name: "bg_mark"; + mouse_events: 0; + description { + state: "default" 0.0; + visible: 0; + rel1 { + to: "bg"; + } + rel2 { + to: "bg"; + } + fill.smooth: 0; + image { + normal: "outline.png"; + border: 5 5 5 5; + } + color: 255 255 255 0; + } + description { + state: "marked" 0.0; + inherit: "default" 0.0; + visible: 1; + color: 155 155 155 255; + } + } part { name: "base"; mouse_events: 0; @@ -34282,6 +34282,31 @@ collections { color: 255 255 255 100; } } + part { + name: "outline"; + mouse_events: 0; + description { + state: "default" 0.0; + /* visible: 0; */ + rel1 { + to: "bg"; + } + rel2 { + to: "bg"; + } + + image { + normal: "outline.png"; + border: 5 5 5 5; + } + color: 20 20 20 100; + } + description { + state: "selected" 0.0; + inherit: "default" 0.0; + color: 10 10 10 200; + } + } part { name: "bg_mark"; mouse_events: 0; @@ -34308,31 +34333,6 @@ collections { color: 255 255 255 180; } } - part { - name: "outline"; - mouse_events: 0; - description { - state: "default" 0.0; - /* visible: 0; */ - rel1 { - to: "bg"; - } - rel2 { - to: "bg"; - } - - image { - normal: "outline.png"; - border: 5 5 5 5; - } - color: 20 20 20 100; - } - description { - state: "selected" 0.0; - inherit: "default" 0.0; - color: 10 10 10 200; - } - } part { name: "base"; mouse_events: 0;