ful1e5 / onedark.nvim

Atom's iconic One Dark theme for Neovim, written in Lua
MIT License
202 stars 13 forks source link

feat: added Purescript theme support #109

Closed shivamashtikar closed 2 years ago

shivamashtikar commented 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

Screenshot from 2022-06-01 00-36-17 Screenshot from 2022-06-01 00-37-02

Screenshots with MatchParen for PS

Screenshot from 2022-06-01 00-41-37 Screenshot from 2022-06-01 00-41-46

shivamashtikar commented 2 years ago

Right pane window is with my changes

ful1e5 commented 2 years ago

Thanks for your contribution :heart: