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
Please sign in to leave a comment.
What properties did you try?
Use "Checkbox.*" properties from under "icons > ColorPalette", for example:
"icons": {"ColorPalette": {
"Checkbox.Background.Default.Dark": "#000000"
}
}
The issue was solved by itself with a IntelliJ update. :/
It can be seen here: https://github.com/bmikaili/intellij-monocai-theme/issues/7