nvim icon indicating copy to clipboard operation
nvim copied to clipboard

The color of lualine theme is different from the screenshot

Open mrbeardad opened this issue 2 years ago • 6 comments

This is screenshot in README

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

image

mrbeardad avatar Dec 27 '23 08:12 mrbeardad

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

holykremowka2137 avatar Dec 29 '23 00:12 holykremowka2137

  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

mrbeardad avatar Dec 29 '23 02:12 mrbeardad

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

rewhile avatar Dec 29 '23 03:12 rewhile

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

DinkyTrady avatar Dec 31 '23 12:12 DinkyTrady

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.

gmcmillan82 avatar Jun 14 '24 08:06 gmcmillan82

@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.

vollowx avatar Jun 28 '24 14:06 vollowx

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

gmcmillan82 avatar Jul 01 '24 08:07 gmcmillan82

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?

vollowx avatar Jul 01 '24 09:07 vollowx

Feel free to op-open if you have other issues :heart:

vollowx avatar Jul 23 '24 23:07 vollowx