Change default colorscheme
This commit is contained in:
		
							
								
								
									
										4
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								vimrc
									
									
									
									
									
								
							@@ -114,7 +114,7 @@ if     (&term =~ 'xterm')
 | 
				
			|||||||
	set termencoding=utf-8
 | 
						set termencoding=utf-8
 | 
				
			||||||
	set t_Co=256
 | 
						set t_Co=256
 | 
				
			||||||
	set mouse=a
 | 
						set mouse=a
 | 
				
			||||||
	colorscheme mustangpp
 | 
						colorscheme mustang
 | 
				
			||||||
elseif (&term =~ 'rxvt')
 | 
					elseif (&term =~ 'rxvt')
 | 
				
			||||||
	set termencoding=utf-8
 | 
						set termencoding=utf-8
 | 
				
			||||||
	set t_Co=256
 | 
						set t_Co=256
 | 
				
			||||||
@@ -128,7 +128,7 @@ elseif (&term =~ 'screen-256color')
 | 
				
			|||||||
	set termencoding=utf-8
 | 
						set termencoding=utf-8
 | 
				
			||||||
	set t_Co=256
 | 
						set t_Co=256
 | 
				
			||||||
	set mouse=a
 | 
						set mouse=a
 | 
				
			||||||
	colorscheme mustangpp
 | 
						colorscheme mustang
 | 
				
			||||||
elseif (&term =~ 'screen')
 | 
					elseif (&term =~ 'screen')
 | 
				
			||||||
	set termencoding=utf-8
 | 
						set termencoding=utf-8
 | 
				
			||||||
	set t_Co=16
 | 
						set t_Co=16
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user