rainglow / vscode

320+ color themes for Visual Studio Code.
https://rainglow.io
MIT License
1.3k stars 54 forks source link

Unreadable buttons on Tron theme #22

Open janogarcia opened 6 years ago

janogarcia commented 6 years ago

Thanks for your awesome work on Rainglow, Dayle. 👏

Just wanted to report that the Tron theme is rendering unreadable buttons, white text on top of a white background, as shown on the screenshot below.

The button.background property here

"button.background":"#ffffff",
"button.foreground":"#ffffff",

should actually be

"button.background":"#267fb5",
"button.foreground":"#ffffff",

tron - buttons

Vrandus commented 4 years ago

Fixed issue in #34