summaryrefslogtreecommitdiff
path: root/dmenu/themes
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu/themes')
-rw-r--r--dmenu/themes/veloren.def.h14
-rw-r--r--dmenu/themes/veloren.h10
2 files changed, 5 insertions, 19 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 },
-};
diff --git a/dmenu/themes/veloren.h b/dmenu/themes/veloren.h
index 99f0b0f..30cb06f 100644
--- a/dmenu/themes/veloren.h
+++ b/dmenu/themes/veloren.h
@@ -1,11 +1,11 @@
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#bbbbbb", "#111100" },
- [SchemeSel] = { "#eeeeee", "#960" },
- [SchemeOut] = { "#000000", "#960" },
+ [SchemeNorm] = { "#bbbbbb", "#222222" },
+ [SchemeSel] = { "#eeeeee", "#862" },
+ [SchemeOut] = { "#000000", "#862" },
};
-//static const unsigned int alpha = 0xf9;
-static const unsigned int alpha = 0xff;
+//static const unsigned int alpha = 0xf0;
+static const unsigned int alpha = 0xf9;
static const unsigned int alphas[SchemeLast][2] = {
[SchemeNorm] = { OPAQUE, alpha },