Skip to content

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

@expipiplus1

Description

@expipiplus1

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions