AnuPpuccin
AnuPpuccin copied to clipboard
[Feature Request] Change colors of bullets
Feature Description When writing bullets either starting with - or * it would be good to be able to change how they look.
- Change the color of the bullet, for light and dark themes.
Miscellaneous Features
- Toggle to have the color affect the bullet only or also the whole text following the bullet
- Change the style of the bullet
Additional context Discussion on the obsidian forums I found on how to partly do this with custom css Add any other context or screenshots about the feature request here.
Changing the style of an unordered list bullet is impossible to do while maintaining customizability. The File Preview & Markdown Elements > Lists > Enable list styling
option adds some CSS to change the look of unordered list bullets. As for a toggle to affect the color of the text as well, I don't particularly think that would be used often and it can be achieved with a few lines of CSS in a snippet.