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: Export yet another named color for insensitive bg/fg

by roundabout, Friday, 29 July 2016, 15:26:26 (1469805986), pushed by roundabout, Sunday, 11 May 2025, 13:21:57 (1746969717)

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

0a807cbb690702d6753786630b993df780a524c0

gtk-3.0/_colors-public.scss

@@ -65,6 +65,10 @@ base background color of selections on backdrop windows */

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            text/foreground color of selections on backdrop windows */
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color};
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        /*
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        insensitive color on backdrop windows*/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        @define-color unfocused_insensitive_color #{"" + $insensitive_fg_color};
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            /*
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            widgets main borders color */
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @define-color borders #{"" +$borders_color};
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

gtk-3.0/gtk-dark.css

@@ -2737,6 +2737,9 @@ base background color of selections on backdrop windows */

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            text/foreground color of selections on backdrop windows */
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @define-color theme_unfocused_selected_fg_color #FFFFFF;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            /*
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        insensitive color on backdrop windows*/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        @define-color unfocused_insensitive_color rgba(255, 255, 255, 0.4);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        /*
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            widgets main borders color */
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @define-color borders rgba(0, 0, 0, 0.2);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            /*
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

gtk-3.0/gtk.css

@@ -2737,6 +2737,9 @@ base background color of selections on backdrop windows */

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            text/foreground color of selections on backdrop windows */
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @define-color theme_unfocused_selected_fg_color #FFFFFF;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            /*
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        insensitive color on backdrop windows*/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        @define-color unfocused_insensitive_color rgba(0, 0, 0, 0.32);
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        /*
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            widgets main borders color */
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            @define-color borders rgba(0, 0, 0, 0.1);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            /*