diff options
author | Michael Davis | 2021-12-22 15:54:23 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-25 15:12:49 +0000 |
commit | 3b800025af0bdf7e8179cbb42ad0b4374b9005f1 (patch) | |
tree | 2577d7bbf9baff045607648f84e4c5bc6a238e33 /runtime/themes/monokai.toml | |
parent | 78f93239b5814d1b1be7d1fbd2fce1a7aec12432 (diff) |
add diff.{plus,minus,delta} to themes
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r-- | runtime/themes/monokai.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index 38f9f170..c8bf8ebd 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -39,6 +39,10 @@ "constant.numeric" = { fg = "#ae81ff" } "constant.character.escape" = { fg = "#ae81ff" } +"diff.plus" = { fg = "#a6e22e" } +"diff.delta" = { fg = "#fd971f" } +"diff.minus" = { fg = "#f92672" } + "ui.background" = { fg = "text", bg = "background" } "ui.window" = { bg = "widget" } @@ -65,7 +69,7 @@ "warning" = { fg = "#cca700" } "error" = { fg = "#f48771" } "info" = { fg = "#75beff" } -"hint" = { fg = "#eeeeeeb3" } +"hint" = { fg = "#eeeeeb3" } diagnostic = { modifiers = ["underlined"] } |