Android studio syntax color theme for kotlin

The default syntax color theme in Android Studio is least helpful.

Check out this class signature for example
abstract class DataListAdapter<T, V : ViewDataBinding>(listener: OnItemClickedListener?, options: FirestoreRecyclerOptions) : FirestoreRecyclerAdapter<T, DataViewHolder>(options)

I spend atleast 15 sec trying to figure classes, types & params.

It’s very annoying. The conciseness of Kotlin comes at the cost of readability and I expect IDE to help but unfortunately the default color theme is as good as reading plaintext.

1 Like

Strongly agree with this, I thought the integration with IntelliJ would be seamless since both are created by the same company but unfortunately its not the case (yet - hopefully) :frowning:

The syntax highlighter and code formatter leaves lots to be desired