mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
Add markup.strikethrough
theme keys (#5619)
This commit is contained in:
parent
2b58ff4d7c
commit
f103d2273b
59 changed files with 63 additions and 4 deletions
|
@ -50,6 +50,7 @@
|
|||
"markup.list" = "cyan"
|
||||
"markup.bold" = { fg = "orange", modifiers = ["bold"] }
|
||||
"markup.italic" = { fg = "yellow", modifiers = ["italic"] }
|
||||
"markup.strikethrough" = { modifiers = ["crossed_out"] }
|
||||
"markup.link.url" = "cyan"
|
||||
"markup.link.text" = "pink"
|
||||
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue