From d91c160f0f2186495169368510dbaffcafb7b485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=C3=A1?= Date: Thu, 4 Apr 2024 02:17:51 +0100 Subject: [PATCH] Add jumb label color to ayu themes (#10133) --- runtime/themes/ayu_dark.toml | 1 + runtime/themes/ayu_evolve.toml | 1 + runtime/themes/ayu_light.toml | 1 + runtime/themes/ayu_mirage.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/runtime/themes/ayu_dark.toml b/runtime/themes/ayu_dark.toml index ff6694e92d11f..a2fbc31618b29 100644 --- a/runtime/themes/ayu_dark.toml +++ b/runtime/themes/ayu_dark.toml @@ -72,6 +72,7 @@ "ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" } "ui.debug" = { fg = "orange", bg = "background" } "ui.highlight.frameline" = { bg = "#0067a3" } +"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] } "special" = "orange" diff --git a/runtime/themes/ayu_evolve.toml b/runtime/themes/ayu_evolve.toml index b57235a6a23ac..b9c5d8221751f 100644 --- a/runtime/themes/ayu_evolve.toml +++ b/runtime/themes/ayu_evolve.toml @@ -27,6 +27,7 @@ inherits = 'ayu_dark' "ui.text.inactive" = "gray" "ui.bufferline" = { fg = "light_gray", bg = "background" } "ui.bufferline.active" = { fg = "light_gray", bg = "dark_gray" } +"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] } [palette] background = '#020202' diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml index d0eca78a137a2..c3ab1d4f526f4 100644 --- a/runtime/themes/ayu_light.toml +++ b/runtime/themes/ayu_light.toml @@ -72,6 +72,7 @@ "ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" } "ui.debug" = { fg = "orange", bg = "background" } "ui.highlight.frameline" = { bg = "#cfe0f2" } +"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] } "special" = "orange" diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml index 677a7af6f1d4e..0fd53a4b042db 100644 --- a/runtime/themes/ayu_mirage.toml +++ b/runtime/themes/ayu_mirage.toml @@ -72,6 +72,7 @@ "ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" } "ui.debug" = { fg = "orange", bg = "background" } "ui.highlight.frameline" = { bg = "#0067a3" } +"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] } "special" = "orange"