Skip to content

Commit 729ae18

Browse files
committed
Made inlay hints more readable
1 parent b65f623 commit 729ae18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/gleam-color-theme.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@
266266
//"editorIndentGuide.activeBackground": "#e3e4e229",
267267
//"editorIndentGuide.background": "#e3e4e229",
268268
"editorInlayHint.background": "#f3b2efcc",
269-
//"editorInlayHint.foreground": "#000000",
269+
"editorInlayHint.foreground": "#000000",
270270
"editorInlayHint.parameterBackground": "#f3b2efcc",
271-
//"editorInlayHint.parameterForeground": "#000000",
271+
"editorInlayHint.parameterForeground": "#000000",
272272
"editorInlayHint.typeBackground": "#f3b2efcc",
273-
//"editorInlayHint.typeForeground": "#000000",
273+
"editorInlayHint.typeForeground": "#000000",
274274
//"editorLightBulb.foreground": "#ffcc00",
275275
//"editorLightBulbAutoFix.foreground": "#75beff",
276276
//"editorLink.activeForeground": "#4e94ce",

0 commit comments

Comments
 (0)