Skip to content

Commit

Permalink
Merge pull request #255 from yous/patch-2
Browse files Browse the repository at this point in the history
Use same color as specified at README.md
  • Loading branch information
Chris Kempson committed Nov 18, 2014
2 parents 82ca459 + 64360da commit 9831304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vim/colors/Tomorrow-Night-Eighties.vim
Expand Up @@ -13,8 +13,8 @@ let s:red = "f2777a"
let s:orange = "f99157"
let s:yellow = "ffcc66"
let s:green = "99cc99"
let s:aqua = "009999"
let s:blue = "99cccc"
let s:aqua = "66cccc"
let s:blue = "6699cc"
let s:purple = "cc99cc"
let s:window = "4d5057"

Expand Down
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 = "fafafa"
let s:background = "ffffff"
let s:selection = "d6d6d6"
let s:line = "efefef"
let s:comment = "8e908c"
Expand Down

0 comments on commit 9831304

Please sign in to comment.