vim: Leave terminal background unchanged
Forcing black looks bad if the terminal doesn't have 100% black background, and in some terminals also disables transparency.
This commit is contained in:
parent
bda76bfcea
commit
c220805772
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ else
|
|||
if ! g:inkpot_black_background
|
||||
exec "hi Normal cterm=NONE ctermfg=" . <SID>X(79) . " ctermbg=" . <SID>X(80)
|
||||
else
|
||||
exec "hi Normal cterm=NONE ctermfg=" . <SID>X(79) . " ctermbg=" . <SID>X(16)
|
||||
exec "hi Normal cterm=NONE ctermfg=" . <SID>X(79)
|
||||
endif
|
||||
|
||||
exec "hi IncSearch cterm=BOLD ctermfg=" . <SID>X(80) . " ctermbg=" . <SID>X(73)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue