doki-theme / doki-theme-jetbrains

Cute anime character themes for your JetBrains IDEs.
MIT License
647 stars 41 forks source link

unclear single choose box #585

Closed LuSouth closed 1 year ago

LuSouth commented 2 years ago

Describe the bug When I click a single choose box, i found that it did not in highlight

To Reproduce

  1. found any single choose box (like git), and choose one image
  2. click any other position. you can find that the highlight of box missed, although it is still be selected in system. image

Expected Behavior with default theme of goland: image

Environment

Unthrottled commented 2 years ago

This looks just like #564 which was fixed by #565 . Could you try to downgrade the plugin to v88.1-1.5.2 and see if that fixes the issue? Before I started working on the new icons.

LuSouth commented 1 year ago

oh, it is also happened at v88.1-1.5.2 image image

Unthrottled commented 1 year ago

That's odd, it works on my machine

image

My environment

GoLand 2022.2.4
Build #GO-222.4345.24, built on October 11, 2022
Runtime version: 17.0.4.1+7-b469.62 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
    suggest.all.run.configurations.from.context=true
    ide.completion.variant.limit=500

Non-Bundled Plugins:
    io.acari.DDLCTheme (88.2-1.6.1)

Do you have a different java runtime?

Please go to Help -> About and use the Copy button to copy all the information and paste it here. It should look like what I provided.

LuSouth commented 1 year ago
GoLand 2022.2.4
Build #GO-222.4345.24, built on October 11, 2022

Runtime version: 17.0.4.1+7-b469.62 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 12
Registry:
    ide.intellij.laf.enable.animation=true
    suggest.all.run.configurations.from.context=true
    ide.completion.variant.limit=500

Non-Bundled Plugins:
    io.acari.DDLCTheme (88.1-1.5.4)

i upgrade DDLCTheme after test 88.1-1.5.2 is useless

i use none of windows theme

Unthrottled commented 1 year ago

I'm thinking that the radio button icon might be getting cached somehow.

Try to Invalidate all caches and restart

If that doesn't work, could you temporarily add a Custom Property to your IDE?

Add idea.ui.icons.svg.disk.cache=false and then restart your IDE and see if it fixes it. You can remove it afterwards.

Should look like this

image

LuSouth commented 1 year ago

sorry, it still doesn't work i clean all cache and modify setting file and restart Goland here is idea.properties image

and doki theme settings: image

Unthrottled commented 1 year ago

Turns out it was only an issue for light themes.

I got a fix in

image

You should be able to download the fixed version off the release https://github.com/doki-theme/doki-theme-jetbrains/releases/tag/v88.2-1.6.2

Thanks for reporting!