justmoon / relative-numbers

Relative line numbers package for Atom
https://atom.io/packages/relative-numbers
MIT License
37 stars 16 forks source link

Set colors for absolute numbers #53

Open ginfung opened 5 years ago

ginfung commented 5 years ago

Hello all! I've turned on the "Show absolute numbers". And I know that I can set up the line number colors with

atom-text-editor .gutter .line-number {
  color: #fff;
}

However, I haven't know how to set up the color for absolute number yet. Can anyone advise that? Right now my theme looks as

image