Skip to content

Commit 91e071b

Browse files
feat: add markup.strikethrough (#82)
1 parent 0f2e597 commit 91e071b

9 files changed

Lines changed: 9 additions & 0 deletions

helix.tera

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ whiskers:
7575
"markup.list.checked" = "green"
7676
"markup.bold" = { fg = "red", modifiers = ["bold"] }
7777
"markup.italic" = { fg = "red", modifiers = ["italic"] }
78+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
7879
"markup.link.url" = { fg = "blue"{{ self::modifiers(other=["underlined"]) }} }
7980
"markup.link.text" = "lavender"
8081
"markup.link.label" = "sapphire"

themes/default/catppuccin_frappe.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

themes/default/catppuccin_latte.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

themes/default/catppuccin_macchiato.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

themes/default/catppuccin_mocha.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["italic", "underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

themes/no_italics/catppuccin_frappe.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

themes/no_italics/catppuccin_latte.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

themes/no_italics/catppuccin_macchiato.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

themes/no_italics/catppuccin_mocha.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"markup.list.checked" = "green"
5555
"markup.bold" = { fg = "red", modifiers = ["bold"] }
5656
"markup.italic" = { fg = "red", modifiers = ["italic"] }
57+
"markup.strikethrough" = { modifiers = ["crossed_out"] }
5758
"markup.link.url" = { fg = "blue", modifiers = ["underlined"] }
5859
"markup.link.text" = "lavender"
5960
"markup.link.label" = "sapphire"

0 commit comments

Comments
 (0)