folke / tokyonight.nvim

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
Apache License 2.0
6.44k stars 433 forks source link

bug: aerc code diff is too hard to see when using `night` theme #653

Open calebdw opened 3 weeks ago

calebdw commented 3 weeks ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.11.x

Operating system/version

PopOS

Describe the bug

Hello!

Please see the following screenshot, the diff colors are too dim and are quite difficult to see in aerc when using the night theme

image

CC: @rizqicy

Thanks!

Steps To Reproduce

Expected Behavior

I would like the text to be a brighter green/red

calebdw commented 3 weeks ago

Perhaps the following would be a better color choice?

- diff_add.fg=#20303b
+ diff_add.fg=#9ece6a
- diff_del.fg=#37222c
+ diff_del.fg=#f7768e

image

I can open a PR if this is agreeable

rizqicy commented 3 weeks ago

Hi there, Perhaps i forgot to check the diff view last time 😅 please create the PR. thx