diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | ef3eaac0052ecf961dc26144d60864c68ea623a9 (patch) | |
| tree | 4cf67de008859e4f46512585b1fcee8fddb9733b /dmenu_config.h | |
| parent | 93cc011e771a7473b5783253408c627da756204b (diff) | |
idk lmao
Diffstat (limited to 'dmenu_config.h')
| -rw-r--r-- | dmenu_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmenu_config.h b/dmenu_config.h index a03a578..c407a79 100644 --- a/dmenu_config.h +++ b/dmenu_config.h @@ -4,13 +4,13 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Fixed:style=Regular:pixelsize=14:antialias=false" + "CommitMono:style=Regular:pixelsize=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#CACACA", "#222222" }, - [SchemeSel] = { "#000000", "#E0E0E0" }, + [SchemeNorm] = { "#ffffff", "#202020" }, + [SchemeSel] = { "#ffffff", "#969696" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ |
