Skip to content

Commit

Permalink
馃悰 FIX: Diff colors fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 9, 2024
1 parent a2a8e7e commit 1d9975a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions themes/shades-of-purple-color-theme-italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@

// Diff Editor.
// https: //code.visualstudio.com/docs/getstarted/theme-color-reference#_diff-editor-colors
"diffEditor.insertedTextBackground": "#00FF000E",
"diffEditor.insertedTextBorder": "#00FF009A",
"diffEditor.removedTextBackground": "#FF000D1A",
"diffEditor.removedTextBorder": "#FF000D81",
"diffEditor.insertedTextBackground": "#3AD90020",
"diffEditor.removedTextBackground": "#EE3A4320",

// Editor Groups & Tabs.
// "editorGroup.background": "#EC3A37F5", // Deprecated in v1.25
Expand Down
6 changes: 2 additions & 4 deletions themes/shades-of-purple-color-theme-super-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@

// Diff Editor.
// https: //code.visualstudio.com/docs/getstarted/theme-color-reference#_diff-editor-colors
"diffEditor.insertedTextBackground": "#00FF000E",
"diffEditor.insertedTextBorder": "#00FF009A",
"diffEditor.removedTextBackground": "#FF000D1A",
"diffEditor.removedTextBorder": "#FF000D81",
"diffEditor.insertedTextBackground": "#3AD90020",
"diffEditor.removedTextBackground": "#EE3A4320",

// Editor Groups & Tabs.
// "editorGroup.background": "#EC3A37F5", // Deprecated in v1.25
Expand Down
8 changes: 3 additions & 5 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,9 @@
"editorGutter.modifiedBackground": "#AD70FC46",

// Diff Editor.
// https: //code.visualstudio.com/docs/getstarted/theme-color-reference#_diff-editor-colors
"diffEditor.insertedTextBackground": "#00FF000E",
"diffEditor.insertedTextBorder": "#00FF009A",
"diffEditor.removedTextBackground": "#FF000D1A",
"diffEditor.removedTextBorder": "#FF000D81",
// https://code.visualstudio.com/docs/getstarted/theme-color-reference#_diff-editor-colors
"diffEditor.insertedTextBackground": "#3AD90020",
"diffEditor.removedTextBackground": "#EE3A4320",

// Editor Groups & Tabs.
// "editorGroup.background": "#EC3A37F5", // Deprecated in v1.25
Expand Down

0 comments on commit 1d9975a

Please sign in to comment.