AnubisNekhet / AnuPpuccin

Personal theme for Obsidian
GNU General Public License v3.0
2.08k stars 163 forks source link

[Feature Request] Change colors of bullets #172

Open elvarb opened 1 year ago

elvarb commented 1 year ago

Feature Description When writing bullets either starting with - or * it would be good to be able to change how they look.

  1. Change the color of the bullet, for light and dark themes.

Miscellaneous Features

  1. Toggle to have the color affect the bullet only or also the whole text following the bullet
  2. 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.

AnubisNekhet commented 1 year ago

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.