Skip to content

Commit

Permalink
feat: use a solid background for inlay hint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 16, 2024
1 parent 307a9e5 commit 625a5e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default function getTheme(options: GetThemeOptions) {
'editorGutter.foldingControlForeground': v('secondaryForeground'),

'editorInlayHint.foreground': punctuation,
'editorInlayHint.background': '#00000000',
'editorInlayHint.background': activeBackground,

'editorStickyScroll.background': activeBackground,
'editorStickyScrollHover.background': activeBackground,
Expand Down
2 changes: 1 addition & 1 deletion themes/vitesse-black.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"editorGutter.commentRangeForeground": "#dedcd550",
"editorGutter.foldingControlForeground": "#dedcd590",
"editorInlayHint.foreground": "#444444",
"editorInlayHint.background": "#00000000",
"editorInlayHint.background": "#121212",
"editorStickyScroll.background": "#121212",
"editorStickyScrollHover.background": "#121212",
"menu.separatorBackground": "#191919"
Expand Down
2 changes: 1 addition & 1 deletion themes/vitesse-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"editorGutter.commentRangeForeground": "#dedcd550",
"editorGutter.foldingControlForeground": "#dedcd590",
"editorInlayHint.foreground": "#666666",
"editorInlayHint.background": "#00000000",
"editorInlayHint.background": "#292929",
"editorStickyScroll.background": "#292929",
"editorStickyScrollHover.background": "#292929",
"menu.separatorBackground": "#252525"
Expand Down
2 changes: 1 addition & 1 deletion themes/vitesse-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"editorGutter.commentRangeForeground": "#dedcd550",
"editorGutter.foldingControlForeground": "#dedcd590",
"editorInlayHint.foreground": "#666666",
"editorInlayHint.background": "#00000000",
"editorInlayHint.background": "#181818",
"editorStickyScroll.background": "#181818",
"editorStickyScrollHover.background": "#181818",
"menu.separatorBackground": "#191919"
Expand Down
2 changes: 1 addition & 1 deletion themes/vitesse-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"editorGutter.commentRangeForeground": "#393a3450",
"editorGutter.foldingControlForeground": "#393a3490",
"editorInlayHint.foreground": "#999999",
"editorInlayHint.background": "#00000000",
"editorInlayHint.background": "#E7E5DB",
"editorStickyScroll.background": "#E7E5DB",
"editorStickyScrollHover.background": "#E7E5DB",
"menu.separatorBackground": "#E7E5DB"
Expand Down
2 changes: 1 addition & 1 deletion themes/vitesse-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"editorGutter.commentRangeForeground": "#393a3450",
"editorGutter.foldingControlForeground": "#393a3490",
"editorInlayHint.foreground": "#999999",
"editorInlayHint.background": "#00000000",
"editorInlayHint.background": "#f7f7f7",
"editorStickyScroll.background": "#f7f7f7",
"editorStickyScrollHover.background": "#f7f7f7",
"menu.separatorBackground": "#f0f0f0"
Expand Down

0 comments on commit 625a5e6

Please sign in to comment.