h4zm1 / Cyberpunk-Theme

Dark "Cyberpunk" theme for visual studio 19/22
https://marketplace.visualstudio.com/items?itemName=T0uchM3.CTVS19
MIT License
51 stars 7 forks source link

Added border to upper searchBar #6

Closed vasveone closed 2 years ago

vasveone commented 2 years ago

Since quite often when moving around the screen my visual code, I often press the search bar space (marked in red square). image So I just added the UnfocusedBorder color to the default blue one. image

h4zm1 commented 2 years ago

Not sure if this's a bug, but assigning a color to UnfocusedBorder isn't different than assigning a color to SearchBoxBorder. Now the searchbox got a border even while using vs!! Moving the curser above the searchbox while unfocused should highlight it (current version), isn't that enough to solve your problem?