From 204af17804bb65f61f43b8fd46977bfb7fe81ed0 Mon Sep 17 00:00:00 2001 From: Kirawi <67773714+kirawi@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:53:02 -0500 Subject: [PATCH] fleet_dark: theme inlay hints --- 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 83caf8f30d66..337853ccedc3 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"