catppuccin / nvim

🍨 Soothing pastel theme for (Neo)vim
MIT License
5.1k stars 228 forks source link

The color of lualine theme is different from the screenshot #635

Open mrbeardad opened 6 months ago

mrbeardad commented 6 months ago

This is screenshot in README

This is my local looks, the background colors of lualine are different from above.

image

holykremowka2137 commented 6 months ago

Lualine needs you to specify theme, have you done that? Colors can be different, because lualine is simply not setted to use catppuccin

mrbeardad commented 6 months ago
  1. Lualine will detecte the colorscheme by using g:colors_name automatically
  2. Although I specify the theme manually, it is still different from the screenshot
  3. I noticed that the code here does not set the correct color
nullchilly commented 6 months ago

Screenshot of README used feline not lualine. Related: https://github.com/catppuccin/nvim/discussions/359

DinkyTrady commented 6 months ago

Will be good if lualine colors change to make different from tokyonight colorscheme

gmcmillan82 commented 1 month ago

Will be good if lualine colors change to make different from tokyonight colorscheme

Agreed. Why have Lualine integration when the theme doesn't apply the colours? Surely this should be labelled bug and not enhancement.

vollowx commented 2 weeks ago

@gmcmillan82 What do you mean? The current lualine colors are already from the catppuccin integration, not tokyonight (though might looks similar), while you can still configure the colors manually like this config.

gmcmillan82 commented 2 weeks ago

Yeah my bad, I know they look similar. I just expected the lualine theme to closer resemble the main catppuccin theme, as currently it feels like it's from a different theme altogether.

image
vollowx commented 2 weeks ago

Maybe:

  1. Customize the lualine highlights in your own config like I mentioned before
  2. Create a new issue asking for a change / make it a PR by yourself, though this might be for long as it will be a breaking change that changes many users' Neovim appearance
  3. Try other statusline plugins like feline.nvim and heirline.nvim so that it will be even easier to manually define highlights

On the other hand, @mrbeardad I guess that this issue can be closed as there're no more things unsolved under the title of this issue?