Fix comprehensive GNOME theming issues with Gruvbox dark theme - #18
Draft
sanchit-lamba with Copilot wants to merge 3 commits into
Draft
Fix comprehensive GNOME theming issues with Gruvbox dark theme#18sanchit-lamba with Copilot wants to merge 3 commits into
sanchit-lamba with Copilot wants to merge 3 commits into
Conversation
Deploying nixos-config with
|
| Latest commit: |
87f6700
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://39e6fbb2.nixos-config.pages.dev |
| Branch Preview URL: | https://copilot-fix-e62c744f-18a1-46.nixos-config.pages.dev |
Co-authored-by: sanchit-lamba <121615638+sanchit-lamba@users.noreply.github.com>
Co-authored-by: sanchit-lamba <121615638+sanchit-lamba@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] theming issues on my system, the settings page, the flie exploroer is not themed correctly it shows the white theme everywhere and everything is either crooked or disproportionate
Fix comprehensive GNOME theming issues with Gruvbox dark theme
Sep 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes critical theming issues where GNOME applications (Settings, Files/Nautilus) were displaying white theme instead of the configured Gruvbox dark theme, and UI elements appearing crooked or disproportionate.
Problem Description
The existing theming configuration had several gaps that prevented proper theme application:
Root Causes
Changes Made
Enhanced System-wide Theme Module (
modules/themes/gruvbox.nix)qt5ct,qt6ct, kvantum pluginsImproved Desktop Integration (
hosts/common.nix)xdg-desktop-portal-gnomefor proper GNOME application themingComprehensive Home Configuration (
home/san.nix).gtkrc-2.0,gtk-3.0/settings.ini,gtk-4.0/settings.ini)dconf-editor,lxappearance,qt5ct/qt6ctEnhanced GNOME Desktop (
modules/desktop/gnome/default.nix)Testing
After applying these changes:
sudo nixos-rebuild switch --flake .home-manager switch --flake .Expected Results
Backwards Compatibility
All changes are additive and maintain compatibility with existing configurations. The enhanced theming provides multiple fallback mechanisms to ensure theme application works across different scenarios.
Additional Benefits
This fix provides a robust, comprehensive theming solution that addresses the root causes of GNOME theming inconsistencies.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.