t-ye / bluej-dark-theme

A dark theme for BlueJ
33 stars 17 forks source link

`instanceof` and character literals are invisible (black against a black background) #1

Open t-ye opened 6 years ago

t-ye commented 6 years ago

An example for character literals:

8iliegl 1

123kevinlee commented 5 years ago

In the java-colors file, I added .token-char-literal { -fx-fill: #ffbf00; } which allows you to change the character literal color.

Emuel5 commented 4 years ago

An example for character literals:

8iliegl 1

Do you know how to change the black background? Thanks

123kevinlee commented 4 years ago

@Emuel5 The option is in the java-colors file under the scope-colors class. It is the property -bj-background-color. Just change the color code following that property to the color you want your background to be.

JaCoB123456798 commented 4 years ago

How do you change the color of instanceof? I want to leave the background black but instanceof is black.