Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Cannot read Rule IDs in Messages when using Atom Material UI theme #482

Closed
reneruiz opened this issue Mar 11, 2016 · 5 comments
Closed

Cannot read Rule IDs in Messages when using Atom Material UI theme #482

reneruiz opened this issue Mar 11, 2016 · 5 comments

Comments

@reneruiz
Copy link

Hi team,

I turned on 'Show Rule ID in Messages' in linter-eslint's settings.

The eslint Rule ID inside the pill isn't legible though. Screenshot:
Screenshot

My first thought was that maybe it's the Atom Material UI theme causing the issue, but I don't seem to have the problem with my other Atom linters, so I thought I would try here first.

Here's a snippet of how I have Atom Material UI theme configured if anyone would like to recreate:

"atom-material-ui":
    colors:
      abaseColor:
        red: 126
        green: 87
        blue: 194
        alpha: 1
      accentColor:
        red: 176
        green: 228
        blue: 87
        alpha: 1
      predefinedColor: "Purple"
    fonts: {}
    tabs: {}
    treeView:
      compactList: true
    ui:
      panelContrast: true

I'd be happy to provide any other information needed.

@steelbrain
Copy link
Contributor

This has been fixed in an update, please update your package

@reneruiz
Copy link
Author

I have 7.1.1 installed which appears to be the latest:
Screenshot

All my packages are also up-to-date:
Screenshot

@steelbrain steelbrain reopened this Mar 11, 2016
@steelbrain
Copy link
Contributor

In that case, the theme might be messing up it's ui variables, can you please try this with another theme?

@reneruiz
Copy link
Author

Here's a screenshot with Atom Dark:
Screenshot

It's there but white on gray isn't great either. 😕

@Mulder90
Copy link

Same problem here. A temp workaround is to add this rule into Atom styles.less

// CUSTOM ESLINT CSS
#linter-inline a.eslint {
  color: black;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants