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

 README.md

View raw Download
text/html • 1.49 kiB
HTML document, ASCII text

Roundabout Theme Index

This is an index of themes for you to use on any instance of the Roundabout software.

You can find a list of themes by user in the themes directory, or, go to 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), 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 directory. If you don't have a directory in themes, add one.

Make sure to add all information about your theme to 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 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.

                
                    
1
# Roundabout Theme Index
2
3
This is an index of themes for you to use on any instance of the Roundabout software.
4
5
You can find a list of themes by user in the [`themes`](themes) directory, or,
6
go to [`steve0greatness.roundabout-host.com/ThemeIndex`](https://steve0greatness.roundabout-host.com/ThemeIndex)
7
for a rich-text list of themes.
8
9
## Contributing Themes
10
11
If you have a theme you'd like to contribute, you can do that in 1 of 2 ways:
12
13
* **Email your theme to `steve0greatnessiscool+RATI [at] gmail.com`.**
14
Your email should contain a link to your Roundabout profile (it doesn't have to be
15
on [`roundabout-host.com`](https://roundabout-host.com/)), your theme's name,
16
and your theme CSS as an attachment.
17
* **Submit a Pull Request**
18
You'll need to add your theme CSS to your subdirecotry in the [`themes`](themes) directory.
19
If you don't have a directory in [`themes`](themes), add one.
20
21
Make sure to add all information about your theme to [`themes.xml`](themes.xml),
22
this includes:
23
24
* Theme's name
25
* Your display name, username, a link to your profile, Roundabout instance
26
* Path to the theme CSS (relative to the [`themes`](themes) directory)
27
28
This should be formatted as such:
29
```xml
30
<theme>
31
<title>{Theme Name}</title>
32
<author
33
uri="https://{profile link}"
34
instance="{profile instance}"
35
username="{author username}"
36
>{Author display name}</author>
37
<uri>{pathto/theme.css}</uri>
38
</theme>
39
```
40
Then submit a PR to this repository.
41
42