Replies: 2 comments
-
There's no helix/helix-term/src/ui/editor.rs Lines 512 to 530 in 6f135e5 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jhscheer Yeap. That line in my config is unnecessary. I'm not very familiar with the details there. I don't even know why The main for the issue is - having good defaults out of the box. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
solarized_dark
(with minor tweaks that should irrelevant) and the bufferline with default (theme) settings looks like this:This is confusing. The "active" tab looks the same as background, making it not very distinguishable (especially when the active tab is the right-most one).
I've tweaked it locally with:
and now it looks:
Now the active tab is the only distinct element, and looks a bit like an extension of the buffer view itself, which I consider very natural, and looks very tab-like when switching buffers:
I did play a bit with making the active background slightly different than the buffer itself, but I actually didn't like it. And it would make a generic defaults for all themes harder.
Anyway - it seems that by tweaking the fallbacks in:
helix/helix-term/src/ui/editor.rs
Line 512 in d5fe08d
Beta Was this translation helpful? Give feedback.
All reactions