From bc2ddc85ee79e7f0c2c6a541e1f74a1791c872a5 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 5 Apr 2021 16:28:09 +0100 Subject: [PATCH] elm theme - fix outdent frames and edi match color --- data/elementary/themes/edc/elm/code.edc | 2 +- data/elementary/themes/edc/elm/frame.edc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/elm/code.edc b/data/elementary/themes/edc/elm/code.edc index b6da8d6d64..b81461db4d 100644 --- a/data/elementary/themes/edc/elm/code.edc +++ b/data/elementary/themes/edc/elm/code.edc @@ -44,7 +44,7 @@ color_classes { color_class { name: "elm/code/token/added"; color: 54 255 54 255; } color_class { name: "elm/code/token/removed"; color: 255 54 54 255; } color_class { name: "elm/code/token/changed"; color: 54 54 255 255; } - color_class { name: "elm/code/token/match"; color: 187 187 51 255; } + color_class { name: "elm/code/token/match"; color: 187 187 51 128; } color_class { name: "elm/code/widget/color/selection"; color: 51 153 255 128; } color_class { name: "elm/code/widget/color/gutter/bg"; color: 64 64 64 255; } diff --git a/data/elementary/themes/edc/elm/frame.edc b/data/elementary/themes/edc/elm/frame.edc index 23394651fd..3000d906b2 100644 --- a/data/elementary/themes/edc/elm/frame.edc +++ b/data/elementary/themes/edc/elm/frame.edc @@ -223,6 +223,7 @@ group { name: "elm/frame/base/outdent_top"; rel1.relative: 0.0 1.0; rel1.offset: 4 4; rel2.offset: -5 -5; + offscale; } } part { name: "base"; type: RECT; @@ -233,6 +234,8 @@ group { name: "elm/frame/base/outdent_top"; rel2.offset: -5 2; rel2.relative: 1.0 0.0; min: 0 1; + color: 72 72 72 255; + offscale; } } } @@ -247,6 +250,7 @@ group { name: "elm/frame/base/outdent_bottom"; rel2.to_y: "base"; rel2.relative: 1.0 0.0; rel2.offset: -5 -5; + offscale; } } part { name: "base"; type: RECT; @@ -257,6 +261,8 @@ group { name: "elm/frame/base/outdent_bottom"; rel1.relative: 0.0 1.0; rel2.offset: -5 -3; min: 0 1; + color: 72 72 72 255; + offscale; } } }