Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indistinguishably colors for directories with untracked git changes for Neo-tree integration #607

Closed
tobias-haenel opened this issue Nov 3, 2023 · 0 comments · Fixed by #608
Labels
bug Something isn't working

Comments

@tobias-haenel
Copy link

tobias-haenel commented Nov 3, 2023

Description

The highlight groups NeoTreeDirectoryName and NeoTreeGitUntracked from the Neo-tree integration are too similar. This makes directories with untracked changes harder to distinguish from directories without any git changes.

I hope these short reproduction steps are enough for this small issue.

Proposed alternative: Change NeoTreeGitUntracked highlight group to match NeoGitUntrackedFiles (from Neogit integration).

Neovim version

NVIM v0.9.4
Build type: Release
LuaJIT 2.1.1697887905

Terminal and multiplexer

kitty 0.30.1

Catppuccin version / branch / rev

catppuccin main 40dc9f0

Steps to reproduce

  1. Setup catppuccin and Neo-tree
  2. Enable catppuccin integration for neo-tree
  3. Open a git repository
  4. Compare directory name colors of a directory with and without untracked changes

Expected behavior

Name colors for directories with and without untracked git changes should be different

Actual behavior

Name colors for directories with and without untracked git changes are the same

Repro

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant