marqu3ss / Aurora-X

A nice theme for your Visual Studio Code
23 stars 11 forks source link

Text color too dark for new files #1

Closed LemuelPuglisi closed 4 years ago

LemuelPuglisi commented 4 years ago

New files color is too dark, so they hide in the background. I think using some other colors like green or whatelse will improve UX.

image

Anyway, best VScode theme! Keep pushin

marqu3ss commented 4 years ago

Thanks for the feedback, It will be improved for the next release :)

WillMuzyka commented 4 years ago

I was coming here to make the same issue, it's to dark to read the new files. A green-ish color would be amazing, adding contrast to it (but this is only my preference). While we don't have the update, I'm using this setting in my settings.json:

"workbench.colorCustomizations": {
    "[Aurora X]": {
        "gitDecoration.untrackedResourceForeground": "#419a9d"
    }
}

And really nice work, amazing theme!