summaryrefslogtreecommitdiff
path: root/dmenu/themes/veloren.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu/themes/veloren.h')
-rw-r--r--dmenu/themes/veloren.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dmenu/themes/veloren.h b/dmenu/themes/veloren.h
new file mode 100644
index 0000000..30cb06f
--- /dev/null
+++ b/dmenu/themes/veloren.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 },
+};