Skip to content

Commit

Permalink
Merge pull request #82 from khamer/patch-1
Browse files Browse the repository at this point in the history
Fixing a typo that prevents using the colorscheme in vim
  • Loading branch information
Chris Kempson committed Jun 7, 2012
2 parents 72322c3 + fd9f55e commit 4caf11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/colors/Tomorrow.vim
Expand Up @@ -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"
Expand Down

0 comments on commit 4caf11c

Please sign in to comment.