Skip to content

Commit

Permalink
feat: editorHoverWidget.statusBarBackground
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Feb 24, 2024
1 parent c59e6db commit de37f82
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/moegi-black-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"editorWidget.background": "#181818",
"editorSuggestWidget.background": "#0a0a0a",
"editorSuggestWidget.selectedBackground": "#292929",
"editorHoverWidget.statusBarBackground": "#292929",
"editorStickyScrollHover.background": "#292929",
// Peek view colors
"peekView.border": "#444444",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-black-zen-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"editorWidget.background": "#181818",
"editorSuggestWidget.background": "#0a0a0a",
"editorSuggestWidget.selectedBackground": "#292929",
"editorHoverWidget.statusBarBackground": "#292929",
"editorStickyScrollHover.background": "#292929",
// Peek view colors
"peekView.border": "#444444",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"editorWidget.background": "#2a2a2a",
"editorSuggestWidget.background": "#202020",
"editorSuggestWidget.selectedBackground": "#333333",
"editorHoverWidget.statusBarBackground": "#333333",
"editorStickyScrollHover.background": "#333333",
// Peek view colors
"peekView.border": "#666666",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-dark-vitesse-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"editorWidget.background": "#2a2a2a",
"editorSuggestWidget.background": "#202020",
"editorSuggestWidget.selectedBackground": "#333333",
"editorHoverWidget.statusBarBackground": "#333333",
"editorStickyScrollHover.background": "#333333",
// Peek view colors
"peekView.border": "#666666",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-dawn-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"editorWidget.background": "#fff9f3",
"editorSuggestWidget.background": "#fff9f3",
"editorSuggestWidget.selectedBackground": "#f5efe9",
"editorHoverWidget.statusBarBackground": "#f5efe9",
"editorStickyScrollHover.background": "#f5efe9",
// Peek view colors
"peekView.border": "#c8bfb7",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-iris-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"editorWidget.background": "#fbf3ff",
"editorSuggestWidget.background": "#fbf3ff",
"editorSuggestWidget.selectedBackground": "#f1e9f5",
"editorHoverWidget.statusBarBackground": "#f1e9f5",
"editorStickyScrollHover.background": "#f1e9f5",
// Peek view colors
"peekView.border": "#c3b7c8",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-light-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"editorWidget.background": "#fbfbfb",
"editorSuggestWidget.background": "#fbfbfb",
"editorSuggestWidget.selectedBackground": "#f6f6f6",
"editorHoverWidget.statusBarBackground": "#f6f6f6",
"editorStickyScrollHover.background": "#f6f6f6",
// Peek view colors
"peekView.border": "#cccccc",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-light-vitesse-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"editorWidget.background": "#fbfbfb",
"editorSuggestWidget.background": "#fbfbfb",
"editorSuggestWidget.selectedBackground": "#f6f6f6",
"editorHoverWidget.statusBarBackground": "#f6f6f6",
"editorStickyScrollHover.background": "#f6f6f6",
// Peek view colors
"peekView.border": "#cccccc",
Expand Down
1 change: 1 addition & 0 deletions themes/moegi-space-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"editorWidget.background": "#2d2a3e",
"editorSuggestWidget.background": "#2d2a3e",
"editorSuggestWidget.selectedBackground": "#48425d",
"editorHoverWidget.statusBarBackground": "#48425d",
"editorStickyScrollHover.background": "#2d2a3e",
// Peek view colors
"peekView.border": "#68627d",
Expand Down

0 comments on commit de37f82

Please sign in to comment.