CodelyTV / jetbrains-theme

🎨 A modern, productivity-increaser theme for all JetBrains IDEs
https://plugins.jetbrains.com/plugin/12891-codelytv-theme/
MIT License
135 stars 21 forks source link

fix: 🐛 whitespaces not being shown due to same color as bg #20

Closed EduardoSimon closed 3 years ago

EduardoSimon commented 3 years ago

Feature Motivation

Following your course "Exprimiendo IntelliJ", I was configuring the setting show whitespaces and realised that with the Codely Dark Theme the whitespaces color was the same as the background color. My color proposal is a light grey that is visible but not as light as other elements such as variables or comments.

Visual Result

Before

image

After

image

rgomezcasas commented 3 years ago

It's not a bug 🐛, it's a feature ✨

Since IntelliJ has no option to "only show whitespeces on selected characters" this is the only way to do it.

If they implement that feature, I'll reopen this PR.

Thanks!! 😊

EduardoSimon commented 3 years ago

Sorry @rgomezcasas but I don't get it. How do you see whitespaces in a visual way?