EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
2.86k stars 134 forks source link

bug: Cannot define styles on preprocessor macros #429

Closed thesw4rm closed 2 months ago

thesw4rm commented 3 months ago

The "PreProc" category has a group assigned to changing syntax colors, but not the style (bold, italic, etc). This is really useful for systems languages like C or Rust. For example, I cannot get use to show as bold when writing Rust. image

Once it is fixed, I can make use bold, for example, like this.

image

Example with C using #include.

image image