Skip to content

Commit

Permalink
Made inlay hints more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed Dec 1, 2023
1 parent b65f623 commit 729ae18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/gleam-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@
//"editorIndentGuide.activeBackground": "#e3e4e229",
//"editorIndentGuide.background": "#e3e4e229",
"editorInlayHint.background": "#f3b2efcc",
//"editorInlayHint.foreground": "#000000",
"editorInlayHint.foreground": "#000000",
"editorInlayHint.parameterBackground": "#f3b2efcc",
//"editorInlayHint.parameterForeground": "#000000",
"editorInlayHint.parameterForeground": "#000000",
"editorInlayHint.typeBackground": "#f3b2efcc",
//"editorInlayHint.typeForeground": "#000000",
"editorInlayHint.typeForeground": "#000000",
//"editorLightBulb.foreground": "#ffcc00",
//"editorLightBulbAutoFix.foreground": "#75beff",
//"editorLink.activeForeground": "#4e94ce",
Expand Down

0 comments on commit 729ae18

Please sign in to comment.