diff --git a/config b/config
index ed5b583..d9c10d3 100644
--- a/config
+++ b/config
@@ -36,8 +36,8 @@
git log --graph --branches --all --date=human --color $@ \
--format='%C(bold dim green)%h%C(auto) - %C(yellow)%cr %C(bold)→%C(reset) %s%C(reset bold yellow)%d %an %G? %GS %C(reset)' | \
sed \
- -e 's#\\(.*\\) N .*#\\x1b[0;2;3m- \\1#' \
- -e 's#\\(.*\\) E .*#\\x1b[1;33mMissing Key: \\x1b[0;2;3m\\1#' \
+ -e 's#\\(.*\\) N .*#\\x1b[0;2;3;37m- \\1#' \
+ -e 's#\\(.*\\) E .*#\\x1b[1;33mMissing Key: \\x1b[0;2;3;37m\\1#' \
\
-e 's#.* \\([^N]\\)#\\1#' \
\
@@ -47,7 +47,7 @@
-e 's#U#\\x1b[1;33mUnknown Trust:#' \
-e 's#Y#\\x1b[1;33mExpired Key:#' \
-e 's#B#\\x1b[1;31mBAD:#' \
- -e 's#\\(.*\\)#\\x1b[0;2;3m\\1#'; \
+ -e 's#\\(.*\\)#\\x1b[0;2;3;37m\\1#'; \
}; f"
# custom git log (always opens in pager)