alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
698 stars 88 forks source link

Comment color is set to black on a dark bg (screenshots attached) #115

Open SufianBabri opened 4 years ago

SufianBabri commented 4 years ago

I put in the following Kotlin code and formatted it with androidstudio theme:

interface LoadDataListener {
    // implemented by Presenter and called by Interactor
    fun onDataLoaded(data: ArrayList<Data>)
}

How it looks like after formatting: Screenshot from 2019-10-07 18-21-12 (Language: kotlin, Theme: androidstudio)

Browser? Firefox (60.9.0esr 64-bit) and Chromium (76.0.3809.100 (Developer Build)).

How it should look? The comment line should have a white text color so it is easier to read.

BTW, lovely extension!