소스 검색

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 년 전
부모
커밋
8f3fbe5a51
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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"