From 390911d53c52eafbaacf3f2fb2544bcee2e0bf3d Mon Sep 17 00:00:00 2001 From: somiaj Date: Sat, 26 Jun 2021 22:53:59 -0600 Subject: [PATCH] Make default-config greyed colorset grey. Update the colorset for greyed menus to have grey text so it is noticeably distinct from other items. --- default-config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-config/config b/default-config/config index 5b4651a4c..804e7ee85 100644 --- a/default-config/config +++ b/default-config/config @@ -277,7 +277,7 @@ Colorset 3 fg black, bg #415554, hi, sh, Plain, NoShape Colorset 4 fg black, bg #14252c, hi #24424f, sh #111f26, Plain, NoShape Colorset 5 fg #000000, bg #cbdcca, hi, sh, Plain, NoShape Colorset 6 fg #ffffff, bg #88b2b1, hi, sh, Plain, NoShape -Colorset 7 fg #000000, bg #ffffff, hi, sh, Plain, NoShape +Colorset 7 fg #999999, bg #cbdcca, hi, sh, Plain, NoShape Colorset 8 fg #ffffff, bg #2b4e5e, hi, sh, Plain, NoShape Colorset 10 fg #ffffff, bg #2b4e5e, hi #aaaaaa, sh #999999, Plain, NoShape Colorset 11 fg #ffffff, bg #1a6e99, hi #ffffff, sh #ffffff, Plain, NoShape