Remove a useless check to ensure the term isn't linux from palette.vim

This commit is contained in:
Kevin MacMartin 2024-08-06 18:00:03 -04:00
parent f4ff175e65
commit 5b5bfc3e96

View file

@ -1,4 +1,4 @@
if has("gui_running") || &term != "linux" && &termguicolors if has("gui_running") || &termguicolors
let g:cBlack = '#000000' let g:cBlack = '#000000'
let g:cWhite = '#ffffff' let g:cWhite = '#ffffff'