-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issues with Bearded Theme - Color Inconsistencies and Inactive Lines #1
Comments
Thank you for the feedback! I will try to fix the inconsistencies between languages. Although i'm a bit confused when you mentioned the inactive lines for bracket beginnings and endings, could you maybe send an example? Also, are there any other variants (outside of vivid) you would want added? |
I see what you mean now. do you mind telling me which plugin you use for the indent lines? I probably just need to add support for plugins that add those. |
I use Lazyvim distro and I think they use indent-blankline and mini.indentscope to handle it. |
Hello! I'm sorry for the kind of wait, but I think I might have sorted out the indent-blankline and indentscope issue, although i'm not entirely sure, so I would appreciate some feedback on it. When it comes to the consistencies between different syntaxes, I would still need to see if I can do anything. |
thanks for the effort. I will check it and give you a feedback. |
I have just checked it in some js, ts, jsx, tsx files but I have noticed that unfortuneatly everything is the same as before. |
Feedback on Bearded Theme for Neovim
I hope this message finds you well. Firstly, I wanted to express my appreciation for your work on the Bearded Theme for Neovim. It's been a delightful addition to my coding environment, reminiscent of the setup I enjoyed while using VSCode.
As I've transitioned to Neovim and adopted the Bearded Theme, I've encountered a couple of issues that I believe are worth addressing:
Color Differences between Neovim and VSCode
Upon comparing files opened in Neovim with the Bearded Theme and VSCode with the Bearded Theme, I've noticed discrepancies in color representation, particularly in React and .tsx files. Ensuring consistency across different editors is crucial for maintaining a seamless workflow, and resolving these color inconsistencies would greatly enhance user experience.
Indent Guides
The lines that link the beginning and end of brackets, such as parentheses, braces, and square brackets. Similarly, in HTML files, these lines connect the opening and closing tags. While these lines do change color when the cursor is on them in all Neovim themes to indicate where I am in the code, they don't become active as expected. Instead, they remain static, which can lead to confusion and detracts from their utility in code navigation.
I hope this clarification helps in addressing the issues more effectively. Your attention to these matters would greatly contribute to improving the overall usability and aesthetics of the Bearded Theme.
Thank you for your dedication to maintaining and enhancing this excellent theme. I eagerly await your response and any updates you may provide.
The text was updated successfully, but these errors were encountered: