Fix typo in README
This commit is contained in:
parent
18d20b1652
commit
e56e5285ec
1 changed files with 2 additions and 2 deletions
|
|
@ -105,9 +105,9 @@ PuTTY should actually support 256 colors, try following [steps on StackOverflow]
|
||||||
```vim
|
```vim
|
||||||
" If you don't like many colors and prefer the conservative style of the standard Visual Studio
|
" If you don't like many colors and prefer the conservative style of the standard Visual Studio
|
||||||
let g:codedark_conservative=1
|
let g:codedark_conservative=1
|
||||||
" Activates italicized comments
|
" Activates italicized comments (make sure your terminal supports italics)
|
||||||
let g:codedark_italics=1
|
let g:codedark_italics=1
|
||||||
" Make the background transparent (make sure your terminal supports italics)
|
" Make the background transparent
|
||||||
let g:codedark_transparent=1
|
let g:codedark_transparent=1
|
||||||
" If you have vim-airline, you can also enable the provided theme
|
" If you have vim-airline, you can also enable the provided theme
|
||||||
let g:airline_theme = 'codedark'
|
let g:airline_theme = 'codedark'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue