-
Notifications
You must be signed in to change notification settings - Fork 13
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
Colors don't look right #16
Comments
Hey @brimosimo, I have not been using packer from a long time but I would just recommend that you call this line: config = function()
require("colorbuddy").colorscheme("cobalt2")
end, with your packer config where you have mentioned the use {
'lalitmee/cobalt2.nvim',
requires = 'tjdevries/colorbuddy.nvim'
config = function()
-- this needs to be called after the plugins has loaded
require("colorbuddy").colorscheme("cobalt2")
end,
} Let me know if this fixes it. |
I did as you said, but had to add a
I think I already tried this earlier, the effect is the same. Colors are still broken. |
@brimosimo, as far as I remember when I was using require("colorbuddy").colorscheme("cobalt2") And the following was my init.lua. I am sure that there is some setting mistake. Please check it with minimal config. Maybe some other plugin is conflicting with it. |
@lalitmee I tried this suggestions multiple times, tried it with all settings I could find online, verified again my $TERM env is correct. Installed different terminals, alacritty and kitty, all show the same color. I tried with a custom minimal .lua config calling |
I have now been trying for hours, I can't get your beautiful colorscheme to work.
Here is what I did, I use NVIM v0.10.2, with wbthomason/packer to manage my plugins. I have the following in my packer.lua:
Installation worked like a charm. I have this in my lua.init:
require("colorbuddy").colorscheme("cobalt2")
My colorscheme now changes, but it does look awful:
I'm starting from within iTerm 2 on MacOS, I made sure that no .vimrc or .xvimrc are being loaded in compatibility mode, I made sure with scripts that iTerm can handle truecolors, I tried setting
termguicolors = true
all without luck. There are no messages being shown when starting vim. Is there any way I can troubleshoot this further? I would really like to use this colorscheme.The text was updated successfully, but these errors were encountered: