From 43072f78760777978da5c7a6426c66c20d7c4568 Mon Sep 17 00:00:00 2001 From: Yevgnen Date: Mon, 3 Apr 2023 23:57:38 +0800 Subject: [PATCH] Update colors for inlay hints for emacs theme (#6569) --- runtime/themes/emacs.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/emacs.toml b/runtime/themes/emacs.toml index bb33e2d8..513af60e 100644 --- a/runtime/themes/emacs.toml +++ b/runtime/themes/emacs.toml @@ -70,6 +70,7 @@ "ui.selection.primary" = { bg = "lightgoldenrod2" } "ui.virtual.whitespace" = "highlight" "ui.virtual.ruler" = { bg = "gray95" } +"ui.virtual.inlay-hint" = { fg = "gray75" } "ui.cursorline.primary" = { bg = "darkseagreen2" } "ui.cursorline.secondary" = { bg = "darkseagreen2" }