RodrigoEspinosa / atom-hacker-news-background-titles

Displays HackerNews titles in the background.
https://atom.io/packages/hacker-news-background-titles
MIT License
3 stars 0 forks source link

how to change the text color? #2

Open Falieson opened 9 years ago

Falieson commented 9 years ago

I like to keep an atom window open in a corner and watch the news feed - thank you RodrigoEspinosa for the package!

screen shot 2015-09-04 at 10 57 18 am

You can see in the screenshot that "Monads in Scheme" is kind of hard to read, I'm new to customizing atom - can someone tell me how to change this text color to something lighter which will make it easier to read?

RodrigoEspinosa commented 9 years ago

Hi @Falieson, glad you like it!

It's true that in your screenshot the title doesn't look right.

I'd like to implement some configuration at some point to allow changing the color (and other stuff) directly on Atom settings but for now you could manually add a color attribute to the following rule: https://github.com/RodrigoEspinosa/atom-hacker-news-background-titles/blob/master/styles/background-titles.less#L19

You can go to to the settings, search your this package and then click in the View code button.

screen shot 2015-09-11 at 9 08 57 am

Then, make all the changes you'd like and hit View/Reload from the menubar.

Hope it helps!

Falieson commented 9 years ago

Very helpful, thank you!

screen shot 2015-09-12 at 9 28 10 am