From 4b15e30b68e7e3848883e54b24d04fcfef9d6f9b Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 26 Oct 2020 21:39:31 +0100 Subject: [PATCH] colors: oops --- src/bin/colors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/colors.c b/src/bin/colors.c index 281c260c..9ef205c6 100644 --- a/src/bin/colors.c +++ b/src/bin/colors.c @@ -621,7 +621,7 @@ edje_object_color_class_set(edje, "BG_SENDFILE", CS_DARK, CS_DARK, CS_DARK); CS_SET("C12", ansi[12]); CS_SET("C13", ansi[13]); CS_SET("C14", ansi[14]); - CS_SET("C14", ansi[15]); + CS_SET("C15", ansi[15]); CS_SET("c0", def); CS_SET("c1", ansi[0]);