Skip to content

Commit

Permalink
Improve the Diff Editor highlight. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-iholkin committed Dec 12, 2021
1 parent f053025 commit 681a84a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "respectmyeyes",
"version": "1.1.0",
"version": "1.2.0",
"displayName": "RespectMyEyes light theme",
"description": "A light theme focused on the front-end web stack : TypeScript/JavaScript + React + HTML + CSS.",
"publisher": "dima-iholkin",
Expand Down
8 changes: 8 additions & 0 deletions themes/RespectMyEyes-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,14 @@
//
//
// ====================================================
// Diff Editor:
//
"diffEditor.insertedTextBackground": "#00B00020",
"diffEditor.removedTextBackground": "#FF000020",
//
//
//
// ====================================================
// (Tabs) Editor Group Header: it's where the tabs are situated.
//
"editorGroupHeader.tabsBackground": "#f3f3f3",
Expand Down

0 comments on commit 681a84a

Please sign in to comment.