aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onedark.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r--runtime/themes/onedark.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index 4ab1dd95..dfeadbb2 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -36,6 +36,10 @@
"markup.link.url" = { fg = "cyan", modifiers = ["underlined"]}
"markup.link.label" = { fg = "purple" }
+"diff.plus" = "green"
+"diff.delta" = "gold"
+"diff.minus" = "red"
+
diagnostic = { modifiers = ["underlined"] }
"info" = { fg = "blue", modifiers = ["bold"] }
"hint" = { fg = "green", modifiers = ["bold"] }