diff options
author | Soc Virnyl S. Estela | 2022-08-18 13:24:54 +0000 |
---|---|---|
committer | GitHub | 2022-08-18 13:24:54 +0000 |
commit | bdd1192a358bfb4dd25d7cf19362336f8f05b436 (patch) | |
tree | 6eb07f3606c366bc29b41ff47251787be75f3b7e /runtime/themes | |
parent | c18b54263ab8d1cce8db5516576ce69bb0308878 (diff) |
add diff colors in PaperColor Light (#3470)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/papercolor-light.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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" |