summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}";