You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, for example, we have powerline-solarized, powerline-gruvbox.
It would be nicer to have a theme that is composed of iconsets and colors. Especially for the iconsets, it could even make sense to have a "nesting" (i.e. use icons of iconset A and fallback to iconset B if icons are missing in A).
The text was updated successfully, but these errors were encountered:
Add code that allows themes to be merged (i.e. if certain elements are
not present in a theme, another theme can be "overlaid" to add missing
elements).
Effectively, this is used to create the logical concept of an "icon
theme", which is loaded after the main theme. So, the main theme can
define colors, and the icon theme fills in any missing elements
(practically, all the icons in the form of prefixes and suffixes).
Icon sets are defined in a theme using the "icons" directive, which
should be an array.
see #17
Right now, each theme has 2 conceptual contents:
So, for example, we have powerline-solarized, powerline-gruvbox.
It would be nicer to have a theme that is composed of iconsets and colors. Especially for the iconsets, it could even make sense to have a "nesting" (i.e. use icons of iconset A and fallback to iconset B if icons are missing in A).
The text was updated successfully, but these errors were encountered: