You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of tokyonight.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.10.2
Operating system/version
15.2
Describe the bug
The jump labels for flash jump are not clearly visible when theme is used in light mode. For the reference I am using wezterm as my terminal with the builtin tokyonight theme only.
Please see the screenshots
Dark mode is slightly better.
This is pretty much the same with eza colors as well, its very hard to see the timestamps for the recently updated files.
Steps To Reproduce
Set the colorcheme to tokyonight-day in your config.
Trigger the flash jump command with prefix s.
The prefix key on the matched patterns is not visible clearly.
Expected Behavior
The prefixes for matches should be visible just like they are with tokyonight-moon or other dark vairants.
Repro
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
{"folke/flash.nvim",
opts= {
remote_op= {
restore=true,
motion=nil,
},
jump= {
autojump=true,
}, -- automatically jump when there is only one matchmodes= {
char= {
keys= { "f", "F", "t", "T" },
jump_labels=true,
multi_line=false,
jump= {
autojump=true,
},
},
},
}}
},
})
So the light theme is essentially unusable for me at this point, is it something with my config or is it a bug ?
The text was updated successfully, but these errors were encountered:
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.2
Operating system/version
15.2
Describe the bug
The jump labels for flash jump are not clearly visible when theme is used in light mode. For the reference I am using
wezterm
as my terminal with the builtintokyonight
theme only.Please see the screenshots
Dark mode is slightly better.
This is pretty much the same with
eza
colors as well, its very hard to see the timestamps for the recently updated files.Steps To Reproduce
tokyonight-day
in your config.s
.Expected Behavior
The prefixes for matches should be visible just like they are with
tokyonight-moon
or other dark vairants.Repro
So the light theme is essentially unusable for me at this point, is it something with my config or is it a bug ?
The text was updated successfully, but these errors were encountered: