Skip to content

Commit aad1e68

Browse files
author
Miguel Solorio
authored
Merge pull request microsoft#82395 from microsoft/misolori/monokai-theme
Improve readability of comments in diff view for Monokai theme
2 parents c534a1c + 12625aa commit aad1e68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/theme-monokai/themes/monokai-color-theme.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"focusBorder": "#75715E",
6666
"editorWidget.background": "#1e1f1c",
6767
"debugToolBar.background": "#1e1f1c",
68-
"diffEditor.insertedTextBackground": "#66852880", // middle of #272822 and #a6e22e
69-
"diffEditor.removedTextBackground": "#90274A80", // middle of #272822 and #f92672
68+
"diffEditor.insertedTextBackground": "#4b661680", // middle of #272822 and #a6e22e
69+
"diffEditor.removedTextBackground": "#90274A70", // middle of #272822 and #f92672
7070
"inputValidation.errorBackground": "#90274A", // middle of #272822 and #f92672
7171
"inputValidation.errorBorder": "#f92672",
7272
"inputValidation.warningBackground": "#848528", // middle of #272822 and #e2e22e
@@ -123,7 +123,7 @@
123123
"name": "Comment",
124124
"scope": "comment",
125125
"settings": {
126-
"foreground": "#75715E"
126+
"foreground": "#88846f"
127127
}
128128
},
129129
{

0 commit comments

Comments
 (0)