Add Terminal, ToolbarLine, ToolbarButton hi groups.

This commit is contained in:
Lifepillar
2017-11-21 09:40:48 +01:00
parent c75b42d8a2
commit f6b416006b
8 changed files with 140 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ endverbatim
# Transparent background
Normal base0 none
Terminal fg none
verbatim
else
@@ -54,6 +55,7 @@ endverbatim
# Opaque background
Normal base0 back
Terminal fg back
verbatim
endif
@@ -231,6 +233,9 @@ Underlined violet none
lCursor -> Cursor
# See `:help CursorIM`
CursorIM none fg
# See `:help window-toolbar`
ToolbarLine none base02
ToolbarButton base1 base02 bold
# }}}
# Extra stuff {{{
@@ -268,6 +273,7 @@ endverbatim
# Transparent background
Normal base0 none
Terminal fg none
verbatim
else
@@ -275,6 +281,7 @@ endverbatim
# Opaque background
Normal base0 back
Terminal fg back
verbatim
endif
@@ -468,6 +475,9 @@ Underlined violet none
lCursor -> Cursor
# See `:help CursorIM`
CursorIM none fg
# See `:help window-toolbar`
ToolbarLine none base02
ToolbarButton base1 base02 bold
# }}}
# Extra stuff {{{