billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=01af951e8d501485693fe66fa015d8c34ab6719f
commit 01af951e8d501485693fe66fa015d8c34ab6719f Author: Boris Faure <[email protected]> Date: Mon Apr 13 00:16:50 2020 +0200 mild: tab title should be using foreground color --- data/themes/mild.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 2d65ca1..ab5c869 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -1081,7 +1081,7 @@ collections { scale: 1; mouse_events: 0; description { state: "default" 0.0; - color: 255 255 255 255; + color: FG_COLOR; text { font: "Sans:style=Bold"; size: 10; align: 0.5 0.5; min: 0 1; --
