mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17: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
|
@ -15,6 +15,10 @@
|
|||
"variable.builtin" = { fg = "cyan", modifiers = ["italic"] }
|
||||
"variable.parameter" = { fg ="orange", modifiers = ["italic"] }
|
||||
|
||||
"diff.plus" = { fg = "green" }
|
||||
"diff.delta" = { fg = "orange" }
|
||||
"diff.minus" = { fg = "red" }
|
||||
|
||||
"ui.background" = { fg = "foreground", bg = "background" }
|
||||
"ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
|
||||
"ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue