-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: allow themes to provide colour settings #30
Comments
Do you think it's possible without introducing breaking changes? |
Nice theme btw. |
Sadly, I would not know - the only extension I ever worked on for VS Code was that theme and that's just flat JSON. I do not know how custom colour "contributions" work or what would be necessary to adopt them here. I'd just love to have the possibility to provide those colours through that theme. Thanks! ❤️ Just released version 3.0 of it. 🚀 |
Some comparison of the properties that are known to me:
There is no way of getting the value (inline svg gutter icon/ css injected style won't work with color) microsoft/vscode#32813 Fill in current value in settings: microsoft/vscode#25633 |
The plan is to make this in a multi-step way.
|
Added color tokens:
You can test them from 2.8.0 with "errorLens.useColorContributions": true, |
# [3.4.0](3.3.1...3.4.0) (2019-11-26) ### Features * define custom theme colours for Error Lens ([f775695](f775695)), closes [usernamehw/vscode-error-lens#30](usernamehw/vscode-error-lens#30)
Thank @usernamehw for implementing this! ❤️ I have released Remedy v3.4 with colour contributions for this extension and it works great! Here, a screenshot of how it looks like when you install this extension and the Remedy theme - the colours exactly match other decorations of the same type. I guess the only last missing thing would be to allow defining custom colour for the circle gutter marker, if that is possible. Otherwise I am very happy with this now! 🍻 🎨 |
I would like to say thank you to @usernamehw |
I'm closing this since most of the work is done. |
Sorry for creating a reply here, but what is the setting to display "inline icon" as shown in your picture? I think this is nice, but I don't have it and cannot find the setting for it. Did they remove this feature? |
It's "errorLens.messageTemplate": "$severity $message",
"errorLens.severityText": ["❗", "⚠", "ℹ", "👉"], |
It would be great to allow theme authors to provide colour settings for this package. Unfortunately if the colours are defined via settings I believe theme authors have no way of providing themed colours for them and users need to change the colours themselves.
I would love to define the colour scheme for this package in Remedy theme. 🙏
Thanks in advance!
The text was updated successfully, but these errors were encountered: