Skip to content

Commit 6e9712e

Browse files
authored
use muted for git.blame.editorDecorationForeground (#111)
1 parent 73089ae commit 6e9712e

7 files changed

+7
-0
lines changed

themes/_pinecone-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
"extensionIcon.verifiedForeground": "$iris",
246246
"focusBorder": "$highlightMed",
247247
"foreground": "$text",
248+
"git.blame.editorDecorationForeground": "$muted",
248249
"gitDecoration.addedResourceForeground": "$foam",
249250
"gitDecoration.conflictingResourceForeground": "$love",
250251
"gitDecoration.deletedResourceForeground": "$subtle",

themes/rose-pine-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"extensionIcon.verifiedForeground": "#c4a7e7",
217217
"focusBorder": "#6e6a8633",
218218
"foreground": "#e0def4",
219+
"git.blame.editorDecorationForeground": "#6e6a86",
219220
"gitDecoration.addedResourceForeground": "#9ccfd8",
220221
"gitDecoration.conflictingResourceForeground": "#eb6f92",
221222
"gitDecoration.deletedResourceForeground": "#908caa",

themes/rose-pine-dawn-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"extensionIcon.verifiedForeground": "#907aa9",
217217
"focusBorder": "#6e6a8614",
218218
"foreground": "#575279",
219+
"git.blame.editorDecorationForeground": "#9893a5",
219220
"gitDecoration.addedResourceForeground": "#56949f",
220221
"gitDecoration.conflictingResourceForeground": "#b4637a",
221222
"gitDecoration.deletedResourceForeground": "#797593",

themes/rose-pine-dawn-no-italics-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"extensionIcon.verifiedForeground": "#907aa9",
217217
"focusBorder": "#6e6a8614",
218218
"foreground": "#575279",
219+
"git.blame.editorDecorationForeground": "#9893a5",
219220
"gitDecoration.addedResourceForeground": "#56949f",
220221
"gitDecoration.conflictingResourceForeground": "#b4637a",
221222
"gitDecoration.deletedResourceForeground": "#797593",

themes/rose-pine-moon-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"extensionIcon.verifiedForeground": "#c4a7e7",
217217
"focusBorder": "#817c9c26",
218218
"foreground": "#e0def4",
219+
"git.blame.editorDecorationForeground": "#6e6a86",
219220
"gitDecoration.addedResourceForeground": "#9ccfd8",
220221
"gitDecoration.conflictingResourceForeground": "#eb6f92",
221222
"gitDecoration.deletedResourceForeground": "#908caa",

themes/rose-pine-moon-no-italics-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"extensionIcon.verifiedForeground": "#c4a7e7",
217217
"focusBorder": "#817c9c26",
218218
"foreground": "#e0def4",
219+
"git.blame.editorDecorationForeground": "#6e6a86",
219220
"gitDecoration.addedResourceForeground": "#9ccfd8",
220221
"gitDecoration.conflictingResourceForeground": "#eb6f92",
221222
"gitDecoration.deletedResourceForeground": "#908caa",

themes/rose-pine-no-italics-color-theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"extensionIcon.verifiedForeground": "#c4a7e7",
217217
"focusBorder": "#6e6a8633",
218218
"foreground": "#e0def4",
219+
"git.blame.editorDecorationForeground": "#6e6a86",
219220
"gitDecoration.addedResourceForeground": "#9ccfd8",
220221
"gitDecoration.conflictingResourceForeground": "#eb6f92",
221222
"gitDecoration.deletedResourceForeground": "#908caa",

0 commit comments

Comments
 (0)