mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +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:
@@ -49,9 +49,9 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
let g:solarized_statusline = "normal"
|
||||
<
|
||||
*g:solarized_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:solarized_term_italics = 1
|
||||
let g:solarized_term_italics = 0
|
||||
<
|
||||
*g:solarized_termtrans*
|
||||
Set to 1 if you want a transparent background. Takes effect only in the
|
||||
|
||||
Reference in New Issue
Block a user