diff options
author | Yevgnen | 2023-04-03 15:57:38 +0000 |
---|---|---|
committer | GitHub | 2023-04-03 15:57:38 +0000 |
commit | 43072f78760777978da5c7a6426c66c20d7c4568 (patch) | |
tree | d2d3e38ac6b33060d1807fcdc75abb99b2365cd1 /runtime/themes | |
parent | d0c9f38b6836e6337a1a5c7c4c55c612b1e45e90 (diff) |
Update colors for inlay hints for emacs theme (#6569)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/emacs.toml | 1 |
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" } |