mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
templates: Add template for tabbed.
This commit is contained in:
parent
319f9a60e5
commit
3f1b6e5946
6
pywal/templates/colors-wal-tabbed.h
Normal file
6
pywal/templates/colors-wal-tabbed.h
Normal 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}";
|
Loading…
Reference in New Issue
Block a user