From 3f1b6e5946d624dcb178dbddd1566a54d1d028aa Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 27 Dec 2017 15:22:25 +1100 Subject: templates: Add template for tabbed. --- pywal/templates/colors-wal-tabbed.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pywal/templates/colors-wal-tabbed.h 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}"; -- cgit v1.2.3