From 054fc4a41a59f3e101358a140ae3085e73fcfc72 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 7 Apr 2022 02:05:04 -0400 Subject: changed gvim color scheme --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 89f089c..852ddb7 100644 --- a/.vimrc +++ b/.vimrc @@ -8,7 +8,8 @@ if has('gui_running') set guifont=JetBrains\ Mono\ 11 - colorscheme torte + :set guioptions-=T + colorscheme slate endif if $TERM == 'alacritty' -- cgit v1.2.3