Skip to content

Instantly share code, notes, and snippets.

@andrewpayne68
Last active April 24, 2026 12:55
Show Gist options
  • Select an option

  • Save andrewpayne68/55f13826b49bb527982e8e26d5f145bd to your computer and use it in GitHub Desktop.

Select an option

Save andrewpayne68/55f13826b49bb527982e8e26d5f145bd to your computer and use it in GitHub Desktop.
Set GDM / Login accent color to match GNOME Shell

Set GDM accent colour to match GNOME Shell

Adding these lines to '/etc/gdm3/greeter.dconf-defaults'

[org/gnome/desktop/interface]
accent-color='orange'

Single Line Command:

echo "[org/gnome/desktop/interface]" | sudo tee -a /etc/gdm3/greeter.dconf-defaults && echo "accent-color='orange'" | sudo tee -a /etc/gdm3/greeter.dconf-defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment