aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevgnen2023-04-03 15:57:38 +0000
committerGitHub2023-04-03 15:57:38 +0000
commit43072f78760777978da5c7a6426c66c20d7c4568 (patch)
treed2d3e38ac6b33060d1807fcdc75abb99b2365cd1
parentd0c9f38b6836e6337a1a5c7c4c55c612b1e45e90 (diff)
Update colors for inlay hints for emacs theme (#6569)
-rw-r--r--runtime/themes/emacs.toml1
1 files changed, 1 insertions, 0 deletions
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" }