A modern, native theme manager and customization suite for the GNOME Desktop environment (GTK4 & Libadwaita).
Current release: v1.5.0
- 🌐 Online Theme Store:
- Browse, search, and filter thousands of themes from Pling and OpenDesktop across GTK, Shell, Icons, and Cursors.
- High-resolution screenshot inspection, author ratings, download counts, and 1-click automatic installation into
~/.themesand~/.icons.
- 🧩 GNOME Shell Extensions Manager:
- Live list of user and system extensions with instant enable/disable toggles.
- Direct access to individual extension settings dialogs, system Extensions app, and extensions.gnome.org catalog.
- 🎨 Unified Theme Management:
- Browse, preview, and apply GTK 3/4, GNOME Shell, Icon Packs, and Cursors.
- Global Themes: Save, switch, and share complete desktop setups in 1 click with live GSettings synchronization.
- 🌗 Color Scheme Preferences: 1-click toggling between Default (Light), Dark, and Light appearance across all views.
- 🖌️ Interactive Theme Editor & Mixer:
- Mix installed components into custom Global Themes with localized option bindings.
- Customize extracted GTK and Shell palette colors with live preview and safe auto-rollback.
- Extract adaptive accent color palettes from your desktop wallpaper.
- 🔤 Typography & Font Control:
- Configure Interface, Document, and Monospace fonts with native font dialogs.
- Live adjustment of global display text scaling factor.
- 💻 GNOME Terminal Palette Customizer:
- Manage profiles, derive 16-color ANSI palettes from themes, adjust background transparency, and configure terminal fonts.
- 📦 Smart Installer & Theme Validation:
- Drag-and-drop or select
.zip/.tar.*archives and folders with pre-install integrity checks. - Safe theme uninstallation with active-theme protections.
- Drag-and-drop or select
- 🛡️ Sandbox Integration & In-App Guide:
- Automatic theme sync for Flatpak overrides and Snap custom content connectors.
- In-app interactive guide modal and conditional runtime diagnostics.
To run the standalone AppImage bundle, local helper scripts, or launch the app from a custom desktop launcher, ensure execution permissions are granted:
# AppImage bundle:
chmod +x GNOMEThemeManager-*.AppImage
# Local development helper scripts:
chmod +x scripts/run_app.sh scripts/run_tests.sh scripts/run_cli.sh- Flatpak: Automatic theme propagation via filesystem overrides (
xdg-data/themes:ro,xdg-data/icons:ro). - Snap: Native integration via
gtk-common-themesand local dynamic Content Snaps.
For deep-dive details on sandbox integration and snap configuration, see docs/SANDBOX.md.
Download the latest .AppImage from GitHub Releases and launch:
chmod +x GNOMEThemeManager-1.4.1-x86_64.AppImage
./GNOMEThemeManager-1.4.1-x86_64.AppImage(See INSTALL.md for distribution packages and FUSE troubleshooting).
Clone the repository and run using the automated launcher scripts:
# 1. Setup environment and install dependencies
./scripts/install_dependencies.sh
# 2. Launch the GTK4 / Libadwaita GUI
./scripts/run_app.shGNOME Theme Manager includes a full-featured CLI for terminal lovers and scripting:
# Show currently applied themes
gnome-theme-manager current
# List available themes
gnome-theme-manager list --type gtk
# Apply a combination of themes
gnome-theme-manager apply --gtk "Adwaita-dark" --icon "Papirus" --color-scheme prefer-dark
# Manage Global Theme presets
gnome-theme-manager preset list
gnome-theme-manager preset save my-custom-preset
gnome-theme-manager preset apply my-custom-preset
# Install a theme archive
gnome-theme-manager install -f ~/Downloads/Nordic.tar.xzWe provide full automation for development, testing, and formatting:
# Run entire test suite (Pytest + Coverage + Ruff + Mypy)
./scripts/run_tests.shFor complete instructions on development workflows, virtualenv setup, translation tools, and contributing guidelines, check out: 👉 Development Guide | Contributing Guidelines
- 📦 Installation & System Requirements: Distro-specific dependencies and AppImage setup.
- 🛠️ Development & Quality Guide: Testing, linting, type-checking, and i18n workflows.
- 📦 Sandbox Integration (Snap & Flatpak): Details on sandbox permissions and theme propagation.
- 🗺️ Roadmap: Project milestones and upcoming features.
- 📝 Changelog: Version history and release notes.
GNOME Theme Manager is open-source software licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later).