rebelot / kanagawa.nvim

NeoVim dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai.
MIT License
3.94k stars 162 forks source link

Question: kanagawa-dragon lualine appearance #156

Open TiLopes opened 1 year ago

TiLopes commented 1 year ago

Should the lualine statusbar look like the picture below? Or is there a problem in my configuration? image

jdsutherland commented 1 year ago

You're referring to the colors, right?

image image image image

I don't love the green in insert mode. It's using diag.ok. Relatedly, I'm tempted to override the diag colors in dragon. To my eye, they don't fit but maybe I need to give it more time.

TiLopes commented 1 year ago

You're referring to the colors, right?

image image image image

I don't love the green in insert mode. It's using diag.ok. Relatedly, I'm tempted to override the diag colors in dragon. To my eye, they don't fit but maybe I need to give it more time.

Yes. I guess the green is too bright, and a more pastel green would fit better with the rest of the colours. This is my preference, but I don't know where to actually change the colours.

jdsutherland commented 1 year ago
image

Look at kanagawa/themes.lua, kanagawa/colors.lua, and lualine/themes/kanagawa.lua to see the relevant definitions. It should be possible to customize the lualine colors as mentioned here

rebelot commented 1 year ago

maybe syn.string?

savchenko commented 8 months ago

iceberg_dark that comes pre-packaged with LuaLine works miraculously well:

image