From ad73f185177d77ba2e82031117487ed486cdfcc6 Mon Sep 17 00:00:00 2001 From: bchiang7 Date: Thu, 9 Sep 2021 17:12:51 -0400 Subject: [PATCH] Add inlay hint colors --- themes/halcyon-color-theme.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/halcyon-color-theme.json b/themes/halcyon-color-theme.json index fe90b14..ca47e26 100644 --- a/themes/halcyon-color-theme.json +++ b/themes/halcyon-color-theme.json @@ -166,6 +166,8 @@ "editorWhitespace.foreground": "#8695b777", "editorIndentGuide.background": "#8695b733", "editorIndentGuide.activeBackground": "#8695b755", + "editorInlayHint.background": "#2f3b54", + "editorInlayHint.foreground": "#d7dce2", "editorRuler.foreground": "#2f3b54", "editorCodeLens.foreground": "#d7dce2", "editorBracketMatch.background": "#8695b755",