add diff colors in PaperColor Light (#3470)
This commit is contained in:
parent
c18b54263a
commit
bdd1192a35
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue