I am using the Google Cloud Shell and wanted to install a theme for Vim. Adding the following to my .vimrc (using vim-plug as a plugin manager):
Plug 'mhartington/oceanic-next'
syntax enable
if (has("termguicolors"))
set termguicolors
endif
colorscheme OceanicNext
But after doing so, everything appears in black and white:
Has someone an Idea why that happens and how to solve this?


t_Cooption value or the'terminal'option value? – Christian Brabandt Dec 10 '18 at 07:07$TERMin the shell. – statox Dec 10 '18 at 10:20t_Coand the'terminal'option value (try to use a builtin terminal) – Christian Brabandt Dec 10 '18 at 15:21