List of themes made for the Roundabout software

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

Removed contrib. section from README

It was difficult to maintain both that and the main one in the index.html

steve0greatness,
created on Monday, 8 July 2024, 13:20:33 (1720444833), received on Tuesday, 9 July 2024, 19:02:10 (1720551730)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

8b23a5a0f0180f9968f773c868f78e954a8a9fc5

README.md

@@ -4,38 +4,5 @@ This is an index of themes for you to use on any instance of the Roundabout soft

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            You can find a list of themes by user in the [`themes`](themes) directory, or,
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            go to [`steve0greatness.roundabout-host.com/ThemeIndex`](https://steve0greatness.roundabout-host.com/ThemeIndex)
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        for a rich-text list of themes.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        ## Contributing Themes
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        If you have a theme you'd like to contribute, you can do that in 1 of 2 ways:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        * **Email your theme to `steve0greatnessiscool+RATI [at] gmail.com`.**
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          Your email should contain a link to your Roundabout profile (it doesn't have to be
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          on [`roundabout-host.com`](https://roundabout-host.com/)), your theme's name,
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          and your theme CSS as an attachment.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        * **Submit a Pull Request**
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          You'll need to add your theme CSS to your subdirecotry in the [`themes`](themes) directory.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          If you don't have a directory in [`themes`](themes), add one.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          Make sure to add all information about your theme to [`themes.xml`](themes.xml),
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          this includes:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          * Theme's name
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          * Your display name, username, a link to your profile, Roundabout instance
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          * Path to the theme CSS (relative to the [`themes`](themes) directory)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          This should be formatted as such:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          ```xml
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          <theme>
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              <title>{Theme Name}</title>
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              <author
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                  uri="https://{profile link}"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                  instance="{profile instance}"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                  username="{author username}"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              >{Author display name}</author>
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              <uri>{pathto/theme.css}</uri>
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          </theme>
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          ```
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          Then submit a PR to this repository.
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        for a rich-text list of themes and details on how you can submit your own.