diff --git a/.gitmodules b/.gitmodules
index b8904310..e09bad1c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,7 +3,7 @@
 	url = https://github.com/alvan/vim-closetag.git
 [submodule ".vim/bundle/gruvbox"]
 	path = .vim/bundle/gruvbox
-	url = https://github.com/morhetz/gruvbox.git
+	url = https://github.com/morhetz/gruvbox
 [submodule ".vim/bundle/SimpylFold"]
 	path = .vim/bundle/SimpylFold
 	url = https://github.com/tmhedberg/SimpylFold.git
diff --git a/.vim/bundle/gruvbox b/.vim/bundle/gruvbox
new file mode 160000
index 00000000..bf2885a9
--- /dev/null
+++ b/.vim/bundle/gruvbox
@@ -0,0 +1 @@
+Subproject commit bf2885a95efdad7bd5e4794dd0213917770d79b7
diff --git a/.vimrc b/.vimrc
index 2cee01a2..d1143f96 100644
--- a/.vimrc
+++ b/.vimrc
@@ -5,9 +5,9 @@ filetype plugin indent on
 
 " Theming
 if $TERM != 'linux' && version >= 800
-	colorscheme breezy
+	colorscheme gruvbox
 	set termguicolors
-	set background=light
+	set background=dark
 endif
 
 set autoread " Automatically read when a file is changed outside of Vim
@@ -50,7 +50,7 @@ let g:lightline = {
 	\		'charvaluehex': 'char: 0x%B'
 	\	},
 	\}
-let g:lightline.colorscheme = 'breezy'
+let g:lightline.colorscheme = 'gruvbox'
 
 " Json
 au BufNewFile,BufRead *.json