summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-08-25 10:18:19 -0500
committerzachir <zachir@librem.one>2021-08-25 10:18:19 -0500
commit0e18d73471eaf64316536cb1f3e0b111c9397ed7 (patch)
tree2da4bd013c3bb2f32faba6a2f2c2486d3a84e2c6 /config.h
parenteefe2fc8b2968a29b048a151fd96ecbab0e40d4b (diff)
dmenu: set default fonts to mononoki nerd font and joypixels
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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" },
};