nordtheme / vim

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

Improve readability of C language constants #283

Closed jvoisin closed 2 years ago

jvoisin commented 2 years ago

This commits makes constant stand out. This is important in C, since interesting things are usually happening in their proximity, like checking/returning an error, passing particular values/flags to functions, …

Before: before

After: after

arcticicestudio commented 2 years ago
Release note & changelog assets

Before

After