From 0e18d73471eaf64316536cb1f3e0b111c9397ed7 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 25 Aug 2021 10:18:19 -0500 Subject: dmenu: set default fonts to mononoki nerd font and joypixels --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 334b9d0..3a31785 100644 --- a/config.h +++ b/config.h @@ -11,8 +11,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#750000" }, - [SchemeSelHighlight] = { "#ffc978", "#750000" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeSelHighlight] = { "#ffc978", "#005577" }, [SchemeNormHighlight] = { "#ffc978", "#222222" }, [SchemeOut] = { "#000000", "#ff0000" }, }; -- cgit v1.2.3