diff options
author | Armando Pérez Marqués | 2024-03-24 07:02:26 +0000 |
---|---|---|
committer | GitHub | 2024-03-24 07:02:26 +0000 |
commit | 47995bfb0cf3b0bc232a87340c7a01ff26d45bbc (patch) | |
tree | bb75bd1fc182f1b1dc968b3d67c56297c1096e8e | |
parent | 7bce9530d3e18c23fb87ae1ef8ac9e496e3eed6d (diff) |
Add jump label color ("rosewater") to catppuccin themes (#9983)
-rw-r--r-- | runtime/themes/catppuccin_mocha.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index d1e08356..5fcb7231 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" } |