From cd5198f084186dacb9f90bc2b52654f16f6feefb Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 May 2024 10:04:45 +0200 Subject: change settings --- dmenu/themes/sunshine.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dmenu/themes/sunshine.h (limited to 'dmenu/themes/sunshine.h') diff --git a/dmenu/themes/sunshine.h b/dmenu/themes/sunshine.h new file mode 100644 index 0000000..fcf01a8 --- /dev/null +++ b/dmenu/themes/sunshine.h @@ -0,0 +1,14 @@ +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#dad", "#111" }, + [SchemeSel] = { "#dad", "#94d" }, + [SchemeOut] = { "#dad", "#94d" }, +}; + +static const unsigned int alpha = 0xf0; + +static const unsigned int alphas[SchemeLast][2] = { + [SchemeNorm] = { OPAQUE, alpha }, + [SchemeSel] = { OPAQUE, alpha }, + [SchemeOut] = { OPAQUE, alpha }, +}; -- cgit v1.2.3