NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.08k stars 241 forks source link

Diff collors are off with default neovim colorscheme #1513

Open supermarin opened 1 month ago

supermarin commented 1 month ago

Description

One would expect red/green for -/+ lines, but with the default neovim colorscheme they're blue/green. It would be awesome if colors looked correct with default config.

Neovim version

NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713773202

Operating system and version

nixos HEAD

Steps to reproduce

  1. install neogit
  2. launch neogit

Expected behavior

No response

Actual behavior

2024-10-20_20-10-1729471093

Minimal config

require("neogit").setup({}) -- For instance, setup Neogit