Skip to content

Commit bdd1192

Browse files
author
Soc Virnyl S. Estela
authored
add diff colors in PaperColor Light (#3470)
1 parent c18b542 commit bdd1192

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtime/themes/papercolor-light.toml

+5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,16 @@
4949

5050
"label" = { fg = "selection_background", modifiers = ["bold", "italic"] }
5151

52+
"diff.plus" = "regular2"
53+
"diff.delta" = "bright0"
54+
"diff.minus" = "bright1"
55+
5256
"warning" = "bright4"
5357
"error" = "regular1"
5458
"info" = "#FFAF00"
5559
diagnostic = { modifiers = ["bold", "underlined"]}
5660

61+
5762
[palette]
5863
background="#eeeeee"
5964
foreground="#444444"

0 commit comments

Comments
 (0)