summaryrefslogtreecommitdiff
path: root/dmenu/themes/connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu/themes/connect.h')
-rwxr-xr-xdmenu/themes/connect.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dmenu/themes/connect.h b/dmenu/themes/connect.h
new file mode 100755
index 0000000..a19fc5d
--- /dev/null
+++ b/dmenu/themes/connect.h
@@ -0,0 +1,14 @@
+static const char *colors[SchemeLast][2] = {
+ /* fg bg */
+ [SchemeNorm] = { "#dcbdbd", "#000000" },
+ [SchemeSel] = { "#dcbdbd", "#B76779" },
+ [SchemeOut] = { "#dcbdbd", "#BA9687" },
+};
+
+
+//static const char *colors[SchemeLast][2] = {
+// /* fg bg */
+// [SchemeNorm] = { "#bbbbbb", "#222222" },
+// [SchemeSel] = { "#eeeeee", "#005577" },
+// [SchemeOut] = { "#000000", "#00ffff" },
+//};