Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/dracula.toml')
| -rw-r--r-- | runtime/themes/dracula.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml index 8b4abe16..c1a9a12b 100644 --- a/runtime/themes/dracula.toml +++ b/runtime/themes/dracula.toml @@ -9,7 +9,6 @@ "comment.block" = { fg = "comment" } "comment.block.documentation" = { fg = "comment" } "comment.line" = { fg = "comment" } -"comment.line.documentation" = { fg = "comment" } "constant" = { fg = "purple" } "constant.builtin" = { fg = "purple" } @@ -119,7 +118,6 @@ "ui.statusline.select" = { fg = "black", bg = "cyan", modifiers = ["bold"] } "ui.text" = { fg = "foreground" } "ui.text.focus" = { fg = "cyan" } -"ui.text.directory" = { fg = "cyan" } "ui.virtual.indent-guide" = { fg = "indent" } "ui.virtual.inlay-hint" = { fg = "cyan" } "ui.virtual.inlay-hint.parameter" = { fg = "cyan", modifiers = ["italic", "dim"] } |