pocco81 / true-zen.nvim

🦝 Clean and elegant distraction-free writing for NeoVim
GNU General Public License v3.0
984 stars 30 forks source link

StatusLine highlight groups does not get reset for ataraxis #108

Open weilbith opened 1 year ago

weilbith commented 1 year ago

Hey 👋🏾

I've a problem with the ataraxis mode. When I leave the mode, the highlight group names StatusLine is cterm=bold,reverse gui=bold,reverse guifg=#f2f2f3 guibg=#2e2f33 which does not align with my colorscheme.

I solved it right now with custom open_pos and close_pos hooks. But ofc it would be nice to not have to do it. Especially because my hook is not quite correct.

Anyway I tried to look into the code and understand what is happening to propose/make a fix. But I failed to figure it out. I'm sorry.