Skip to content

Commit

Permalink
Add note about solarized-dark.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Feb 11, 2015
1 parent e5efbaf commit 061258e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@ To change your sign column's appearance, update your colorscheme or `~/.vimrc` l
* For a specific appearance on terminal Vim: `highlight SignColumn ctermbg=whatever`
* For a specific appearance on gVim/MacVim: `highlight SignColumn guibg=whatever`

If you use [solarized](https://github.com/altercation/vim-colors-solarized)-dark, try the following snippet in your `~/.vimrc`:

```viml
set background=dark
colorscheme solarized
highlight clear SignColumn
```

By default the sign column will appear when there are signs to show and disappear when there aren't. If you would always like the sign column to be there, add `let g:gitgutter_sign_column_always = 1` to your `~/.vimrc`.


Expand Down

0 comments on commit 061258e

Please sign in to comment.