From c0a7c5ddcb9e0e98f6d981448e7c54fab6621327 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 21 Mar 2023 21:17:17 +0100 Subject: first sketch --- config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..dc0d258 --- /dev/null +++ b/config.h @@ -0,0 +1,16 @@ +#include + +/* colors in argb */ +static uint32_t background = 0xff282828; +static uint32_t foreground = 0xffebdbb2; +static uint32_t highlight = 0xffb16286; + +static unsigned lines = 20; +static unsigned padding = 10; +static unsigned borderwidth = 2; +static unsigned fontsize = 11; +static char fontpath[] = "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf"; + +static unsigned cursor_width = 1; +static unsigned cursor_vertical_offset = 2; +static unsigned cursor_horizontal_offset = 1; -- cgit v1.2.3-70-g09d2