From db6237f0c9c4a8f6a23fd3d456ab97c867e31ae6 Mon Sep 17 00:00:00 2001 From: rojebd Date: Wed, 7 Feb 2024 18:23:32 -0700 Subject: [PATCH] Changed escape character colors "\n" and made git gutters colors bold Signed-off-by: rojebd --- runtime/themes/vintage.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/themes/vintage.toml b/runtime/themes/vintage.toml index 54bfc6e85..2aea81cbf 100644 --- a/runtime/themes/vintage.toml +++ b/runtime/themes/vintage.toml @@ -28,7 +28,7 @@ constant = "#A5C4D4" "constant.builtin" = "bright-yellow" string = "#d6a560" "constant.numeric" = "#b577b0" -"constant.character.escape" = "#A54C4D4" +"constant.character.escape" = "#c95c56" label = "#abcc8a" "markup.heading" = "bright-pink" @@ -39,9 +39,9 @@ label = "#abcc8a" "markup.link.text" = "orange" "markup.raw" = "gray" -"diff.plus" = "bright-green" -"diff.minus" = "redish" -"diff.delta" = "blueish" +"diff.plus" = { fg = "bright-green", modifiers = ["bold"] } +"diff.minus" = { fg = "redish", modifiers = ["bold"] } +"diff.delta" = { fg = "blueish", modifiers = ["bold"] } "ui.background" = { bg = "background" } "ui.background.separator" = { fg = "white" }