uloco / theme-bluloco-light

A fancy and sophisticated light designer color scheme.
https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-light
GNU Lesser General Public License v3.0
95 stars 11 forks source link

VSCode 1.57 quick pick and sugget widget colors #40

Closed Gliptal closed 3 years ago

Gliptal commented 3 years ago

See https://code.visualstudio.com/updates/v1_57#_updated-quick-pick-suggest-widget-colors.

septsea commented 3 years ago

Well, I encountered the problem about a month ago, but I did not consider it too serious...

rashil2000 commented 3 years ago

I noticed this yesterday too, when 1.57 was launched. Bluloco Light is my favourite theme, but it's unusable as a result now :(

Gliptal commented 3 years ago

@rashil2000 For the time being an easy workaround is to add this to your settings:

"workbench.colorCustomizations": {
        "editorSuggestWidget.selectedBackground": "#d9d9d9",
        "editorSuggestWidget.selectedForeground": "#383a42",
        "list.focusHighlightBackground": "#d9d9d9",
        "list.focusHighlightForeground": "#383a42",
        "quickInputList.focusBackground": "#d9d9d9",
        "quickInputList.focusForeground": "#383a42"
    },

Code_jOg57SICd6

You can change the colors to your liiking.

rashil2000 commented 3 years ago

Thanks @Gliptal !

Will try out your fixes today!

septsea commented 3 years ago

@Gliptal Good morning. Thanks so much!

septsea commented 3 years ago

I finally solved this issue by editing the extension file. I use the dark theme at night, and workbench.colorCustomizations overrides all themes. Thank you so much! @Gliptal

uloco commented 3 years ago

Thanks for the issue report, I'm currently on vacation and don't have any laptop with me to fix it properly. Hope the workarounds did work for you. I will update the theme as soon as I am back at my desk.