From: Oleg Broytman Date: Mon, 21 Oct 2019 12:03:13 +0000 (+0300) Subject: .vimrc: Add more dark terminals X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=91442e415ce67dd496a561848d312dca19675c8e .vimrc: Add more dark terminals --- diff --git a/.vimrc b/.vimrc index 4bb96bc..1138c83 100644 --- a/.vimrc +++ b/.vimrc @@ -233,7 +233,8 @@ if has("gui_running") " ---------- else - if (&term =~ "linux") || ($BACKGROUND == 'DARK') || ($BACKGROUND == 'dark') + if (&term =~ "linux") || (&term =~ "cygwin") || (&term =~ "putty") + \ || ($BACKGROUND == 'DARK') || ($BACKGROUND == 'dark') \ || has("win32") " Background of the terminal is black or dark grey set background=dark