We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The contrast of text on active blocks (block where the cursor is) is bad.
NVIM v0.9.4 Build type: Release LuaJIT 2.1.1702233742
wezterm 20230712-072601-f4abf8fd
64dc309
Open neogit in a git repo with changes and history. :Neogit
:Neogit
Text should have better contrast.
This does not happen if I set neogit = false in my catppuccin config.
neogit = false
The cursor position is important. If I move the cursor to somewhere else it looks good.
-- DO NOT change the paths and don't remove the colorscheme local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to use .repro for _, name in ipairs({ "config", "data", "state", "cache" }) do vim.env[("XDG_%s_HOME"):format(name:upper())] = root .. "/" .. name end -- bootstrap lazy local lazypath = root .. "/plugins/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", lazypath }) end vim.opt.runtimepath:prepend(lazypath) -- install plugins local plugins = { "catppuccin/nvim", "nvim-lua/plenary.nvim", {"NeogitOrg/neogit", opts={}}, -- add any other plugins here } require("lazy").setup(plugins, { root = root .. "/plugins", }) vim.cmd.colorscheme("catppuccin") -- add anything else here
The text was updated successfully, but these errors were encountered:
I believe this bug was introduced in #614
I pushed an update, can you try it out?
Sorry, something went wrong.
fix(neogit): remove diff context highlight fg
1b40f07
close #627
Perfect. Thank you.
Successfully merging a pull request may close this issue.
Description
The contrast of text on active blocks (block where the cursor is) is bad.
Neovim version
Terminal and multiplexer
wezterm 20230712-072601-f4abf8fd
Catppuccin version / branch / rev
64dc309
Steps to reproduce
Open neogit in a git repo with changes and history.
:Neogit
Expected behavior
Text should have better contrast.
Actual behavior
This does not happen if I set
neogit = false
in my catppuccin config.The cursor position is important. If I move the cursor to somewhere else it looks good.
Repro
The text was updated successfully, but these errors were encountered: