ayu-theme / vscode-ayu

ayu theme for vscode
https://marketplace.visualstudio.com/items?itemName=teabyii.ayu
MIT License
585 stars 93 forks source link

Add colours for the comments widget #142

Open a-stewart opened 1 year ago

a-stewart commented 1 year ago

A recent update to VS Code added colours for comments in the UI which have resolved and unresolved states. They then use the border colour for the comments icon.

Since AYU has really subtle borders, this can result in an icon that is not very clear.

See the icon in the comments panel at the bottom.
This also affects any extensions which use this colour for other related buttons.

image

This PR sets the comment border colours, which will also set these icons too.

After:
image

Dark:

Before:
image

After:
image

Mirage:

Before:
image

After:
image