by steve0greatness, Saturday, 1 June 2024, 06:51:05 (1717224665), pushed by steve0greatness, Tuesday, 28 January 2025, 07:34:16 (1738049656)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
1a63880f799e30dc323140cda052fd2fc36a796b
style.css
@@ -101,3 +101,18 @@ code.preformatted-text {
[aria-label=breadcrumbs] li + li::before {
content: " / ";
}
/* Syntax Highlighting */
.lang-element {
font-style: italic;
color: #ffbcff;
}
.lang-attribute {
color: #ffb669;
}
.lang-string {
color: #b3f5ff;
}
submit.html
@@ -30,15 +30,15 @@
<p>You can also submit your theme in a PR to the repository this is hosted at: <a href="https://roundabout-host.com/steve0greatness/ThemeIndex">roundabout-host.com/steve0greatness/ThemeIndex</a> (or its mirror at <a href="https://codeberg.org/Steve0Greatness/ThemeIndex">codeberg.org/Steve0Greatness/ThemeIndex</a>).</p>
<p>Simply place your theme CSS into a subdirectory under the theme direcotry(this should be your username), then include a bit of metadata in the themes.xml file in the project root.</p>
<p>This meta data should be as follows:</p>
<code class="preformatted-text"><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></code>
<code class="preformatted-text"><<span class="lang-element">theme</span>>
<<span class="lang-element">title</span>>{Theme Name}</<span class="lang-element">title</span>>
<<span class="lang-element">author</span>
<span class="lang-attribute">uri</span>=<span class="lang-string">"https://{profile link}"</span>
<span class="lang-attribute">instance</span>=<span class="lang-string">"{profile instance}"</span>
<span class="lang-attribute">username</span>=<span class="lang-string">"{author username}"</span>
>{Author display name}</<span class="lang-element">author</span>>
<<span class="lang-element">uri</span>>{pathto/theme.css}</<span class="lang-element">uri</span>>
</<span class="lang-element">theme</span>></code>
</body>
</html>