-
Notifications
You must be signed in to change notification settings - Fork 40
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
Not rendering the colors #10
Comments
Thanks for reporting.
Do you mean the background color is not working properly? |
This is probably due to not setting termguicolors if you use neovim you need to add
to your init.vim I think this might be the same for vim 8+ now also. |
I still have the problem that background is not working properly. I added what @travisboss commented but that did't work for me. It just happens in neovim. Any help? |
I'm having same issue, can't get theme to display properly. Really like this theme :( |
I have the same issue in iTerm2 |
Can all of you post a screenshot showing the failure? |
it should not matter i think but you have two items telling the system how to enable true color. what version of neovim or vim do you have? Also from Neovim FAQ please check about true color here
EDIT: I just tried the theme, I am using Therm a saner version of iTerm2 on MacOS and here is a screenshot. I left the other parts as that is all I have in my colorscheme area (the commented out section is for my delicate eyes). |
this worked for me in my .tmux.conf file |
I'm on macOS using iTerm2 and I had the same problem. See #10 (comment) I managed to solve this by doing the following:
❯ toe | grep xterm-256color
xterm-256color xterm with 256 colors
tic xterm-256color.terminfo You can verify that ❯ toe | grep xterm-256color
xterm-256color xterm-256color with italics support
You can also |
I have set these options on my Konsole terminal on ArchLinux using Tmux & NeoVIM so that it can have the correct background.
|
I was able to get the background to render correctly by removing the
|
Unfortunately there is no kiss icon. This solved all my Vim + tmux color scheme problems. Thank you very much! |
@haishanh I am getting the correct background but the html tags and react components dont seem to be the right color (even Expected (in README)Actualtheres this #FFA500 color which I also tried manually overriding but cant find this hex in the repo |
Unable to get the theme working!
The text was updated successfully, but these errors were encountered: