diff options
author | Sebastian Zivota | 2023-04-03 08:26:31 +0000 |
---|---|---|
committer | GitHub | 2023-04-03 08:26:31 +0000 |
commit | d63c717b82c690c6ecd3a9fae687b849eb533e91 (patch) | |
tree | 34df546e009f686664c14e65dd6758a52c6f39c0 /runtime/themes | |
parent | 9420ba7484b14d10d24edf7236852cc18d985dfb (diff) |
dracula theme: style inlay hints as comments (#6515)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/dracula.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index b08357db..6935b487 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" } |