billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=bc314bf1bebdd792565efa841959c573f2dd87ed
commit bc314bf1bebdd792565efa841959c573f2dd87ed Author: Tim Gates <tim.ga...@iress.com> Date: Sat Dec 19 19:18:58 2020 +1100 docs: fix simple typo, elemeent -> element There is a small typo in THEMES.md. Should read `element` rather than `elemeent`. --- THEMES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THEMES.md b/THEMES.md index 6567d54..11686b1 100644 --- a/THEMES.md +++ b/THEMES.md @@ -14,7 +14,7 @@ on all the following edje groups: * `FG`: the default foreground color * `CURSOR`: the color of the cursor * `GLOW`: the color in the UI to ouline elements -* `HIGHLIGHT`: the color used as main color when an elemeent is highlighted +* `HIGHLIGHT`: the color used as main color when an element is highlighted * `GLOW_TXT`: text colors with some glow * `GLOW_TXT_HIGHLIGHT`: text with glow that is highlighted * `END_SELECTION`: on selections, the color of the handles used to expand or shrink --