Skip to content

Commit

Permalink
feat: set noTabsBackground to the same as editor background, add icon…
Browse files Browse the repository at this point in the history
….foreground (#100)
  • Loading branch information
amalchuk authored May 9, 2024
1 parent 7617239 commit 6c78e7a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Special thank to [Pavel Pertsev](https://github.com/morhetz), the creator of [gr
- [Christian Klaussner](https://github.com/klaussner)
- [Anton Shpigunov](https://github.com/shpigunov)
- [Piotr Więckiewicz](https://github.com/piotrwieckiewicz)
- [Andrew Malchuk](https://github.com/amalchuk)

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 @@ -15,7 +15,8 @@
"Huip van den Ende (https://github.com/huipvandenende)",
"Christian Klaussner (https://github.com/klaussner)",
"Anton Shpigunov (https://github.com/shpigunov)",
"Piotr Więckiewicz (https://github.com/piotrwieckiewicz)"
"Piotr Więckiewicz (https://github.com/piotrwieckiewicz)",
"Andrew Malchuk (https://github.com/amalchuk)"
],
"publisher": "jdinhlife",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@
"widget.shadow": "#1d202130",
"selection.background": "#689d6a80",
"errorForeground": "#fb4934",
"icon.foreground": "#ebdbb2",
// BUTTON
"button.background": "#45858880",
"button.foreground": "#ebdbb2",
Expand Down Expand Up @@ -924,7 +925,7 @@
// EDITOR GROUPS
"editorGroup.border": "#3c3836",
"editorGroup.dropBackground": "#3c383660",
"editorGroupHeader.noTabsBackground": "#3c3836",
"editorGroupHeader.noTabsBackground": "#1d2021",
"editorGroupHeader.tabsBackground": "#1d2021",
"editorGroupHeader.tabsBorder": "#3c3836",
// TABS
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@
"widget.shadow": "#28282830",
"selection.background": "#689d6a80",
"errorForeground": "#fb4934",
"icon.foreground": "#ebdbb2",
// BUTTON
"button.background": "#45858880",
"button.foreground": "#ebdbb2",
Expand Down Expand Up @@ -924,7 +925,7 @@
// EDITOR GROUPS
"editorGroup.border": "#3c3836",
"editorGroup.dropBackground": "#3c383660",
"editorGroupHeader.noTabsBackground": "#3c3836",
"editorGroupHeader.noTabsBackground": "#282828",
"editorGroupHeader.tabsBackground": "#282828",
"editorGroupHeader.tabsBorder": "#3c3836",
// TABS
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@
"widget.shadow": "#32302f30",
"selection.background": "#689d6a80",
"errorForeground": "#fb4934",
"icon.foreground": "#ebdbb2",
// BUTTON
"button.background": "#45858880",
"button.foreground": "#ebdbb2",
Expand Down Expand Up @@ -924,7 +925,7 @@
// EDITOR GROUPS
"editorGroup.border": "#3c3836",
"editorGroup.dropBackground": "#3c383660",
"editorGroupHeader.noTabsBackground": "#3c3836",
"editorGroupHeader.noTabsBackground": "#32302f",
"editorGroupHeader.tabsBackground": "#32302f",
"editorGroupHeader.tabsBorder": "#3c3836",
// TABS
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@
"widget.shadow": "#f9f5d730",
"selection.background": "#689d6a80",
"errorForeground": "#9d0006",
"icon.foreground": "#3c3836",
// BUTTON
"button.background": "#45858880",
"button.foreground": "#3c3836",
Expand Down Expand Up @@ -923,7 +924,7 @@
// EDITOR GROUPS
"editorGroup.border": "#ebdbb2",
"editorGroup.dropBackground": "#ebdbb260",
"editorGroupHeader.noTabsBackground": "#ebdbb2",
"editorGroupHeader.noTabsBackground": "#f9f5d7",
"editorGroupHeader.tabsBackground": "#f9f5d7",
"editorGroupHeader.tabsBorder": "#ebdbb2",
// TABS
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@
"widget.shadow": "#fbf1c730",
"selection.background": "#689d6a80",
"errorForeground": "#9d0006",
"icon.foreground": "#3c3836",
// BUTTON
"button.background": "#45858880",
"button.foreground": "#3c3836",
Expand Down Expand Up @@ -923,7 +924,7 @@
// EDITOR GROUPS
"editorGroup.border": "#ebdbb2",
"editorGroup.dropBackground": "#ebdbb260",
"editorGroupHeader.noTabsBackground": "#ebdbb2",
"editorGroupHeader.noTabsBackground": "#fbf1c7",
"editorGroupHeader.tabsBackground": "#fbf1c7",
"editorGroupHeader.tabsBorder": "#ebdbb2",
// TABS
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@
"widget.shadow": "#f2e5bc30",
"selection.background": "#689d6a80",
"errorForeground": "#9d0006",
"icon.foreground": "#3c3836",
// BUTTON
"button.background": "#45858880",
"button.foreground": "#3c3836",
Expand Down Expand Up @@ -923,7 +924,7 @@
// EDITOR GROUPS
"editorGroup.border": "#ebdbb2",
"editorGroup.dropBackground": "#ebdbb260",
"editorGroupHeader.noTabsBackground": "#ebdbb2",
"editorGroupHeader.noTabsBackground": "#f2e5bc",
"editorGroupHeader.tabsBackground": "#f2e5bc",
"editorGroupHeader.tabsBorder": "#ebdbb2",
// TABS
Expand Down

0 comments on commit 6c78e7a

Please sign in to comment.