Change vim to also use arcadia on generic 256 color terminals

This commit is contained in:
Talia 2021-08-16 10:21:31 +02:00
parent 6b342427ac
commit 0c880f3c6b
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ else
Light
end
if $TERM=="xterm-kitty"
if $TERM=="xterm-kitty" || match($TERM, '-256color$')
Arcadia
end