A fork of the Materia GTK theme.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

GTK3: Code cleanup

by roundabout, Wednesday, 16 November 2016, 07:27:13 (1479281233), pushed by roundabout, Sunday, 11 May 2025, 13:22:01 (1746969721)

Author identity: nana-4 <hnmaigo@gmail.com>

0583a3a863f667a2c966988256ac25eadeee8d87

gtk-3.0/gtk.scss

@@ -1,9 +1,3 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        // General guidelines:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - very unlikely you want to edit something else than _common.scss
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - keep the number of defined colors to a minimum, use the color blending functions if
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        //   you need a subtle shade
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - if you need to inverse a color function use the @if directive to match for dark $variant
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $variant: 'light';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $light: 'false';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $laptop: 'false';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        

@@ -16,3 +10,9 @@ $laptop: 'false';

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @import 'budgie';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @import 'lightdm';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @import 'colors-public';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // General guidelines:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - very unlikely you want to edit something else than _common.scss
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - keep the number of defined colors to a minimum, use the color blending functions if
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        //   you need a subtle shade
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - if you need to inverse a color function use the @if directive to match for dark $variant
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

gtk-3.0/gtk_laptop.scss

@@ -1,9 +1,3 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        // General guidelines:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - very unlikely you want to edit something else than _common.scss
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - keep the number of defined colors to a minimum, use the color blending functions if
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        //   you need a subtle shade
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - if you need to inverse a color function use the @if directive to match for dark $variant
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $variant: 'light';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $light: 'false';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $laptop: 'true';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

gtk-3.0/gtk_light.scss

@@ -1,9 +1,3 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        // General guidelines:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - very unlikely you want to edit something else than _common.scss
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - keep the number of defined colors to a minimum, use the color blending functions if
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        //   you need a subtle shade
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - if you need to inverse a color function use the @if directive to match for dark $variant
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $variant: 'light';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $light: 'true';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $laptop: 'false';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

gtk-3.0/gtk_light_laptop.scss

@@ -1,9 +1,3 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        // General guidelines:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - very unlikely you want to edit something else than _common.scss
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - keep the number of defined colors to a minimum, use the color blending functions if
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        //   you need a subtle shade
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        // - if you need to inverse a color function use the @if directive to match for dark $variant
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $variant: 'light';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $light: 'true';
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $laptop: 'true';