rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.99k stars 196 forks source link

Issue with vim-one and iTerm2 #66

Closed Gioyik closed 6 years ago

Gioyik commented 6 years ago

Hi,

I want to use your color scheme but I am having some problems. This is on my .vimrc:

syntax on
set background=dark " for the dark version
colorscheme one

" Airline config
let g:airline_theme='one'
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1

I installed it using Vundler:

Plugin 'rakr/vim-one'

And this is what I see:

screen shot 2017-10-21 at 2 28 50 am

I am using iTerm2 + Vim 8 + Color Scheme One Dark for iTerm.

Any help to get the theme working would be appreciated. Thanks in advance.

Gioyik commented 6 years ago

I fixed it setting the truecolor thing.

My fault, thanks. Nice colorscheme by the way :)