Skip to content
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

The current lines in the debugger have a background color the same as some foreground elements #263

Open
expipiplus1 opened this issue Apr 5, 2023 · 1 comment

Comments

@expipiplus1
Copy link

expipiplus1 commented Apr 5, 2023

For example the parentheses here, Overall the contrast in the line is low and difficult to make out.

image

To be consistent with how other themes work, I've changed things to a transparent green and yellow (from nord) for focused and unfocused lines.

    "workbench.colorCustomizations": {
        "[Nord]": {
            "editor.focusedStackFrameHighlightBackground": "#a3be8c33",
            "editor.stackFrameHighlightBackground": "#ebcb8b33",
        }
    }

imageimage

@svengreb
Copy link
Member

Thank you for your patience! 🙏🏼
It‘s been a while since I had free time to focus more on Nord, and my open source projects in general, and invest time in this issue due to work-life balance.

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 for triage in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement.


@expipiplus1 Thanks again for your contribution 🚀
The issue has been added for triage to be planned in for the next iterations!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: triage
Development

No branches or pull requests

2 participants