summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-12-27 15:22:25 +1100
committerDylan Araps <dylan.araps@gmail.com>2017-12-27 15:22:25 +1100
commit3f1b6e5946d624dcb178dbddd1566a54d1d028aa (patch)
tree038cef695c0597ebf2bb7b95bba735b0be7d9b4a
parent319f9a60e545ef0f00e2ef738c320e1f35d417bd (diff)
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}";