-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot get the solarized theme on neovim on Alacritty (or Kitty) on Linux #220
Comments
You should change your terminal theme to solarized. And also, don't set the solarized_termcolors to 256, it's a fallback color, not the original solarized colors |
In my original post I explain that I want solarized in vim but another color scheme for my terminal (alacritty). |
I encountered the same issue. Just setting Kitty to use solarized fixes the colors |
This can be fixed by setting these two lines (in my case, at the end of my
Everything would be:
See here |
I would like to have the solarized color scheme only in neovim when using the terminal on Linux. I use Alacritty as main terminal but I have the exact same issue with Kitty for instance. In particular, I am using the default settings of Alacritty and neovim (in this last case I just added some plugins).
Before installing the solarized color scheme, this is how my vim appears:
I copied the
solarized.vim
file into$HOME/.config/nvim/colors/
and this is the result:I also added the
let g:solarized_termcolors=256
line but still doesn't really help:Do you know if there is a way to solve the issue?
The text was updated successfully, but these errors were encountered: