Unnamed repository; edit this file 'description' to name the repository.
Update dark_plus theme for inactive text and improve jump label (#12289)
| -rw-r--r-- | runtime/themes/dark_plus.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 7f57723c..61878664 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -73,11 +73,12 @@ "ui.text" = { fg = "text" } "ui.text.focus" = { fg = "white" } "ui.text.directory" = { fg = "blue3" } +"ui.text.inactive" = { fg = "dark_gray" } "ui.virtual.whitespace" = { fg = "#3e3e3d" } "ui.virtual.ruler" = { bg = "borders" } "ui.virtual.indent-guide" = { fg = "dark_gray4" } "ui.virtual.inlay-hint" = { fg = "dark_gray5"} -"ui.virtual.jump-label" = { fg = "dark_gray", modifiers = ["bold"] } +"ui.virtual.jump-label" = { fg = "yellow", modifiers = ["bold"] } "ui.highlight.frameline" = { bg = "#4b4b18" } "ui.debug.active" = { fg = "#ffcc00" } "ui.debug.breakpoint" = { fg = "#e51400" } |