-
Notifications
You must be signed in to change notification settings - Fork 229
Features
tobi-wan-kenobi edited this page May 30, 2018
·
6 revisions
first introduced in 5d1d994 first released in v1.5.0 see #185
Automatically read colors defined by pywal (if available) within a theme (by using the colors
setting in the theme). This creates a number of "symbolic" color names that can be used for other properties.
Here's an example how this would look like:
{
"icons": [ "awesome-fonts" ],
"colors": [ "wal" ],
"defaults": {
"critical": {
"fg": "cursor",
"bg": "color5"
},
"warning": {
"fg": "cursor",
"bg": "color6"
}
},
....
}
Of course, this only works if you have already invoked wal
and the wal color definition file ~/.cache/wal/colors.json
exists.