Skip to content

Git blame editor decoration is too loud #275

@ile-24556

Description

@ile-24556

Git blame editor decoration may be too loud, as if it were the code itself.

Steps to reproduce

  1. Enable git.blame.editorDecoration.enabled. See the official description:
    Using Git source control in VS Code > Git blame information
  2. Open a Git repository folder.
  3. Open a tracked file.

Then, commit information will be displayed in the body text color:
Git blame editor decoration in the body text color

Workaround

Insert the following snippet into settings.json:

"workbench.colorCustomizations": {
  "[Nord]": {
    "git.blame.editorDecorationForeground": "#616e88"
  }
},

Then, it will be displayed in the comment color:
Git blame editor decoration in the comment color

Related information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions