domdomegg / markdown-inline-preview-vscode

📝🌈 A VS Code extension for improving the display of markdown directly in the editor
https://marketplace.visualstudio.com/items?itemName=domdomegg.markdown-inline-preview-vscode
MIT License
10 stars 2 forks source link

Add setting/command to toggle for colored/monochrome #9

Closed silopolis closed 3 months ago

silopolis commented 3 months ago

If I understand the taste for slick, non-distracting, monochrome style for writers, colors are a great help for structured/technical writing. Also, both styles may be helpful for any writer/note-taker at different stages of the writing process.

Consequently, a toggle for switching between the two modes would be a great addition.

domdomegg commented 3 months ago

This plugin doesn't change the colors directly. The recommended .vscode/settings.json does, but this is just leveraging VS Code's built-in theming: you can edit editor.tokenColorCustomizations there to alter colors.