Shatur / neovim-ayu

Ayu theme for Neovim.
GNU General Public License v3.0
430 stars 45 forks source link

Update terminal color #5

Closed windwp closed 3 years ago

windwp commented 3 years ago

it should be white, not black.

Shatur commented 3 years ago

Thanks! Could you please provide a before and after screenshot?

windwp commented 3 years ago

I am sure the terminal color 7 is a light color not dark. maybe you need to change it when background is light but if background is dark then that color should be a white

https://github.com/search?q=vim.g.terminal_color_7&type=code

before ayu_black

after ayu_white

I use it on status line https://github.com/windwp/windline.nvim#colors

Shatur commented 3 years ago

Your new variant definitely looks better!

maybe you need to change it when background is light but if background is dark then that color should be a white

Could you show me how it looks with after :set background=light?

windwp commented 3 years ago

i update it to fg color to make it work on light theme

ayu_fg

Shatur commented 3 years ago

i update it to fg color to make it work on light theme

Makes sense. Thank you!