From 9f5374bf47624d59e7bbcaa9382dbe06022acef7 Mon Sep 17 00:00:00 2001
From: Sora <dream@neoncity.dev>
Date: Sat, 18 Mar 2023 03:56:20 +0100
Subject: [PATCH] Update tokyo-night with inlay-hints (#6349)

---
 runtime/themes/tokyonight.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml
index 4b082dc7..cc99689f 100644
--- a/runtime/themes/tokyonight.toml
+++ b/runtime/themes/tokyonight.toml
@@ -48,6 +48,7 @@
 "ui.text.focus" = { fg = "cyan" }
 "ui.virtual.ruler" = { bg = "foreground_gutter" }
 "ui.virtual.whitespace" = { fg = "foreground_gutter" }
+"ui.virtual.inlay-hint" = { fg = "comment" }
 "ui.window" = { fg = "black" }
 
 "error" = { fg = "red" }