use white color for @text.strike (#161)

This commit is contained in:
siduck 2023-02-21 22:32:13 +05:30
parent 0a952a9bcb
commit 0807bf9fc2

View file

@ -139,7 +139,7 @@ return {
},
["@text.strike"] = {
fg = theme.base00,
fg = theme.base0F,
strikethrough = true,
},