From a6e1cd8655fd2a39541ce44ce92e9832cdcf62a6 Mon Sep 17 00:00:00 2001 From: Andrius Solopovas Date: Mon, 2 Sep 2019 11:47:59 +0100 Subject: [PATCH] changed bg and fg colors --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 305387e..af1a14a 100644 --- a/config.h +++ b/config.h @@ -106,8 +106,8 @@ static const char *colorname[] = { "#ebdbb2", [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#282828", /* 256 -> bg */ - "#ebdbb2", /* 257 -> fg */ + "#14191f", /* 256 -> bg */ + "#f8f8f0", /* 257 -> fg */ "#add8e6", /* 258 -> cursor */ };