commit: 72aab71ae6e9911a866e0de1049451e983aedbfd
parent: 77f7d5d8780d5fe38055f13ab5901e80bc6c0e3c
author: Chris Noxz <chris@noxz.tech>
date: Tue, 4 Feb 2020 16:12:22 +0100
Fix color error
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -13,7 +13,7 @@ static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
-static const char title_bg_dark[] = "#303030";
+static const char title_bg_dark[] = "#030303";
static const char title_bg_light[] = "#fdfdfd";
static const int color_ptrs[][4] = {
/* fg bg border float */