diff options
author | zachir <zachir@librem.one> | 2021-08-25 10:18:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-08-25 10:18:19 -0500 |
commit | 0e18d73471eaf64316536cb1f3e0b111c9397ed7 (patch) | |
tree | 2da4bd013c3bb2f32faba6a2f2c2486d3a84e2c6 /config.h | |
parent | eefe2fc8b2968a29b048a151fd96ecbab0e40d4b (diff) |
dmenu: set default fonts to mononoki nerd font and joypixels
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" }, }; |