diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index 3094eb8e..795d9857 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -99,7 +99,7 @@ "ui.virtual.ruler" = "g_5" "ui.virtual.indent-guide" = "g_8" "ui.virtual.wrap" = "g_8" -"ui.virtual.inlay-hint" = "g_4" +"ui.virtual.inlay-hint" = {fg = "g_6", modifiers = ["bold", "italic"]} "ui.virtual.jump-label" = { fg = "background", bg = "orange_blaze", modifiers = ["bold"] } "ui.selection" = { bg = "g_8" }