diff --git a/scripts/theme.ts b/scripts/theme.ts index 550f5d3..2b36d48 100644 --- a/scripts/theme.ts +++ b/scripts/theme.ts @@ -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, diff --git a/themes/vitesse-black.json b/themes/vitesse-black.json index cd4444f..6d63f3d 100644 --- a/themes/vitesse-black.json +++ b/themes/vitesse-black.json @@ -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" diff --git a/themes/vitesse-dark-soft.json b/themes/vitesse-dark-soft.json index 53d4d99..4b92276 100644 --- a/themes/vitesse-dark-soft.json +++ b/themes/vitesse-dark-soft.json @@ -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" diff --git a/themes/vitesse-dark.json b/themes/vitesse-dark.json index f9b140a..f263380 100644 --- a/themes/vitesse-dark.json +++ b/themes/vitesse-dark.json @@ -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" diff --git a/themes/vitesse-light-soft.json b/themes/vitesse-light-soft.json index 7dae3d3..9f29fc5 100644 --- a/themes/vitesse-light-soft.json +++ b/themes/vitesse-light-soft.json @@ -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" diff --git a/themes/vitesse-light.json b/themes/vitesse-light.json index f09ed4b..f14fea7 100644 --- a/themes/vitesse-light.json +++ b/themes/vitesse-light.json @@ -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"