From 4440b6fa36b0297850d26817e37309deed827fdb Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 27 Jun 2020 00:23:44 -0400 Subject: config: Set terminal colors --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 7be4681..1e1e456 100644 --- a/config.def.h +++ b/config.def.h @@ -97,10 +97,10 @@ unsigned int tabspaces = 8; static const char *colorname[] = { /* 8 normal colors */ "black", - "red3", + "#ff0055", "green3", "yellow3", - "blue2", + "#00aaff", "magenta3", "cyan3", "gray90", -- cgit v1.2.3