Skip to content

Consider more contrast for comments #241

@josh-k-cb

Description

@josh-k-cb

Description

The theme could benefit from more color contrast for comments in Typescript files, especially during diff.

Standard comment:
image

Diff comment:
image

I've personally applied these:

  "editor.tokenColorCustomizations": {
    "[Nord]": {
      "comments": "#81A1C1"
    }
  },
  "workbench.colorCustomizations": {
    "[Nord]": {
      "diffEditor.insertedTextBackground": "#5E81AC33"
    }
  }

to get this:

Standard comment:
image

Diff comment:
image

My solution might not be 'pure Nord' but I can read comments during diff, which is nice

Benefits

Readability

Possible Drawbacks

Objective opinion

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions