nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.52k stars 274 forks source link

Different color between text mode and math mode in LaTeX #340

Open MithicSpirit opened 1 year ago

MithicSpirit commented 1 year ago

Currently, the text in math mode and text mode in LaTeX (with or without vimtex or treesitter) are the same color, which makes them hard to distinguish at a glance. I would appreciate it if they were made to have different colors so they can be easily told apart. This behavior is present in all other colorschemes I've seen, so it's odd that Nord doesn't have it.

svengreb commented 1 year ago

Thank you for your patience! 🙏🏼 It‘s been a while since I had free time to focus more on Nord, and my open source projects in general, and invest time in this issue due to work-life balance.

I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal.

Therefore it has been added to the queue in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement.


@MithicSpirit Thanks again for your contribution! This issue has ben added to the queue to be picked up either by contributors or me so that it can be planned in for the next iterations.

I guess "odd" is not the correct wording for the current styling because it is simply not implemented. When it works in other themes is just because they explicitly implemented it. Things like this do not work magically 😉

MithicSpirit commented 1 year ago

Ah, I thought that it might have been a centralized theme that gets automatically applied to all filetypes. Although in retrospect I think that might be a treesitter-only thing (which I don't use with vim because it breaks vimtex's concealing). Anyways, thanks for the update!