Add markup.strikethrough theme keys (#5619)

This commit is contained in:
Alex 2023-01-21 23:21:26 +01:00 committed by GitHub
parent 2b58ff4d7c
commit f103d2273b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 63 additions and 4 deletions

View file

@ -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"] }