From bdd1192a358bfb4dd25d7cf19362336f8f05b436 Mon Sep 17 00:00:00 2001 From: "Soc Virnyl S. Estela" Date: Thu, 18 Aug 2022 21:24:54 +0800 Subject: [PATCH] add diff colors in PaperColor Light (#3470) --- runtime/themes/papercolor-light.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runtime/themes/papercolor-light.toml b/runtime/themes/papercolor-light.toml index 632eccbd..aaa170c2 100644 --- a/runtime/themes/papercolor-light.toml +++ b/runtime/themes/papercolor-light.toml @@ -49,11 +49,16 @@ "label" = { fg = "selection_background", modifiers = ["bold", "italic"] } +"diff.plus" = "regular2" +"diff.delta" = "bright0" +"diff.minus" = "bright1" + "warning" = "bright4" "error" = "regular1" "info" = "#FFAF00" diagnostic = { modifiers = ["bold", "underlined"]} + [palette] background="#eeeeee" foreground="#444444"