Skip to content

Commit

Permalink
feat: style inlay hints (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jan 29, 2023
1 parent 111eaff commit 032dc31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/theme/uiColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ export const getUiColors = (context: ThemeContext) => {
"editorInfo.background": transparent,
"editorInfo.border": transparent,
"editorInfo.foreground": palette.blue,
"editorInlayHint.foreground": palette.surface2,
"editorInlayHint.background": opacity(palette.mantle, 0.75),
"editorInlayHint.typeForeground": palette.subtext1,
"editorInlayHint.typeBackground": opacity(palette.mantle, 0.75),
"editorInlayHint.parameterForeground": palette.subtext0,
"editorInlayHint.parameterBackground": opacity(palette.mantle, 0.75),
"editorLineNumber.activeForeground": accent,
"editorLineNumber.foreground": palette.overlay1,
"editorLink.activeForeground": accent,
Expand Down

0 comments on commit 032dc31

Please sign in to comment.