Skip to content

Commit

Permalink
fix: 🐛 remove text borders in diff editor (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaussner authored Sep 4, 2021
1 parent ffa157e commit 4e4d470
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Special thank to [Pavel Pertsev](https://github.com/morhetz), the creator of [gr
- [Layo](https://github.com/layoaster)
- [Maxim Tsoy](https://github.com/muodov)
- [Huip van den Ende](https://github.com/huipvandenende)
- [Christian Klaussner](https://github.com/klaussner)

Thanks for help to make the Gruvbox theme better.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"sedmicha (https://github.com/sedmicha)",
"Layo (https://github.com/layoaster)",
"Maxim Tsoy (https://github.com/muodov)",
"Huip van den Ende (https://github.com/huipvandenende)"
"Huip van den Ende (https://github.com/huipvandenende)",
"Christian Klaussner (https://github.com/klaussner)"
],
"publisher": "jdinhlife",
"engines": {
Expand Down
2 changes: 0 additions & 2 deletions themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,9 +1064,7 @@
"editorInfo.foreground": "#458588",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#b8bb2630",
"diffEditor.insertedTextBorder": "#98971a00",
"diffEditor.removedTextBackground": "#fb493430",
"diffEditor.removedTextBorder": "#cc241d00",
// WIDGET
"editorWidget.background": "#1d2021",
"editorWidget.border": "#3c3836",
Expand Down
2 changes: 0 additions & 2 deletions themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,9 +1064,7 @@
"editorInfo.foreground": "#458588",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#b8bb2630",
"diffEditor.insertedTextBorder": "#98971a00",
"diffEditor.removedTextBackground": "#fb493430",
"diffEditor.removedTextBorder": "#cc241d00",
// WIDGET
"editorWidget.background": "#282828",
"editorWidget.border": "#3c3836",
Expand Down
2 changes: 0 additions & 2 deletions themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,9 +1064,7 @@
"editorInfo.foreground": "#458588",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#b8bb2630",
"diffEditor.insertedTextBorder": "#98971a00",
"diffEditor.removedTextBackground": "#fb493430",
"diffEditor.removedTextBorder": "#cc241d00",
// WIDGET
"editorWidget.background": "#32302f",
"editorWidget.border": "#3c3836",
Expand Down
2 changes: 0 additions & 2 deletions themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1063,9 +1063,7 @@
"editorInfo.foreground": "#458588",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#79740e30",
"diffEditor.insertedTextBorder": "#98971a00",
"diffEditor.removedTextBackground": "#9d000630",
"diffEditor.removedTextBorder": "#cc241d00",
// WIDGET
"editorWidget.background": "#f9f5d7",
"editorWidget.border": "#ebdbb2",
Expand Down
2 changes: 0 additions & 2 deletions themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1063,9 +1063,7 @@
"editorInfo.foreground": "#458588",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#79740e30",
"diffEditor.insertedTextBorder": "#98971a00",
"diffEditor.removedTextBackground": "#9d000630",
"diffEditor.removedTextBorder": "#cc241d00",
// WIDGET
"editorWidget.background": "#fbf1c7",
"editorWidget.border": "#ebdbb2",
Expand Down
2 changes: 0 additions & 2 deletions themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1063,9 +1063,7 @@
"editorInfo.foreground": "#458588",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#79740e30",
"diffEditor.insertedTextBorder": "#98971a00",
"diffEditor.removedTextBackground": "#9d000630",
"diffEditor.removedTextBorder": "#cc241d00",
// WIDGET
"editorWidget.background": "#f2e5bc",
"editorWidget.border": "#ebdbb2",
Expand Down

0 comments on commit 4e4d470

Please sign in to comment.