From f103d2273baef3f0e71b896419fda4538b6c6cde Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 21 Jan 2023 23:21:26 +0100 Subject: Add `markup.strikethrough` theme keys (#5619) --- runtime/themes/doom_acario_dark.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/themes/doom_acario_dark.toml') diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index c103dbfb..47f1dfca 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -29,6 +29,7 @@ 'markup.bold' = { fg = 'orange', modifiers = ['bold'] } 'markup.italic' = { fg = 'magenta', modifiers = ['italic'] } +'markup.strikethrough' = { modifiers = ['crossed_out'] } 'markup.heading' = { fg = 'red' } 'markup.link' = { fg = 'orange' } 'markup.link.url' = { fg = 'magenta' } -- cgit v1.2.3-70-g09d2