Skip to content
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

Open
jgabriel98 opened this issue Nov 13, 2020 · 4 comments
Open

Add support to control font colors #19

jgabriel98 opened this issue Nov 13, 2020 · 4 comments

Comments

@jgabriel98
Copy link

jgabriel98 commented Nov 13, 2020

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:

  • One new parameter, to specify the font HEX color. for example ./change-gdm-background someVeryLightPicture.jpg --font-color #545050

or

  • Two new flags:
    • -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 #343434
@vaskark
Copy link

vaskark commented Nov 14, 2020

Changing font faces would be great, too :)

@jgabriel98
Copy link
Author

I've done some research, and found those two links:
how to change gnome lockscreen font settings (color, size, etc)
how to change gdm3 login screen font settings

so now we know how to edit the css, i think that this is enought to edit the change-gdm-background script, and add font color feature (and font face too).

i don't know when, but i will try to acomplish this.

@thiggy01
Copy link
Owner

thiggy01 commented Jan 16, 2021

@jgabriel98, @vaskark
I like the idea, but the first ask Ubuntu answer just teach you how to change the background color of the small login box and the other link just show you how to change the color of the clock dialog font.
Both don't tell you how to change font colors or size of the login dialog box and I really don't know how to do it on the .css file.
If you have any idea on how to change the login dialog font color, size or face please write it here and I'm going to try to implement it somehow on my script.

@jgabriel98
Copy link
Author

oh, my bad then.

I will do some more research for this topic on the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants