-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Foreground color in imenu-list #35
Comments
Thanks to newhallroad for bringing this matter to my attention in issue 35 on the GitHub mirror: <#35>.
Hello @newhallroad and Happy New Year!
You are welcome!
Yes, sure! I just made a change. I am mimicking what I do with the |
Wow, you are very quick. Thank you. |
This way it follows the ordinary headings in Org, Markdown, etc. Thanks to newhallroad for the feedback. This was done in issue 35 on the GitHub mirror: <#35>.
From: newhallroad ***@***.***>
Date: Tue, 2 Jan 2024 09:20:11 -0800
Wow, you are very quick. Thank you.
You are welcome!
The colors are still not quite right, but I think I know why.
Awkwardly, markdown-mode starts numbering header faces from
`markdown-header-face-1` but imenu-list-mode starts from
`imenu-list-entry-face-0`. So I believe `imenu-list-entry-face-[n]`
should be the same as `markdown-header-face-[n+1]`. Currently I don't
think that off-set is taken into account in ef-themes. Hopefully
that's an easy fix.
Very well! I pushed an update. Please let me know if it works for you.
…--
Protesilaos Stavrou
https://protesilaos.com
|
That's it! Solved! Thank you! |
From: newhallroad ***@***.***>
Date: Wed, 3 Jan 2024 06:59:41 -0800
That's it! Solved! Thank you!
You are welcome!
…--
Protesilaos Stavrou
https://protesilaos.com
|
Thank you for your magnificent work on emacs. I use your work more or less every day and I appreciate your packages and your meticulous documentation.
I use the imenu-list package to provide a sidebar buffer with the imenu entries of the buffer I am editing. I typically use this when I am writing text in markdown. In ef-themes, the foreground colors of the imenu-list buffer do not match the face of the headings in the markdown buffer. It seems that imenu-list is not affected by ef-themes, while the markdown headers are.
I solved/hacked the problem with the settings below, which I put in the
:config
block of my use-package configuration for imenu-list, but perhaps you would be interested in making a more sustainable fix in the ef-themes code.Many, many thanks.
The text was updated successfully, but these errors were encountered: