Skip to content

Commit

Permalink
Updated README.md after solving #3
Browse files Browse the repository at this point in the history
  • Loading branch information
rakr committed Jul 1, 2016
1 parent c1b292f commit 92afe9d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ set background=dark " for the dark version
colorscheme one
```

### Italic support

Some terminals do not support italic, cf. #3.

If your terminal does support _italic_, you can set the `g:one_allow_italics` variable to 1 in your `.vimrc` or `.config/nvim/init.vim`:

```vim
set background=light " for the light version
let g:one_allow_italics = 1 " I love italic for comments
colorscheme one
```


To benefit from the **true color** support make sure to add the following lines in your `.vimrc` or `.config/nvim/init.vim`

```vim
Expand Down

0 comments on commit 92afe9d

Please sign in to comment.