diff --git a/pywal/templates/colors-wal-tabbed.h b/pywal/templates/colors-wal-tabbed.h new file mode 100644 index 0000000..90623c5 --- /dev/null +++ b/pywal/templates/colors-wal-tabbed.h @@ -0,0 +1,6 @@ +static const char* selbgcolor = "{color0}"; +static const char* selfgcolor = "{color15}"; +static const char* normbgcolor = "{color2}"; +static const char* normfgcolor = "{color15}"; +static const char* urgbgcolor = "{color1}"; +static const char* urgfgcolor = "{color15}";