From e811aee16be8f594919beb644b2474f643588623 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 9 Jan 2021 02:59:36 -0800 Subject: context_colors: drop brown It's really only necessary to have 0-9, and brown is both ugly and too similar to magenta --- src/context_colors.def | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/context_colors.def b/src/context_colors.def index e454fdc..ec1aa39 100644 --- a/src/context_colors.def +++ b/src/context_colors.def @@ -4,8 +4,7 @@ color(2, "RoyalBlue") color(3, "HotPink") color(4, "cyan") color(5, "gold2") -color(6, "brown") +color(6, "firebrick2") color(7, "violet") color(8, "maroon") color(9, "yellow") -color(10, "firebrick2") -- cgit v1.2.3