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.

gtk2/treeview: Don't change fg color when PRELIGHT and ACTIVE

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

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

190767ae52d7300a06171df88d144ffe32a71bba

src/gtk-2.0/main.rc

@@ -2346,7 +2346,8 @@ style "treeview_header" {

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              ythickness = 2
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              fg[NORMAL]   = mix(0.7, @fg_color, @base_color)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          fg[PRELIGHT] = @fg_color
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          fg[PRELIGHT] = mix(0.7, @fg_color, @base_color)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          fg[ACTIVE]   = mix(0.7, @fg_color, @base_color)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              font_name = "Medium"
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

src/gtk-2.0/main.rc.hidpi

@@ -2346,7 +2346,8 @@ style "treeview_header" {

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              ythickness = 4
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              fg[NORMAL]   = mix(0.7, @fg_color, @base_color)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          fg[PRELIGHT] = @fg_color
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          fg[PRELIGHT] = mix(0.7, @fg_color, @base_color)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          fg[ACTIVE]   = mix(0.7, @fg_color, @base_color)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                              font_name = "Medium"