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.

chrome/sass: Remove unused "variables" stylesheet imports

by roundabout, Sunday, 29 March 2020, 07:18:01 (1585466281), pushed by roundabout, Sunday, 11 May 2025, 13:22:52 (1746969772)

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

3e22732f5c6e278e0a29b5432df723b3e57574a9

src/chrome/chrome-scrollbar-dark/scrollbars.scss

@@ -1,7 +1,5 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $variant: 'dark';

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $topbar: 'dark';

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $compact: 'false';

                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        @import '../../variables';

                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @import '../../colors';

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @import '../sass/scrollbars';

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

src/chrome/chrome-scrollbar/scrollbars.scss

@@ -1,7 +1,5 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $variant: 'light';

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            $topbar: 'dark';

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $compact: 'false';

                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        @import '../../variables';

                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @import '../../colors';

                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @import '../sass/scrollbars';