Closed shivamashtikar closed 2 years ago
Hi @ful1e5
I have added purescript support for the theme
need your help with filetype based highlight group for MatchParen, can you please suggest how I can add MatchParen = { fg = c.cyan0, bg = c.bg_visual, style = Styles.Bold }, only for purescript filetype
MatchParen = { fg = c.cyan0, bg = c.bg_visual, style = Styles.Bold },
Screenshots with MatchParen for PS
Right pane window is with my changes
Thanks for your contribution :heart:
Hi @ful1e5
I have added purescript support for the theme
need your help with filetype based highlight group for MatchParen, can you please suggest how I can add
MatchParen = { fg = c.cyan0, bg = c.bg_visual, style = Styles.Bold },
only for purescript filetypeScreenshots with MatchParen for PS