Skip to content

Instantly share code, notes, and snippets.

@spiiph
Created September 6, 2012 12:58
Show Gist options
  • Save spiiph/3655998 to your computer and use it in GitHub Desktop.
Save spiiph/3655998 to your computer and use it in GitHub Desktop.
Vim colorscheme modification after load
au ColorScheme *
\ if g:colors_name == "inkpot" |
\ hi Comment ctermfg=172 |
\ endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment