Change vim to also use arcadia on generic 256 color terminals
This commit is contained in:
parent
6b342427ac
commit
0c880f3c6b
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ else
|
|||
Light
|
||||
end
|
||||
|
||||
if $TERM=="xterm-kitty"
|
||||
if $TERM=="xterm-kitty" || match($TERM, '-256color$')
|
||||
Arcadia
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue