-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to control font colors #19
Comments
Changing font faces would be great, too :) |
I've done some research, and found those two links: so now we know how to edit the css, i think that this is enought to edit the i don't know when, but i will try to acomplish this. |
@jgabriel98, @vaskark |
oh, my bad then. I will do some more research for this topic on the future |
By default the gdm3 fonts are white/light colored, so it have a nice contrast against the dark purple background.
But when we use some light image for the background, the text gets unreadable.
So this issue is a feature request to add flags/parameter to control the font color, possible ways to do so:
./change-gdm-background someVeryLightPicture.jpg --font-color #545050
or
-dark-theme-fonts
: will set a light font color, so actually just leave the default font, since it already does its job-light-theme-fonts
: will set a dark font color, i recommend #545050 or #343434The text was updated successfully, but these errors were encountered: