1
0
Fork 0
mirror of https://github.com/helix-editor/helix.git synced 2025-04-05 20:07:44 +03:00

Add markup.strikethrough theme keys ()

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
runtime/themes

View file

@ -33,6 +33,7 @@ label = "scale.red.5"
"markup.heading" = "scale.blue.6"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { modifiers = ["underlined"] }
"markup.link.text" = { fg = "scale.blue.8", modifiers = ["underlined"] }
"markup.raw" = "scale.blue.6"