billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=66a9d1c38040a1ec72c6b09305b61093afc95ad8
commit 66a9d1c38040a1ec72c6b09305b61093afc95ad8 Author: Boris Faure <[email protected]> Date: Thu Apr 9 22:58:27 2020 +0200 mild.edc: add missing image declaration --- data/themes/mild.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 9a7f970..56c2c25 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -43,6 +43,7 @@ collections { image: "bg_led_base.png" COMP; image: "bg_led.png" COMP; image: "bg_led_strobe.png" COMP; + image: "cr_out.png" COMP; image: "pm_shadow.png" COMP; image: "pm_overlay.png" COMP; image: "pm_fill.png" COMP; --
