Open adamkvitek opened 2 years ago
What is the xterm substitute on macOS (I am using default ZSH)? I mean... how to make the code snippet below work on this system? @artanikin
set term=xterm-256color
"set term=screen-256color
if has('termguicolors')
set termguicolors
endif
set background=dark
call plug#begin("~/.vim/plugged")
Plug 'artanikin/vim-synthwave84'
call plug#end()
colorscheme synthwave84
Me too stuck on the same boat.
@adamkvitek Does your vim --version
show support for +termguicolors
? Mine doesn't. I see -termguicolors
listed. So I am not sure if there is a way to make themes that require +termguicolors
work on such machines. 🤞
@assayire mine shows also -termguicolors
. :-/ So not sure what to do here...
I don't own a Mac so I cannot really help much, but found a Reddit thread where an user states termguicolors
worked properly when he installed vim via Homebrew.
I am trying to make this theme work on macOS (in Neovim), not sure what I need to edit in my
init.vim
to make this work correctly. I have a semi-transparency setup. Sending some screenshots (each of them displays what I see when I use a certain config.