-
Notifications
You must be signed in to change notification settings - Fork 36
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
Colors with Solarized scheme #75
Comments
👍 |
👍 I am using the Atom Dark (UI Theme) and One Dark (Syntax Theme), and having a similar issue. The colors in the rspec results window are very muted and dark, whereas other text windows have brighter colors. Killer extension, love it! Thanks! |
+1 It's only the red TBH |
👍 yes the red is not good. |
👍 Agreed, i'm using One Dark with Atom Material and colors aren't great.. Wish there was a way to change. Would really be nice if I could integrate with Terminal Plus where user has control over colors. Has anyone seen a way to integrate the two? |
+1 |
You can customise it in .ruby-test .panel-body,
.ruby-test .panel-body pre {
background-color: #000;
} |
If you want to override specific colours, here's how I do it in my
|
atom-ruby-test colours are very hard to look when using Solarized colour theme. I mean solarized has its red colour which looks nice. atom-ruby-test uses different red combinded w/ lighter background that makes output very hard to read. Example screenshot attached.
Below is example of Solarized theme's red:
Would it be possible to better match colours defined in Theme?
The text was updated successfully, but these errors were encountered: