Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
8f3fbe5a51
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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"