-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Currently, g:{colorscheme_name}_bold and g:{colorscheme_name}_italic are always defined. However, it is not good for me. I don't want to define global variables. This feature should be able to be configured by colorscheme authors.
I think, it is better than now:
colorschemes:
- name: 'name'
background: 'background'
palette: 'palette'
conditional_styles: trueBy the way, conditional styles are not working currently. You have to use :execute such as:
execute 'hi SomeGroup gui=' .. Bold .. ',underlined cterm=' .. Bold .. ',underlined' instead of:
hi SomeGroup gui=Bold,underlined cterm=Bold,underlinedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels