mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01: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."""
|
||||
return {
|
||||
"css": "colors.css",
|
||||
"dmenu": "colors-wal-dmenu.h",
|
||||
"dwm": "colors-wal-dwm.h",
|
||||
"st": "colors-wal-st.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