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.

cinnamon: Don't use cinnamon specific shadow vars

by roundabout, Thursday, 31 January 2019, 15:20:32 (1548948032), pushed by roundabout, Sunday, 11 May 2025, 13:22:33 (1746969753)

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

4549940c06631641074e603d9eb894cec3c3b9db

src/_sass/cinnamon/_common.scss

@@ -1107,7 +1107,7 @@ StScrollView {

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              padding: 10px 15px;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              spacing: 1em;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              color: $fg_color;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          box-shadow: $shadow_6;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          box-shadow: $shadow_4;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            }
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            // Cinnamon 4.0 has a new grouped window list applet with it's own selectors.
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            // Initial theme support is defined here. Some theming is defined in the panel orientation specific section above.
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

src/_sass/cinnamon/_over-rides.scss

@@ -1,9 +1 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            //variable overrides
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $shadow_0: 0 0 transparent;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $shadow_1: 0 1px 1.5px rgba(0, 0, 0, 0.12);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $shadow_2: 0 3px 3px rgba(0, 0, 0, 0.16 * 1.5);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $shadow_3: 0 10px 10px rgba(0, 0, 0, 0.19 * 1.5);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $shadow_4: 0 14px 14px rgba(0, 0, 0, 0.25 * 2);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $shadow_5: 0 19px 19px rgba(0, 0, 0, 0.30 * 2);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $shadow_6: 14px 14px 14px rgba(0, 0, 0, 0.25 * 2);