artanikin / vim-synthwave84

The port of SynthWave '84 - VS Code theme to Vim
137 stars 14 forks source link

Issues with theme configuration on macOS with Neovim #11

Open adamkvitek opened 2 years ago

adamkvitek commented 2 years ago

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.

Screenshot 2022-08-17 at 0 56 50 Screenshot 2022-08-17 at 0 57 39 Screenshot 2022-08-17 at 0 58 30
adamkvitek commented 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
assayire commented 2 years ago

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. 🤞

adamkvitek commented 2 years ago

@assayire mine shows also -termguicolors. :-/ So not sure what to do here...

nyrghzef commented 2 months ago

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.