Skip to content

Commit

Permalink
feat: add sticky scroll supports (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimminss0 authored Jan 24, 2025
1 parent 021b56d commit dacad7d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Special thank to [Pavel Pertsev](https://github.com/morhetz), the creator of [gr
- [Anton Shpigunov](https://github.com/shpigunov)
- [Piotr Więckiewicz](https://github.com/piotrwieckiewicz)
- [Andrew Malchuk](https://github.com/amalchuk)
- [Minseo Kim](https://github.com/kimminss0)

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 @@ -17,7 +17,8 @@
"Anton Shpigunov (https://github.com/shpigunov)",
"Piotr Więckiewicz (https://github.com/piotrwieckiewicz)",
"Andrew Malchuk (https://github.com/amalchuk)",
"lmn451 (https://github.com/lmn451)"
"lmn451 (https://github.com/lmn451)",
"Minseo Kim (https://github.com/kimminss0)"
],
"publisher": "jdinhlife",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,9 @@
"editorBracketHighlight.foreground5": "#d79921",
"editorBracketHighlight.foreground6": "#d65d0e",
"editorBracketHighlight.unexpectedBracket.foreground": "#cc241d",
// EDITOR - STICKY SCROLL
"editorStickyScroll.shadow":"#50494599",
"editorStickyScrollHover.background":"#3c383660",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#b8bb2630",
"diffEditor.removedTextBackground": "#fb493430",
Expand Down
3 changes: 3 additions & 0 deletions themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,9 @@
"editorBracketHighlight.foreground5": "#d79921",
"editorBracketHighlight.foreground6": "#d65d0e",
"editorBracketHighlight.unexpectedBracket.foreground": "#cc241d",
// EDITOR - STICKY SCROLL
"editorStickyScroll.shadow":"#50494599",
"editorStickyScrollHover.background":"#3c383660",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#b8bb2630",
"diffEditor.removedTextBackground": "#fb493430",
Expand Down
3 changes: 3 additions & 0 deletions themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,9 @@
"editorBracketHighlight.foreground5": "#d79921",
"editorBracketHighlight.foreground6": "#d65d0e",
"editorBracketHighlight.unexpectedBracket.foreground": "#cc241d",
// EDITOR - STICKY SCROLL
"editorStickyScroll.shadow":"#50494599",
"editorStickyScrollHover.background":"#3c383660",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#b8bb2630",
"diffEditor.removedTextBackground": "#fb493430",
Expand Down
3 changes: 3 additions & 0 deletions themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,9 @@
"editorBracketHighlight.foreground5": "#d79921",
"editorBracketHighlight.foreground6": "#d65d0e",
"editorBracketHighlight.unexpectedBracket.foreground": "#cc241d",
// EDITOR - STICKY SCROLL
"editorStickyScroll.shadow":"#d5c4a199",
"editorStickyScrollHover.background":"#ebdbb260",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#79740e30",
"diffEditor.removedTextBackground": "#9d000630",
Expand Down
3 changes: 3 additions & 0 deletions themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,9 @@
"editorBracketHighlight.foreground5": "#d79921",
"editorBracketHighlight.foreground6": "#d65d0e",
"editorBracketHighlight.unexpectedBracket.foreground": "#cc241d",
// EDITOR - STICKY SCROLL
"editorStickyScroll.shadow":"#d5c4a199",
"editorStickyScrollHover.background":"#ebdbb260",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#79740e30",
"diffEditor.removedTextBackground": "#9d000630",
Expand Down
3 changes: 3 additions & 0 deletions themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,9 @@
"editorBracketHighlight.foreground5": "#d79921",
"editorBracketHighlight.foreground6": "#d65d0e",
"editorBracketHighlight.unexpectedBracket.foreground": "#cc241d",
// EDITOR - STICKY SCROLL
"editorStickyScroll.shadow":"#d5c4a199",
"editorStickyScrollHover.background":"#ebdbb260",
// DIFF EDITOR
"diffEditor.insertedTextBackground": "#79740e30",
"diffEditor.removedTextBackground": "#9d000630",
Expand Down

0 comments on commit dacad7d

Please sign in to comment.