nepnep39 / neofetch-win

Simple, ultra-lightweight neofetch clone for Windows 10+ written in C++
MIT License
139 stars 10 forks source link

Suggestion: allow terminal color change after run #22

Closed DanHolli closed 4 months ago

DanHolli commented 4 months ago

I like color 0a (hacker vision 😜) but if I run color 0a after it makes the entire thing green and will change it to white after running

having an argument for changing the color after would be nice

nepnep39 commented 4 months ago

if you'd like you can change line 13 to this #define setdflt SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 2) looks like this image of course you could change the other colours too if you'd like (would probably look better if you changed the ascii art) feel free to play around with it

nepnep39 commented 4 months ago

closing this since its been a bit but feel free to reopen if you have any questions