ghContrast": "#BEBEBE" } }, { "id": "gitlens.gutterUncommittedForegroundColor", "description": "Specifies the foreground color of an uncommitted line in the file blame annotations", "defaults": { "dark": "#00BCF299", "light": "#00BCF299", "highContrast": "#00BCF2FF" } }, { "id": "gitlens.trailingLineBackgroundColor", "description": "Specifies the background color of the inline blame annotation for the current line", "defaults": { "dark": "#00000000", "light": "#00000000", "highContrast": "#00000000" } }, { "id": "gitlens.trailingLineForegroundColor", "description": "Specifies the foreground color of the inline blame annotation for the current line", "defaults": { "dark": "#99999959", "light": "#99999959", "highContrast": "#99999999" } }, { "id": "gitlens.lineHighlightBackgroundColor", "description": "Specifies the background color of the associated line highlights in blame annotations", "defaults": { "dark": "#00BCF233", "light": "#00BCF233", "highContrast": "#00BCF233" } }, { "id": "gitlens.lineHighlightOverviewRulerColor", "description": "Specifies the scroll bar color of the associated line highlights in blame annotations", "defaults": { "dark": "#00BCF299", "light": "#00BCF299", "highContrast": "#00BCF299" } }, { "id": "gitlens.openAutolinkedIssueIconColor", "defaults": { "dark": "#3fb950", "light": "#1a7f37", "highContrast": "#68ff79" }, "description": "Specifies the icon color of open issues in the GitLens views" }, { "id": "gitlens.closedAutolinkedIssueIconColor", "defaults": { "dark": "#a371f7", "light": "#8250df", "highContrast": "#8945ff" }, "description": "Specifies the icon color of closed issues in the GitLens views" }, { "id": "gitlens.closedPullRequestIconColor", "description": "Specifies the icon color of closed pull requests in the GitLens views", "defaults": { "dark": "#f85149", "light": "#cf222e", "highContrast": "#ff544b" } }, { "id": "gitlens.openPullRequestIconColor", "description": "Specifies the icon color of open pull requests in the GitLens views", "defaults": { "dark": "#3fb950", "light": "#1a7f37", "highContrast": "#68ff79" } }, { "id": "gitlens.mergedPullRequestIconColor", "description": "Specifies the icon color of merged pull requests in the GitLens views", "defaults": { "dark": "#a371f7", "light": "#8250df", "highContrast": "#8945ff" } }, { "id": "gitlens.unpublishedChangesIconColor", "description": "Specifies the icon color of unpublished changes in the GitLens views", "defaults": { "dark": "#35b15e", "light": "#35b15e", "highContrast": "#4dff88" } }, { "id": "gitlens.unpublishedCommitIconColor", "description": "Specifies the icon color of unpublished commits in the GitLens views", "defaults": { "dark": "#35b15e", "light": "#35b15e", "highContrast": "#4dff88" } }, { "id": "gitlens.unpulledChangesIconColor", "description": "Specifies the icon color of unpulled changes in the GitLens views", "defaults": { "dark": "#b15e35", "light": "#b15e35", "highContrast": "#ff874c" } }, { "id": "gitlens.decorations.addedForegroundColor", "description": "Specifies the decoration foreground color of added files", "defaults": { "light": "gitDecoration.addedResourceForeground", "dark": "gitDecoration.addedResourceForeground", "highContrast": "gitDecoration.addedResourceForeground" } }, { "id": "gitlens.decorations.copiedForegroundColor", "description": "Specifies the decoration foreground color of copied files", "defaults": { "light": "gitDecoration.renamedResourceForeground", "dark": "gitDecoration.renamedResourceForeground", "highContrast": "gitDecoration.renamedResourceForeground" } }, { "id": "gitlens.decorations.deletedForegroundColor", "description": "Specifies the decoration foreground color of deleted files", "defaults": { "light": "gitDecoration.deletedResourceForeground", "dark": "gitDecoration.deletedResourceForeground", "highContrast": "gitDecoration.deletedResourceForeground" } }, { "id": "gitlens.decorations.ignoredForegroundColor", "description": "Specifies the decoration foreground color of ignored files", "defaults": { "light": "gitDecoration.ignoredResourceForeground", "dark": "gitDecoration.ignoredResourceForeground", "highContrast": "gitDecoration.ignoredResourceForeground" } }, { "id": "gitlens.decorations.modifiedForegroundColor", "description": "Specifies the decoration foreground color of modified files", "defaults": { "light": "gitDecoration.modifiedResourceForeground", "dark": "gitDecoration.modifiedResourceForeground", "highContrast": "gitDecoration.modifiedResourceForeground" } }, { "id": "gitlens.decorations.untrackedForegroundColor", "description": "Specifies the decoration foreground color of untracked files", "defaults": { "light": "gitDecoration.untrackedResourceForeground", "dark": "gitDecoration.untrackedResourceForeground", "highContrast": "gitDecoration.untrackedResourceForeground" } }, { "id": "gitlens.decorations.renamedForegroundColor", "description": "Specifies the decoration foreground color of renamed files", "defaults": { "light": "gitDecoration.renamedResourceForeground", "dark": "gitDecoration.renamedResourceForeground", "highContrast": "gitDecoration.renamedResourceForeground" } }, { "id": "gitlens.decorations.branchAheadForegroundColor", "description": "Specifies the decoration foreground color of branches that are ahead of their upstream", "defaults": { "dark": "#35b15e", "light": "#35b15e", "highContrast": "#4dff88" } }, { "id": "gitlens.decorations.branchBehindForegroundColor", "description": "Specifies the decoration foreground color of branches that are behind their upstream", "defaults": { "dark": "#b15e35", "light": "#b15e35", "highContrast": "#ff874c" } }, { "id": "gitlens.decorations.branchDivergedForegroundColor", "description": "Specifies the decoration foreground color of branches that are both ahead and behind their upstream", "defaults": { "dark": "#D8AF1B", "light": "#D8AF1B", "highContrast": "#D8AF1B" } }, { "id": "gitlens.decorations.branchUpToDateForegroundColor", "description": "Specifies the decoration foreground color of branches that are up to date with their upstream", "defaults": { "dark": "sideBar.foreground", "light": "sideBar.foreground", "highContrast": "sideBar.foreground" } }, { "id": "gitlens.decorations.branchUnpublishedForegroundColor", "description": "Specifies the decoration foreground color of branches that are not yet published to an upstream", "defaults": { "dark": "sideBar.foreground", "light": "sideBar.foreground", "highContrast": "sideBar.foreground" } }, { "id": "gitlens.decorations.branchMissingUpstreamForegroundColor", "description": "Specifies the decoration foreground color of branches that have a missing upstream", "defaults": { "light": "#ad0707", "dark": "#c74e39", "highContrast": "#c74e39" } }, { "id": "gitlens.decorations.statusMergingOrRebasingConflictForegroundColor", "description": "Specifies the decoration foreground color of the status during a rebase operation with conflicts", "defaults": { "light": "#ad0707", "dark": "#c74e39", "highContrast": "#c74e39" } }, { "id": "gitlens.decorations.statusMergingOrRebasingForegroundColor", "description": "Specifies the decoration foreground color of the status during a rebase operation", "defaults": { "dark": "#D8AF1B", "light": "#D8AF1B", "highContrast": "#D8AF1B" } }, { "id": "gitlens.decorations.workspaceRepoMissingForegroundColor", "description": "Specifies the decoration foreground color of workspace repos which are missing a local path", "defaults": { "dark": "#909090", "light": "#949494", "highContrast": "#d3d3d3" } }, { "id": "gitlens.decorations.workspaceCurrentForegroundColor", "description": "Specifies the decoration foreground color of workspaces which are currently open as a Code Workspace file", "defaults": { "dark": "#35b15e", "light": "#35b15e", "highContrast": "#4dff88" } }, { "id": "gitlens.decorations.workspaceRepoOpenForegroundColor", "description": "Specifies the decoration foreground color of workspace repos which are open in the current workspace", "defaults": { "dark": "#35b15e", "light": "#35b15e", "highContrast": "#4dff88" } }, { "id": "gitlens.decorations.worktreeHasUncommittedChangesForegroundColor", "description": "Specifies the decoration foreground color for worktrees that have uncommitted changes", "defaults": { "light": "#895503", "dark": "#E2C08D", "highContrast": "#E2C08D" } }, { "id": "gitlens.decorations.worktreeMissingForegroundColor", "description": "Specifies the decoration foreground color for worktrees cannot be found on disk", "defaults": { "light": "#ad0707", "dark": "#c74e39", "highContrast": "#c74e39" } }, { "id": "gitlens.graphLane1Color", "description": "Specifies the color for the first commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#15a0bf", "dark": "#15a0bf", "highContrast": "#15a0bf" } }, { "id": "gitlens.graphLane2Color", "description": "Specifies the color for the second commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#0669f7", "dark": "#0669f7", "highContrast": "#0669f7" } }, { "id": "gitlens.graphLane3Color", "description": "Specifies the color for the third commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#8e00c2", "dark": "#8e00c2", "highContrast": "#8e00c2" } }, { "id": "gitlens.graphLane4Color", "description": "Specifies the color for the fourth commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#c517b6", "dark": "#c517b6", "highContrast": "#c517b6" } }, { "id": "gitlens.graphLane5Color", "description": "Specifies the color for the fifth commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#d90171", "dark": "#d90171", "highContrast": "#d90171" } }, { "id": "gitlens.graphLane6Color", "description": "Specifies the color for the sixth commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#cd0101", "dark": "#cd0101", "highContrast": "#cd0101" } }, { "id": "gitlens.graphLane7Color", "description": "Specifies the color for the seventh commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#f25d2e", "dark": "#f25d2e", "highContrast": "#f25d2e" } }, { "id": "gitlens.graphLane8Color", "description": "Specifies the color for the eighth commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#f2ca33", "dark": "#f2ca33", "highContrast": "#f2ca33" } }, { "id": "gitlens.graphLane9Color", "description": "Specifies the color for the ninth commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#7bd938", "dark": "#7bd938", "highContrast": "#7bd938" } }, { "id": "gitlens.graphLane10Color", "description": "Specifies the color for the tenth commit lane of the _Commit Graph_ visualization", "defaults": { "light": "#