From 82d91fdbdaedd612d245d1dbd4656299a8a182d5 Mon Sep 17 00:00:00 2001 From: Josh Robson Chase Date: Wed, 10 Apr 2024 08:36:37 -0700 Subject: [PATCH] themes/monokai: add inlay-hint style (#10334) Matching comment styling so that it doesn't get confused for actual code. --- runtime/themes/monokai.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index a849ae96d2a9..b0faac1546ed 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -83,6 +83,7 @@ "ui.bufferline.active" = { fg = "active_text", bg = "selection", modifiers = [ "bold", ] } +"ui.virtual.inlay-hint" = { fg = "#88846F" } "ui.text" = { fg = "text" } "ui.text.focus" = { fg = "active_text" }