raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=aebedcafdf4cf668eddaa3e3d47455f393118137

commit aebedcafdf4cf668eddaa3e3d47455f393118137
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Mar 30 12:03:28 2021 +0100

    elm theme - add heading tag
---
 data/elementary/themes/fonts.edc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/elementary/themes/fonts.edc b/data/elementary/themes/fonts.edc
index bf3089f411..26dec37198 100644
--- a/data/elementary/themes/fonts.edc
+++ b/data/elementary/themes/fonts.edc
@@ -50,6 +50,7 @@
 #define ENABLED_TEXTBLOCK_TAGS                                             \
    tag: "em" "+ font_style=Oblique";                                       \
    tag: "hilight" "+ font_weight=Bold color=#3399ff";                      \
+   tag: "heading" "+ font_weight=Bold color=#ffffff font_size=11";         \
    tag: "link" "+ color=#3399ff underline=on underline_color=#3399ff";     \
    tag: "preedit" "+ underline=on underline_color=#3399ff";                \
    tag: "preedit_sel" "+ backing=on backing_color=#000000 color=#ffffff";  \

-- 


Reply via email to