mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Do not enable italics by default.
This commit addresses issues such as https://github.com/lifepillar/vim-solarized8/issues/28 and https://github.com/lifepillar/vim-solarized8/issues/29.
This commit is contained in:
@@ -222,7 +222,7 @@ endverbatim
|
||||
|
||||
# Terminal italic {{{
|
||||
verbatim
|
||||
if get(g:, "@optionprefix_term_italics", 1)
|
||||
if get(g:, "@optionprefix_term_italics", 0)
|
||||
hi Comment cterm=italic
|
||||
hi gitcommitComment cterm=italic
|
||||
hi htmlSpecialTagName cterm=italic
|
||||
|
||||
@@ -52,9 +52,9 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
let g:@optionprefix_statusline = "normal"
|
||||
<
|
||||
*g:@optionprefix_term_italics*
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
Set to 1 if you want to enable italics in the terminal.
|
||||
>
|
||||
let g:@optionprefix_term_italics = 1
|
||||
let g:@optionprefix_term_italics = 0
|
||||
<
|
||||
*g:@optionprefix_termtrans*
|
||||
Set to 1 if you want a transparent background. Takes effect only in the
|
||||
|
||||
Reference in New Issue
Block a user