colorschemes/default theme: apply the color defined for the selection arrows

This commit is contained in:
Boris Faure 2022-09-24 17:24:10 +02:00
parent b92927d781
commit 0c918a1498
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 5 additions and 0 deletions

View File

@ -638,6 +638,11 @@ color_scheme_apply(Evas_Object *edje,
CS_SET_MANY("GLOW_TXT_HIGHLIGHT", hl, main, main);
CS_SET("END_SELECTION", end_sel);
CS_SET("/fg/normal/term/selection/arrow/left", end_sel);
CS_SET("/fg/normal/term/selection/arrow/down", end_sel);
CS_SET("/fg/normal/term/selection/arrow/up", end_sel);
CS_SET("/fg/normal/term/selection/arrow/right", end_sel);
CS_SET_MANY("TAB_MISSED", tab_missed_1, tab_missed_2, tab_missed_3);
CS_SET_MANY("TAB_MISSED_OVER",
tab_missed_over_1, tab_missed_over_2, tab_missed_over_3);