From def3c5421b0ec28e456ff01f3c800eb1ab791958 Mon Sep 17 00:00:00 2001 From: jessebot Date: Fri, 19 Jul 2024 17:07:16 +0200 Subject: [PATCH] adding markdown table support to bat theme --- .../bat/themes/spacechalk/spacechalk.tmTheme | 43 +++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/.config/bat/themes/spacechalk/spacechalk.tmTheme b/.config/bat/themes/spacechalk/spacechalk.tmTheme index bee00cc..c1ab133 100644 --- a/.config/bat/themes/spacechalk/spacechalk.tmTheme +++ b/.config/bat/themes/spacechalk/spacechalk.tmTheme @@ -419,7 +419,10 @@ name Markdown Heading 1 scope - markup.heading.1 + + markup.heading.1, + meta.table.header.markdown-gfm + settings fontStyle @@ -463,12 +466,46 @@ markup.heading.4 settings - fontStyle - normal foreground #7aa2f7 + + + name + Markdown Table Cell + scope + meta.table.markdown-gfm + settings + + foreground + #c0caf5 + + + + name + Markdown Table Separator + scope + punctuation.separator.table-cell.markdown + settings + + fontStyle + bold + foreground + #f289f9 + + + + name + Markdown Table HEADER Separator line + scope + meta.table.header-separator.markdown-gfm + settings + + foreground + #f6f76a + + uuid D8D5E82E-3D5B-46B5-B38A-777777777777