minamarkham / yonce

👑 Queen Bey-inspired themes for all your favs.
http://yoncetheme.com
MIT License
333 stars 31 forks source link

VS Code Suggestion Window #6

Closed travispamaral closed 5 years ago

travispamaral commented 5 years ago

Hi Mina!

Im in love with this theme, I have it on all the things! 😄Do you have any plans to add a highlight style to this Quick Suggestion window in VS Code? I find it is sometimes hard to see what you are selecting if you navigate it with arrows. Thought I would at least ask :)

Thanks so much for this theme and your work on it! I recommend it to everyone!

ifahrentholz commented 5 years ago

I've tried to overwrite the styles via "workbench.colorCustomizations" but it did not work.

"workbench.colorCustomizations": {
    "[Yoncé]": {
      "list.focusBackground": "#919CB915",
      "list.focusForeground": "#F6F0FFEA",
    }
  },

I have no clue what's the problem :(

jeffrafter commented 5 years ago

@ifahrentholz I think you want:

  "workbench.colorCustomizations": {
    "editorSuggestWidget.selectedBackground": "#FC43847A"
  },
ifahrentholz commented 5 years ago

Nice - that works ! Thanks @jeffrafter