templates: Add template for tabbed.

This commit is contained in:
Dylan Araps 2017-12-27 15:22:25 +11:00
parent 319f9a60e5
commit 3f1b6e5946

View File

@ -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}";