You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text selection affects named arguments, unused functions and comments.
Highlight under cursor affects unused things.
The text was updated successfully, but these errors were encountered:
bomgar
changed the title
Bad contrast with highlighted unused funtions in Kotlin
Bad contrast with highlighted or selected unused funtions in Kotlin
Jun 5, 2023
data classTest(
valx:Long,
valy:Long,
)
funmain(args:List<String>) {
// TEST
used()
Test(
x =1,
y =2,
)
}
fununused() {
}
funused() {
}
bomgar
changed the title
Bad contrast with highlighted or selected unused funtions in Kotlin
Bad contrast with highlighted or selected text in Kotlin
Jun 5, 2023
I guess this is because the recommended selection color by the dracula palette is already used by the current line. But the brighter color for selection does not work well with the rest.
Text selection affects named arguments, unused functions and comments.
Highlight under cursor affects unused things.
The text was updated successfully, but these errors were encountered: