From 25d8e9445cb7959c426eff27c5e48f13552a2a0d Mon Sep 17 00:00:00 2001 From: Abderrahmane TAHRI JOUTI <302837+atahrijouti@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:49:49 +0100 Subject: [PATCH] Add jump-label (#10058) --- runtime/themes/cyan_light.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/cyan_light.toml b/runtime/themes/cyan_light.toml index a35ad5847..d8c93fe7e 100644 --- a/runtime/themes/cyan_light.toml +++ b/runtime/themes/cyan_light.toml @@ -98,9 +98,12 @@ "ui.help" = { fg = "shade06", bg = "shade01" } "ui.text" = "shade05" "ui.text.focus" = { fg = "shade07", bg = "light_blue" } + "ui.virtual" = "shade03" "ui.virtual.ruler" = { bg = "shade01" } "ui.virtual.inlay-hint" = { fg = "shade03_darker" } +"ui.virtual.jump-label" = { fg = "shade07", bg = "shade01", modifiers = ["bold" ] } + "ui.menu" = { fg = "shade05", bg = "shade01" } "ui.menu.selected" = { fg = "shade07", bg = "light_blue" } @@ -108,6 +111,7 @@ "info" = "light_blue" "warning" = "orange" "error" = "red" + "diagnostic" = { modifiers = [] } "diagnostic.hint" = { underline = { color = "shade04", style = "line" } } "diagnostic.info" = { underline = { color = "light_blue", style = "line" } }