From 91442e415ce67dd496a561848d312dca19675c8e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 21 Oct 2019 15:03:13 +0300 Subject: [PATCH] .vimrc: Add more dark terminals --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2