aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorSoc Virnyl S. Estela2022-08-18 13:24:54 +0000
committerGitHub2022-08-18 13:24:54 +0000
commitbdd1192a358bfb4dd25d7cf19362336f8f05b436 (patch)
tree6eb07f3606c366bc29b41ff47251787be75f3b7e /runtime
parentc18b54263ab8d1cce8db5516576ce69bb0308878 (diff)
add diff colors in PaperColor Light (#3470)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/papercolor-light.toml5
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"