tiagovla / tokyodark.nvim

A clean dark theme written in lua for neovim.
477 stars 19 forks source link

Absence of specific color for Lualine when in 'command' mode #33

Closed shreyas-a-s closed 6 months ago

shreyas-a-s commented 7 months ago

As you can see in the video, all modes have their own Lualine colors but no specific color for command mode:

Screencast from 2024-03-09 01-26-03.webm

It would be nice to set a nice and separate color (eg: yellow) for the command mode.

It's a simple addition and I can do a pull request if you could say which color you would prefer for it.

tiagovla commented 6 months ago

I never noticed the cmd color since I mainly use the cmdline over the status bar. Please submit a pull request if possible.

shreyas-a-s commented 6 months ago

Same case with me. I also only noticed when I started using noice.nvim for cmdline.

Certainly. It's a simple code addition. I can do a pull request.

Which color would you prefer for the command mode? Is yellow ok? Like in this gif:

noice

tiagovla commented 6 months ago

Yeah.

shreyas-a-s commented 6 months ago

PR submitted.