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.

change_color.sh: Revert default TARGET_DIR to $HOME/.themes

This was an unnecessary change that came from my misunderstanding.

by roundabout, Tuesday, 23 March 2021, 15:26:29 (1616513189), pushed by roundabout, Sunday, 11 May 2025, 13:23:02 (1746969782)

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

ee0245fb2de6469ee6b197af0c405d61d5442cb8

change_color.sh

@@ -143,7 +143,7 @@ TERMINAL_COLOR10=${TERMINAL_COLOR10:-00C853}

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            TERMINAL_COLOR11=${TERMINAL_COLOR11:-FF6D00}
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            TERMINAL_COLOR12=${TERMINAL_COLOR12:-66BB6A}
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        TARGET_DIR=${TARGET_DIR-$HOME/.local/share/themes}
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        TARGET_DIR=${TARGET_DIR-$HOME/.themes}
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            OUTPUT_THEME_NAME=${OUTPUT_THEME_NAME-oomox-$THEME}
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            DEST_PATH="$TARGET_DIR/${OUTPUT_THEME_NAME/\//-}"