mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Reinstate g:solarized_use16.
Neovim ignores `&t_Co` and `&term`, so it is not possible in Neovim to use the ANSI colors when `termguicolors` is not set. Re-add this option to override the value of `s:t_Co`. Fixes https://github.com/lifepillar/vim-solarized8/issues/71.
This commit is contained in:
@@ -23,6 +23,15 @@ Set to 1 to enable filetype-specific syntax highlight group.
|
||||
NOTE: setting this to 1 may leave "a wake of destruction when switching away"
|
||||
(T. Pope), that is, when you switch to a different colorscheme the
|
||||
highlighting may look wrong or disabled.
|
||||
*g:@optionprefix_italics*
|
||||
Set to 0 if you do not want to enable italics. Note that the color scheme in
|
||||
normal circumstances automatically detects whether italics is available. You
|
||||
should never need to set this option explicitly. You may want to unset it if
|
||||
you do not want Vim to display italics even when the feature is available
|
||||
(e.g., in GUI versions of Vim).
|
||||
>
|
||||
let g:@optionprefix_italics = 1
|
||||
<
|
||||
|
||||
*g:@optionprefix_old_cursor_style*
|
||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||
@@ -37,21 +46,17 @@ in the flat variant (of course, `"flat"` does not have any effect in the flat
|
||||
variant).
|
||||
>
|
||||
let g:@optionprefix_statusline = "normal"
|
||||
<
|
||||
*g:@optionprefix_italics*
|
||||
Set to 0 if you do not want to enable italics. Note that the color scheme in
|
||||
normal circumstances automatically detects whether italics is available. You
|
||||
should never need to set this option explicitly. You may want to unset it if
|
||||
you do not want Vim to display italics even when the feature is available
|
||||
(e.g., in GUI versions of Vim).
|
||||
>
|
||||
let g:@optionprefix_italics = 1
|
||||
<
|
||||
*g:@optionprefix_termtrans*
|
||||
Set to 1 if you want a transparent background. Takes effect only in the
|
||||
terminal.
|
||||
>
|
||||
let g:@optionprefix_termtrans = 0
|
||||
<
|
||||
*g:@optionprefix_use16*
|
||||
Set to 1 if you want to force using the 16 ANSI terminal colors.
|
||||
>
|
||||
let g:@optionprefix_use16 = 0
|
||||
<
|
||||
*g:@optionprefix_visibility*
|
||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
|
||||
Reference in New Issue
Block a user