From e5fdd2a9338e914a489f9598c9b4e841b38981c0 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 12 Jun 2024 23:16:27 +0200 Subject: cicada update --- dmenu/themes/veloren.def.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dmenu/themes/veloren.def.h (limited to 'dmenu/themes/veloren.def.h') diff --git a/dmenu/themes/veloren.def.h b/dmenu/themes/veloren.def.h new file mode 100644 index 0000000..30cb06f --- /dev/null +++ b/dmenu/themes/veloren.def.h @@ -0,0 +1,14 @@ +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#862" }, + [SchemeOut] = { "#000000", "#862" }, +}; +//static const unsigned int alpha = 0xf0; +static const unsigned int alpha = 0xf9; + +static const unsigned int alphas[SchemeLast][2] = { + [SchemeNorm] = { OPAQUE, alpha }, + [SchemeSel] = { OPAQUE, alpha }, + [SchemeOut] = { OPAQUE, alpha }, +}; -- cgit v1.2.3