billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=d669fbcfa5da20be3147644d34e709c6d9a631c8
commit d669fbcfa5da20be3147644d34e709c6d9a631c8 Author: Boris Faure <[email protected]> Date: Tue Oct 13 23:50:07 2020 +0200 options_themepv: shorten magenta to see a bit more white --- src/bin/options_themepv.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/bin/options_themepv.c b/src/bin/options_themepv.c index fcd5b68..bb6c0c0 100644 --- a/src/bin/options_themepv.c +++ b/src/bin/options_themepv.c @@ -94,7 +94,9 @@ _cb_resize(void *_data EINA_UNUSED, Evas_Object * -options_theme_preview_add(Evas_Object *parent, Config *config, const char *file, Evas_Coord w, Evas_Coord h) +options_theme_preview_add(Evas_Object *parent, + Config *config, + const char *file, Evas_Coord w, Evas_Coord h) { Evas_Object *o, *oo, *obase, *oe, *obg; Evas *evas; @@ -194,9 +196,9 @@ options_theme_preview_add(Evas_Object *parent, Config *config, const char *file, #define X "\x01\x01\x02\x10" _row_set(o, 0, " "F("\x04")"$"X" "F("\x19")">"X" test"); _row_set(o, 1, F("\x02")"black"X" "F("\x03")"red"X" "F("\x04")"green"X" "F("\x05")"yellow"); - _row_set(o, 2, F("\x06")"blue"X" "F("\x07")"magenta"X" "F("\x08")"cyan"X" "F("\x09")"white"); + _row_set(o, 2, F("\x06")"blue"X" "F("\x07")"mag"X" "F("\x08")"cyan"X" "F("\x09")"white"); _row_set(o, 3, F("\x12")"black"X" "F("\x13")"red"X" "F("\x14")"green"X" "F("\x15")"yellow"); - _row_set(o, 4, F("\x16")"blue"X" "F("\x17")"magenta"X" "F("\x18")"cyan"X" "F("\x19")"white"); + _row_set(o, 4, F("\x16")"blue"X" "F("\x17")"mag"X" "F("\x18")"cyan"X" "F("\x19")"white"); for (y = 5; y < 24; y++) _row_set(o, y, ""); evas_object_show(o); --
