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.5 kiB
HTML document, ASCII text

Unofficial 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 themes.steve0greatness.roundabout-host.com 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 steve0greantessiscool+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
# <sub>Unofficial</sub> 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 [`themes.steve0greatness.roundabout-host.com`](https://themes.steve0greatness.roundabout-host.com)
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 `steve0greantessiscool+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
* Theme's name,
24
* Your display name, username, a link to your profile, Roundabout instance
25
* Path to the theme CSS(relative to the [`themes`](themes) directory)
26
27
This should be formatted as such:
28
```xml
29
<theme>
30
<title>{Theme Name}</title>
31
<author
32
uri="https://{profile link}"
33
instance="{profile instance}"
34
username="{author username}"
35
>{Author display name}</author>
36
<uri>{pathto/theme.css}</uri>
37
</theme>
38
```
39
Then submit a PR to this repository.
40
41