mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
add diff.{plus,minus,delta} to themes
This commit is contained in:
parent
78f93239b5
commit
3b800025af
24 changed files with 101 additions and 1 deletions
|
@ -29,6 +29,10 @@
|
|||
"namespace" = "magenta"
|
||||
"ui.help" = { fg = "white", bg = "black" }
|
||||
|
||||
"diff.plus" = "green"
|
||||
"diff.delta" = "yellow"
|
||||
"diff.minus" = "red"
|
||||
|
||||
"diagnostic" = { modifiers = ["underlined"] }
|
||||
"ui.gutter" = { bg = "black" }
|
||||
"info" = "blue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue