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.

gtk: Revert titlebar colors only in standard variant

The current titlebar colors are a bit too dark for the standard variant.

It's kind of shame, but make the colors independent of $-dark-surface-* in the standard variant.

by roundabout, Sunday, 15 March 2020, 03:54:59 (1584244499), pushed by roundabout, Sunday, 11 May 2025, 13:22:50 (1746969770)

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

7155b289a79bc48d39f5f60df806011a046942ed

src/_sass/_colors.scss

@@ -112,8 +112,8 @@ $scrim-alt: rgba(black, .3);

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $panel:                                 if($topbar == 'dark', #1F1F1F, $scrim);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $panel-solid:                           if($topbar == 'dark', #1F1F1F, #CCCCCC); // for Unity panel which doesn't allow translucent colors
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $titlebar:                              if($topbar == 'dark', $-dark-surface-4dp, #E0E0E0);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $titlebar-backdrop:                     if($topbar == 'dark', $-dark-surface-1dp, #D6D6D6);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $titlebar:                              if($topbar == 'dark', if($variant == 'light', #383838, $-dark-surface-4dp), #E0E0E0);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $titlebar-backdrop:                     if($topbar == 'dark', if($variant == 'light', #303030, $-dark-surface-1dp), #D6D6D6);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $titlebar-indicator:                    if($topbar == 'dark', currentColor, $primary);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            //