Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Constructor font color is Black on black #23

Closed
yofu1234 opened this issue Nov 16, 2016 · 5 comments
Closed

new Constructor font color is Black on black #23

yofu1234 opened this issue Nov 16, 2016 · 5 comments

Comments

@yofu1234
Copy link

yofu1234 commented Nov 16, 2016

black on black

People can't see the code when I show it to them and also its really hard to see unless I turn on my screen to full brightness.

Here is some code you can use to test:

var o = {};
o.constructor === Object; // true

var a = [];
a.constructor === Array; // true

var n = new Number(3);
n.constructor === Number; // true

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor

tld;dr: Please change it to a different color.

@tobyqin
Copy link

tobyqin commented Jan 22, 2017

same problem.

@0x-2a
Copy link
Owner

0x-2a commented Feb 27, 2017

Which Jetbrains product and version are you using?

@yofu1234
Copy link
Author

WebStorm, the newest version.

@0x-2a
Copy link
Owner

0x-2a commented Feb 28, 2017

Can't reproduce on OSX version of Webstorm 2016.3.3. Need more details.

screen shot 2017-02-28 at 7 26 01 am

@tobyqin
Copy link

tobyqin commented Mar 4, 2017

I am on Windows platform, with latest version of PyCharm.

@0x-2a 0x-2a closed this as completed Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants