PyaeSoneAungRgn / github-zed-theme

GitHub's Zed themes
28 stars 4 forks source link

Improve search bar inputs' style #1

Closed jasongitmail closed 4 months ago

jasongitmail commented 4 months ago

Great work on the theme!

Noticed one opportunity for improvement.

The find and replace inputs have an unusual background color, with a lighter gray rectangle inside them that seems unintentional:

For comparison, here is One Dark Pro theme:

PyaeSoneAungRgn commented 4 months ago

Thanks you, i'll try to fix and release new version

jasongitmail commented 4 months ago

It turns out the slightly lighter color in the Github Dark theme's searhc input, is actually "editor.background"'s color showing through. The solution is to make "toolbar.background" the same color as "editor.background".

I'll submit a PR.