mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-21 00:30:53 +02:00
template: add dmenu template
This commit is contained in:
parent
f0de048bb9
commit
041fe0643f
@ -31,6 +31,7 @@ def get_export_type(export_type):
|
|||||||
"""Convert template type to the right filename."""
|
"""Convert template type to the right filename."""
|
||||||
return {
|
return {
|
||||||
"css": "colors.css",
|
"css": "colors.css",
|
||||||
|
"dmenu": "colors-wal-dmenu.h",
|
||||||
"dwm": "colors-wal-dwm.h",
|
"dwm": "colors-wal-dwm.h",
|
||||||
"st": "colors-wal-st.h",
|
"st": "colors-wal-st.h",
|
||||||
"tabbed": "colors-wal-tabbed.h",
|
"tabbed": "colors-wal-tabbed.h",
|
||||||
|
6
pywal/templates/colors-wal-dmenu.h
Normal file
6
pywal/templates/colors-wal-dmenu.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
static const char *colors[SchemeLast][2] = {{
|
||||||
|
/* fg bg */
|
||||||
|
[SchemeNorm] = {{ "{color15}", "{color0}" }},
|
||||||
|
[SchemeSel] = {{ "{color15}", "{color1}" }},
|
||||||
|
[SchemeOut] = {{ "{color15}", "{color14}" }},
|
||||||
|
}};
|
Loading…
Reference in New Issue
Block a user