Przeglądaj źródła

Commented out the t_Co=256 setting for the theme. If your bashrc and (if you use it) screenrc contain the setting for xterm-256color then you apparently don't need t_Co set specifically. Leaving it there anyway in case someone else has other ideas

SacredCrumb 10 lat temu
rodzic
commit
8f3fbe5a51
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      colors/neonwave.vim

+ 2 - 3
colors/neonwave.vim

@@ -23,9 +23,8 @@
 " I can't be sure. I am by no means a v[i]teran x3
 if v:version >= 700
 	if exists("syntax_on")
-		set t_Co=256
-		
-		
+		" Uncomment if needed
+		" set t_Co=256
 		syntax reset
 		hi clear
 		let g:colors_name = "neonwave"