summaryrefslogtreecommitdiff
path: root/pywal/templates
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-04 21:29:51 +0200
committerGitHub <noreply@github.com>2019-01-04 21:29:51 +0200
commitaabbb87ebe8577efbbea13ef4fec0965bd56a06d (patch)
tree1b996d5fbc181177661b1f2eb6ae79f42fbcf2f1 /pywal/templates
parent16515064896bd556c68198ea3c02e99653e3632c (diff)
parent041fe0643f9a31079cdf641a7f8227e97dba9696 (diff)
Merge pull request #355 from Khoyo/yk/pr/dmenu-template
template: add dmenu template
Diffstat (limited to 'pywal/templates')
-rw-r--r--pywal/templates/colors-wal-dmenu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pywal/templates/colors-wal-dmenu.h b/pywal/templates/colors-wal-dmenu.h
new file mode 100644
index 0000000..aeab7a5
--- /dev/null
+++ b/pywal/templates/colors-wal-dmenu.h
@@ -0,0 +1,6 @@
+static const char *colors[SchemeLast][2] = {{
+ /* fg bg */
+ [SchemeNorm] = {{ "{color15}", "{color0}" }},
+ [SchemeSel] = {{ "{color15}", "{color1}" }},
+ [SchemeOut] = {{ "{color15}", "{color14}" }},
+}};