Skip to content

tuurep/dmg_black

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmg_black

Forked from davidmogar's lightdm-webkit2-dmg_blue to:

  • modify the colors from blue to black with a dark teal accent
  • fix and maintain after lightdm-webkit2-greeter stopped working

screenshot

lightdm-webkit2-greeter deprecation

Arch package lightdm-webkit2-greeter (link) is a project originating in the discontinued Antergos distro, and it is abandoned. After updating dependency webkit2gtk to version 2.38 logging in with the greeter stopped working.

Here's a very useful issue about this:

lightdm-webkit-theme-litarvan issue #186 - "It simply doesn't log in"

JezerM's web-greeter (link) is an updated and maintained fork. Available in the AUR: https://aur.archlinux.org/packages/web-greeter

Changing colors

The colors (as well as font) can be easily changed in css/style.css, set them here:

:root {
    --accent-color:           #1a4f4c;
    --accent-color-hover:     #1e5a57;
    --accent-color-disabled:  #214240;

    --bg-color:               #000000;
    --bg-color-panel:         #222525;
    --bg-color-input:         #0d0d0d;
    --bg-color-bar:           #121212;
    --bg-color-selected:      #313438;
    --border-color:           #282828;

    --fg-color:               #ffffff;
    --fg-color-dimmed:        #646464;
    --fg-color-placeholder:   #373737;
    --fg-color-error:         #e8c47b;

    --box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    --font: "DejaVu Sans";
}

About

Somewhat minimalistic web-greeter theme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.0%
  • JavaScript 39.8%
  • HTML 15.2%