Skip to content

Commit

Permalink
Tones down a green
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Dec 19, 2024
1 parent 81558f6 commit 47d01c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webviews/apps/plus/home/components/merge-target-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export class GlMergeTargetStatus extends LitElement {
:host-context(.vscode-dark),
:host-context(.vscode-high-contrast) {
--color-status--in-sync: #00dd00;
--color-merge--clean: #00dd00;
--color-status--in-sync: #00bb00;
--color-merge--clean: #00bb00;
--color-merge--conflict: var(--vscode-gitlens-decorations\\.statusMergingOrRebasingForegroundColor);
}
Expand Down

0 comments on commit 47d01c6

Please sign in to comment.