one-dark / jetbrains-one-dark-theme

One Dark theme for JetBrains.
https://plugins.jetbrains.com/plugin/11938-one-dark-theme
ISC License
589 stars 67 forks source link

Experimental UI: Find replace search box off vertical center #294

Closed DragonAxe closed 1 year ago

DragonAxe commented 1 year ago

In Idea's New UI, the find replace search box text is off vertical center:

image

image

In this issue, JetBrains indicates this is a theme issue. Testing with 'Dark' theme, I get the desired vertical alignment. https://youtrack.jetbrains.com/issue/IDEA-311366

Unthrottled commented 1 year ago

Huh, I never noticed that. I'll see what I can do.

Unthrottled commented 1 year ago

Looks like it is this property

https://github.com/JetBrains/intellij-community/blob/fab6d931f166c7407a70ba326a847464ea49d074/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json#L237

Not going to change this, as it breaks the existing UI.

Feel free to make the changes on your own local copy though. Thanks!

DragonAxe commented 1 year ago

Thanks for taking a look!