How do I change the color of the checkbox hook in a IntelliJ theme?

Answered

I would like to change the hook color of the Monocai theme but I'm not able to find the property that make it work. I has been resolved before in this PR: https://github.com/bmikaili/intellij-monocai-theme/pull/5 but unfortunately it is back again. :(

More information can be found in this issue: https://github.com/bmikaili/intellij-monocai-theme/issues/7

0
3 comments

What properties did you try?

0
Avatar
Permanently deleted user

Use "Checkbox.*" properties from under "icons > ColorPalette", for example:

"icons": {
"ColorPalette": {
"Checkbox.Background.Default.Dark": "#000000"
}
}
0
Avatar
Permanently deleted user

The issue was solved by itself with a IntelliJ update. :/

It can be seen here: https://github.com/bmikaili/intellij-monocai-theme/issues/7

 

0

Please sign in to leave a comment.