diff --git a/vim/colors/Tomorrow.vim b/vim/colors/Tomorrow.vim index 5aaffc40..b53d8b44 100644 --- a/vim/colors/Tomorrow.vim +++ b/vim/colors/Tomorrow.vim @@ -5,7 +5,7 @@ " Default GUI Colours let s:foreground = "4d4d4c" -let s:background = "fafafafa" +let s:background = "fafafa" let s:selection = "d6d6d6" let s:line = "efefef" let s:comment = "8e908c"