aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-12-27 15:22:25 +1100
committerDylan Araps <[email protected]>2017-12-27 15:22:25 +1100
commit3f1b6e5946d624dcb178dbddd1566a54d1d028aa (patch)
tree038cef695c0597ebf2bb7b95bba735b0be7d9b4a
parenttemplate: Added st template (diff)
downloadpywal-3f1b6e5946d624dcb178dbddd1566a54d1d028aa.tar.xz
pywal-3f1b6e5946d624dcb178dbddd1566a54d1d028aa.zip
templates: Add template for tabbed.
-rw-r--r--pywal/templates/colors-wal-tabbed.h6
1 files changed, 6 insertions, 0 deletions
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}";