Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

programmable colors #13

Open
mturquette opened this issue Nov 8, 2014 · 1 comment
Open

programmable colors #13

mturquette opened this issue Nov 8, 2014 · 1 comment

Comments

@mturquette
Copy link

I like my text interfaces to be pretty and, in particular, solarized. While my default vim and terminal emulator configurations do a good job of using the solarized color palette, I would prefer to have more control over how the folder, search and show buffers display their colorized text. In particular I would like to color code threads in the search buffer based on tags (unread, to-me, flagged, etc).

Does vim provide all that I need to do this today or does notmuch-vim need some for this?

@ff2000
Copy link
Contributor

ff2000 commented Dec 16, 2014

One solution is to create syntax files in ~/.vim/after/syntax and simply assign new values to the identifiers you want to change.
E.g. open ~/.vim/after/syntax/notmuch-folders.vim and put this line there:
"""
highlight link nmFoldersSearch Comment
"""
(Default is String)
Have a look at the shipped syntax files for possible identifiers.

cerisara pushed a commit to cerisara/notmuch-vim that referenced this issue Aug 15, 2017
Remove notmuch_sendmail option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants