diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-01-09 02:59:36 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-01-09 02:59:36 -0800 |
commit | e811aee16be8f594919beb644b2474f643588623 (patch) | |
tree | ea89e6543fa7e52d3c74849274ee40f03428a004 | |
parent | 2cc6d7ab9e11ad04d9f71775a692ca17fd708f99 (diff) |
context_colors: drop brown
It's really only necessary to have 0-9, and brown is both
ugly and too similar to magenta
-rw-r--r-- | src/context_colors.def | 3 |
1 files changed, 1 insertions, 2 deletions
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") |