From d63c717b82c690c6ecd3a9fae687b849eb533e91 Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Mon, 3 Apr 2023 10:26:31 +0200 Subject: [PATCH] dracula theme: style inlay hints as comments (#6515) --- runtime/themes/dracula.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index b08357dbe..6935b487f 100644 --- a/runtime/themes/dracula.toml +++ b/runtime/themes/dracula.toml @@ -45,6 +45,9 @@ "ui.virtual.whitespace" = { fg = "subtle" } "ui.virtual.wrap" = { fg = "subtle" } "ui.virtual.ruler" = { bg = "background_dark"} +"ui.virtual.inlay-hint" = { fg = "comment" } +"ui.virtual.inlay-hint.parameter" = { fg = "comment", modifiers = ["italic"] } +"ui.virtual.inlay-hint.type" = { fg = "comment", modifiers = ["italic"] } "error" = { fg = "red" } "warning" = { fg = "cyan" }