From 23a62d70129db30027ba620fc798a666c198ba35 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Fri, 16 Aug 2024 12:30:33 +0200 Subject: update --- dmenu/themes/rurbania.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dmenu/themes/rurbania.h (limited to 'dmenu/themes/rurbania.h') diff --git a/dmenu/themes/rurbania.h b/dmenu/themes/rurbania.h new file mode 100644 index 0000000..330e314 --- /dev/null +++ b/dmenu/themes/rurbania.h @@ -0,0 +1,14 @@ +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#bbbbbb", "#111111" }, + [SchemeSel] = { "#eeeeee", "#aa0000" }, + [SchemeOut] = { "#000000", "#aa0000" }, +}; +//static const unsigned int alpha = 0xf9; +static const unsigned int alpha = 0xff; + +static const unsigned int alphas[SchemeLast][2] = { + [SchemeNorm] = { OPAQUE, alpha }, + [SchemeSel] = { OPAQUE, alpha }, + [SchemeOut] = { OPAQUE, alpha }, +}; -- cgit v1.2.3