-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Styling issues in TypeScript LSP hover docs : black background to text #1948
Comments
I'm guessing it's this line right here that's causing it: helix/runtime/themes/dark_plus.toml Line 77 in 9782204
Could you try deleting |
@kirawi Great to hear from the theme creator, deleting I have been comparing your theme to VS Code online https://vscode.dev/github/microsoft/vscode and Neovim https://github.com/Mofiqul/vscode.nvim, and it is good! :) I have found a problem that Markdown looks bad, loads of weird colors that are not part of the theme. Can this be fixed in the theme now? I think the Markdown treesitter parser https://github.com/MDeiml/tree-sitter-markdown/commits/main is semi-new in helix? I only found out about Helix yesterday, can't believe how good it is. |
Yeah I didn't get around to adding the markdown colors, so I think the current ones are the ones used by the default theme. I'll try to see if I can do that sometime soon. |
I updated the colors in #1989 |
@kirawi Afraid there is a bug. I can't select a code action, there is no highlight to see what I am doing. In other themes there is a highlight. |
I'll look into that too. |
@kirawi Also the HTML highlighting seems wrong: helixneovim using treesitter https://github.com/Mofiqul/vscode.nvimvs code online https://vscode.dev/github/microsoft/vscode
|
Both will be fixed in #2014 |
Summary
With the TypeScript language server there is an unwanted background of black on all the text in the hover. The dialogue box is grey, but each character of the text is in a black box:
Reproduction Steps
Just look at any typescript docs with
space k
Helix log
~/.cache/helix/helix.log
Platform
linux
Terminal Emulator
kitty
Helix Version
helix 22.03 (d4e45fd)
The text was updated successfully, but these errors were encountered: