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

incorrect colors with flash.nvim #211

Open
JohnFinn opened this issue Sep 13, 2024 · 1 comment
Open

incorrect colors with flash.nvim #211

JohnFinn opened this issue Sep 13, 2024 · 1 comment

Comments

@JohnFinn
Copy link

When using the colorscheme with flash.nvim text is highlighted and grayed out incorrectly
(Starting from 3rd second Zen mode with twilight is activated.)
Instead of being grayed out it's greened out, and highlight colors are too dim.

Kazam_screencast_00006.mp4

I think expected behavior would be similar to tokyonight.nvim where text gets gray and "jump" symbols are very bright

Kazam_screencast_00007.mp4
@JohnFinn
Copy link
Author

The following code seems to fix the issue

local colors = require("vscode.colors").get_colors()
require("vscode").setup({
  group_overrides = {
    FlashBackdrop = { fg = colors.vscGray },
    FlashLabel = { bg = "#fd0178" },
  },
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant