akarlsten / snazzy-plus

VS Code color theme
https://marketplace.visualstudio.com/items?itemName=akarlsten.vscode-snazzy-akarlsten
MIT License
7 stars 2 forks source link

Add some instructions on how to override colors #2

Closed 0x80 closed 4 years ago

0x80 commented 4 years ago

I think it would be helpful if you added some instructions on how to override colors.

For example, I love the Plus w/ Italics theme, but the comments were simply too dark for me. In my repo the comments are usually important so want to see them clearly.

This is how I changed it using VSCode settings.

"editor.tokenColorCustomizations": {
    "[Snazzy Plus w/ Italics]":{
      "comments": "#aaa",
    },
  },
akarlsten commented 4 years ago

Good idea, I've added it to the README! 👍