From 0f66d2b1c9d7d25d92a44ea012a7eef7de7fd837 Mon Sep 17 00:00:00 2001 From: Armando Perez Date: Sat, 23 Mar 2024 20:08:35 -0400 Subject: [PATCH] Add jump label color ("rosewater") to catppuccin themes --- runtime/themes/catppuccin_mocha.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index d1e08356407c..5fcb723172e3 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -89,7 +89,7 @@ "ui.virtual.ruler" = { bg = "surface0" } "ui.virtual.indent-guide" = "surface0" "ui.virtual.inlay-hint" = { fg = "overlay0", bg = "base" } -"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] } +"ui.virtual.jump-label" = { fg = "rosewater", modifiers = ["bold"] } "ui.selection" = { bg = "surface1" }