summaryrefslogtreecommitdiff
path: root/dmenu/themes/veloren.def.h
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-06-12 23:43:58 +0200
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-06-12 23:43:58 +0200
commit05adf102047fe8ab010ea1098662b7b7f147d8c3 (patch)
treecda46abb920c1453879add4ec866abdb38ff2906 /dmenu/themes/veloren.def.h
parente5fdd2a9338e914a489f9598c9b4e841b38981c0 (diff)
cicada update
Diffstat (limited to 'dmenu/themes/veloren.def.h')
-rw-r--r--dmenu/themes/veloren.def.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/dmenu/themes/veloren.def.h b/dmenu/themes/veloren.def.h
deleted file mode 100644
index 30cb06f..0000000
--- a/dmenu/themes/veloren.def.h
+++ /dev/null
@@ -1,14 +0,0 @@
-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 },
-};