From 5b5bfc3e963bd133d65ee33dc9502fa645bc5f9b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 6 Aug 2024 18:00:03 -0400 Subject: [PATCH] Remove a useless check to ensure the term isn't linux from palette.vim --- vim/colors/palette.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/colors/palette.vim b/vim/colors/palette.vim index aaa32b3..a81c416 100644 --- a/vim/colors/palette.vim +++ b/vim/colors/palette.vim @@ -1,4 +1,4 @@ -if has("gui_running") || &term != "linux" && &termguicolors +if has("gui_running") || &termguicolors let g:cBlack = '#000000' let g:cWhite = '#ffffff'