-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Dim Lighline Colors for Inactive Window #180
base: main
Are you sure you want to change the base?
Conversation
Reversed the colors of lightline status bar of the inactive window. This helps with knowing immediately which window is active. Otherwise, it is hard to tell from the colors which window is active and which is inactive.
Hi @husainaloos 👋, thanks for your contribution 👍 In my opinion it's harder to distinguish between the different split panes/windows when the background color of the outer left element is the same like for inactive status bars. The difference between the active and inactive panes/windows can be recognized by the background color of the status bar (that can also be configured) as well as the additional mode block next to the file name. I'd suggest this change should be better made on your side by customizing the lightline to fit your needs. |
@arcticicestudio Thanks for the feedback. I find it hard to distinguish the active/non-active panel because the status bar looks very similar in both cases. In the first screenshot, it is not clear immediately which panel is active, and one has to slow down and read the status bar to find out. Your concerns, on the other hand, are fair as well. It is indeed slightly difficult to identify the panels in the second screenshot. Do you have any recommended changes for my case? |
Thank you for your patience! 🙏🏼 I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal. Therefore it has been added to for triage in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement. @husainaloos Thank you for your patience and again for your contribution at all! 🙏🏼 |
Reversed the colors of lightline status bar of the inactive window. This
helps with knowing immediately which window is active. Otherwise, it
is hard to tell from the colors which window is active and which is
inactive.