Vim: Switch to Breeze Dark colors
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@@ -49,3 +49,6 @@
 | 
				
			|||||||
[submodule ".firestarter"]
 | 
					[submodule ".firestarter"]
 | 
				
			||||||
	path = .firestarter
 | 
						path = .firestarter
 | 
				
			||||||
	url = git@git.9iron.club:salt/firestarter
 | 
						url = git@git.9iron.club:salt/firestarter
 | 
				
			||||||
 | 
					[submodule ".vim/bundle/breezy"]
 | 
				
			||||||
 | 
						path = .vim/bundle/breezy
 | 
				
			||||||
 | 
						url = https://github.com/fneu/breezy
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								.vim/bundle/breezy
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								.vim/bundle/breezy
									
									
									
									
									
										Submodule
									
								
							 Submodule .vim/bundle/breezy added at 453167dc34
									
								
							
							
								
								
									
										6
									
								
								.vimrc
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								.vimrc
									
									
									
									
									
								
							@@ -2,7 +2,9 @@ execute pathogen#infect()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
" Theming
 | 
					" Theming
 | 
				
			||||||
if $TERM != 'linux'
 | 
					if $TERM != 'linux'
 | 
				
			||||||
	colorscheme nord
 | 
						colorscheme breezy
 | 
				
			||||||
 | 
						set termguicolors
 | 
				
			||||||
 | 
						set background=light
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
syntax on
 | 
					syntax on
 | 
				
			||||||
@@ -33,7 +35,7 @@ let g:lightline = {
 | 
				
			|||||||
	\		'charvaluehex': 'char: 0x%B'
 | 
						\		'charvaluehex': 'char: 0x%B'
 | 
				
			||||||
	\	},
 | 
						\	},
 | 
				
			||||||
	\}
 | 
						\}
 | 
				
			||||||
let g:lightline.colorscheme = 'nord'
 | 
					let g:lightline.colorscheme = 'breezy'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Automatically read when a file is changed outside of Vim
 | 
					" Automatically read when a file is changed outside of Vim
 | 
				
			||||||
set autoread
 | 
					set autoread
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user