mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.13k stars 141 forks source link

Incorrect color #89

Closed pirey closed 3 years ago

pirey commented 4 years ago

Problems summary

I love this colorscheme and thought to give it a try, but i have struggled to set it up cause my color doesn't look like the picture shown in readme.

Expected

I want to have my colors the same as picture shown in the readme.

Environment Information

Provide a minimal vim rc with less than 50 lines (Required!)

" Your minimal init.vim
call plug#begin('~/.vim/plugged')

Plug 'mhartington/oceanic-next'
Plug 'othree/yajs.vim'
Plug 'othree/html5.vim'
Plug 'HerringtonDarkholme/yats.vim'
Plug 'vim-airline/vim-airline'

call plug#end()

" Theme
 syntax enable
" for vim 7
" set t_Co=256

" for vim 8
 if (has("termguicolors"))
  set termguicolors
 endif

colorscheme OceanicNext
let g:airline_theme='oceanicnext'

Screen shot (if possible)

Color doesn't match example Screenshot from 2020-07-15 11-35-21

ghost commented 4 years ago

Have the same issue, colors are obviously not in oceanic theme

Снимок экрана 2020-07-29 в 00 16 00

adrian5 commented 3 years ago

@ysizarie Your screenshot looks suspiciously like the Oceanic Next palette in 256-color mode. If termguicolors wasn't already staring at me, that would've been the first suggestion.

mhartington commented 3 years ago

@ysizarie are you sure your terminal supports true colors? Like @adrian5 says, it looks like the 256 color mode.