From bb720797432df9805288856c4f6e87a8c55728a8 Mon Sep 17 00:00:00 2001 From: Kirawi <67773714+kirawi@users.noreply.github.com> Date: Sat, 11 Mar 2023 09:02:04 -0500 Subject: [PATCH] fleet_dark: theme inlay hints (#6266) --- runtime/themes/fleet_dark.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/fleet_dark.toml b/runtime/themes/fleet_dark.toml index 83caf8f30..337853cce 100644 --- a/runtime/themes/fleet_dark.toml +++ b/runtime/themes/fleet_dark.toml @@ -92,6 +92,7 @@ "ui.text.focus" = { fg = "White", bg = "Blue 40" } "ui.virtual" = "Gray 80" # .whitespace +"ui.virtual.inlay-hint" = "Purple 20" # "ui.virtual.ruler" = { bg = "darker"} "hint" = "Gray 80"