codesbiome / soil-theme-vscode

A relaxing dark theme for Visual Studio Code with simple colors for the Editor Interface. This theme provides easy to read interface for dim-light environments (night).
Other
2 stars 1 forks source link

Highlight colors broke with new vscode updates #9

Closed Miosame closed 3 years ago

Miosame commented 3 years ago

Can't right now figure out myself what they've changed that made the old orange go away and fallback to the default blue, but now after some of the new vsCode updates - menu items are highlighted with default blue:

image

codesbiome commented 3 years ago

Hello @Miosame, can you try adding in colors property of the themes/xxx-color-theme.json file:

"quickInput.list.focusBackground": "#b35118d8"
Miosame commented 3 years ago

@codesbiome yep that's it! that solves it, both for monokai and regular. :+1:

codesbiome commented 3 years ago

@Miosame Just merged the pull request.
Feel free to advise if there's any other bugfix/patch you wish to include, before we push the new version to the Marketplace. Cheers!

Miosame commented 3 years ago

@codesbiome Yeah I saw, thanks for the quick merge! :tada: I haven't found any other issues yet, if there will be I'll open an issue, cheers!

codesbiome commented 3 years ago

Seems like there was a slight update in property name we used to fix this.

Old property name :

"quickInput.list.focusBackground": "#b35118d8"

Now its updated to :

"quickInputList.focusBackground": "#b35118d8"
codesbiome commented 3 years ago

Yeah I saw, thanks for the quick merge! 🎉 I haven't found any other issues yet, if there will be I'll open an issue, cheers!

Your welcome 🎉 Just pushed the new changes of version v1.1.3 for Marketplace , also included Monokai Subtheme screenshot for README file.