From dc418bb50739c8063978f4200fcd9fcae73db002 Mon Sep 17 00:00:00 2001 From: Josh Bainbridge Date: Mon, 13 Mar 2023 14:36:40 +0000 Subject: Update gruvbox color themes to support inlay hint (#6285) The gruvbox themes (gruvbox, gruvbox dark hard and guvbox light) don't provide a colour for the new virtual inlay hints. Looking at the original repo, and other derivatives, there doesn't appear to be a clear definition of what inlay hints should be. Although most sources indicate that it can be the same as the color for comments. Considering that, this commit sets the new field on each of the three themes to be gray1, same as commented text. Signed-off-by: Josh Bainbridge --- runtime/themes/gruvbox.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/themes/gruvbox.toml') diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index b88becd1..c357e26c 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -60,6 +60,7 @@ "ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] } "ui.virtual.whitespace" = "bg2" "ui.virtual.ruler" = { bg = "bg1" } +"ui.virtual.inlay-hint" = { fg = "gray1" } "diagnostic.warning" = { underline = { color = "orange1", style = "curl" } } "diagnostic.error" = { underline = { color = "red1", style = "curl" } } -- cgit v1.2.3-70-g09d2