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 cosmetics

by roundabout, Friday, 9 June 2017, 15:23:19 (1497021799), pushed by roundabout, Sunday, 11 May 2025, 13:22:11 (1746969731)

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

a104d15201fb4d97ddbe7a7a091ed16b58116c95

src/gtk-3.0/3.22/sass/_colors.scss

@@ -78,10 +78,10 @@ $question_bg_color: $blue_400;

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $warning_bg_color:  $orange_400;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $error_bg_color:    $red_400;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $border_color:             if($variant == 'light', rgba($black, 0.1), rgba($black, 0.2));
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $highlight_color:          if($variant == 'light', rgba($white, 0.4), rgba($white, 0.1));
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $titlebar_highlight_color: if($titlebar == 'dark', rgba($white, 0.15), $highlight_color);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $unity_highlight_color:    if($titlebar == 'dark', rgba($white, 0.1), rgba($white, 0.2));
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $border_color:             if($variant == 'light', rgba($black, 0.1),  rgba($black, 0.2));
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $highlight_color:          if($variant == 'light', rgba($white, 0.4),  rgba($white, 0.1));
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $titlebar_highlight_color: if($titlebar == 'dark', rgba($white, 0.15), rgba($white, 0.4));
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $unity_highlight_color:    if($titlebar == 'dark', rgba($white, 0.1),  rgba($white, 0.2));
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $alt_highlight_color:      rgba($white, 0.2);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $titlebar_indicator_color: if($titlebar == 'dark', currentColor, $primary_color);