Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with theme configuration on macOS with Neovim #11

Open
adamkvitek opened this issue Aug 16, 2022 · 3 comments
Open

Issues with theme configuration on macOS with Neovim #11

adamkvitek opened this issue Aug 16, 2022 · 3 comments

Comments

@adamkvitek
Copy link

adamkvitek commented Aug 16, 2022

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
Copy link
Author

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
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants