-
Notifications
You must be signed in to change notification settings - Fork 5.3k
(Theme): (Solarized Dark uses wrong text color) #5130
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
Comments
Fixed the issue and also made a pull request |
The pull request has passed all the requests but I am not getting why its not merged. Its my first pull request and I don't know much about it. |
@gurvirbaraich I apologize, I made a small mistake. The following CSS block should probably retain its original color, base1: .ace-solarized-dark .ace_entity.ace_other.ace_attribute-name, The Solarized Web Site describes base1 in Dark Mode as: "optional emphasized content". For JavaScript, that slightly emphasized the words like function in the code block "function hello() {}". However, .ace-solarized-dark should definitely be: 839496. Sorry about that. I dunno if you can update your pull request. Good luck, I hope your PR is accepted! |
Okay, taken down the previous pull request and created new one #5137. Thanks @doom-goober! |
The fix was merged and released a while ago |
Describe the bug
If you go to the original solarized web page you can find this blurb:
base03 #002b36
base0 #839496
base00 #657b83
base1 #93a1a1
But solarized_dark.css.js defines the following as the primary text color:
Notice Ace's version uses color, #93A1A1 while the Solarized web page explicitly states the text color should be: #839496
Expected Behavior
For Solarized Dark, the text color should be: #839496
Current Behavior
For Solarized Dark, the text color is: #93A1A1.
Reproduction Steps
Create an Ace Editor using Solarized Dark theming.
Possible Solution
Change the color value from #93A1A1 to #839496
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
v1.17.0
The text was updated successfully, but these errors were encountered: