4 Commits

Author SHA1 Message Date
01127016ee version 1.2.10
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 5s
2025-09-10 00:23:35 -05:00
1d2e5a941b add readme 2025-09-10 00:22:33 -05:00
ce7413ad89 update/add images 2025-09-10 00:22:21 -05:00
a9e216eff0 rearrange icons, attempt ??? at influencing firefox icon 2025-09-09 23:47:12 -05:00
7 changed files with 14 additions and 2 deletions

12
README.MD Normal file
View File

@@ -0,0 +1,12 @@
# Artix ElkArte Theme
A theme for Artix Linux's ElkArte forum. Based off of the [Silence](https://themes.elkarte.net//variant/Silence.html) theme, this theme features dark and light mode variants.
![Preview screenshot of the Artix dark theme applied to an ElkArte forum](/screenshots/preview.png)
A live version can be demo'd [here](https://forum.artixlinux.org/index.php?theme=10).
Screenshots:
* [Dark variant](/screenshots/dark_screenie.png)
* [Light variant](/screenshots/light_screenie.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -172,9 +172,9 @@ function template_html_above()
// Show all the relative links, such as help, search, contents, and the like. // Show all the relative links, such as help, search, contents, and the like.
echo ' echo '
<link rel="shortcut icon" sizes="196x196" href="' . $context['favicon'] . '" />
<link rel="apple-touch-icon" sizes="144x144" href="' . $context['favicon'] . '.apple.144.png" /> <link rel="apple-touch-icon" sizes="144x144" href="' . $context['favicon'] . '.apple.144.png" />
<link rel="apple-touch-icon" sizes="180x180" href="' . $context['favicon'] . '.apple.png" /> <link rel="apple-touch-icon" sizes="180x180" href="' . $context['favicon'] . '.apple.png" />
<link rel="shortcut icon" sizes="196x196" href="' . $context['favicon'] . '" />
<link rel="help" href="', $scripturl, '?action=help" /> <link rel="help" href="', $scripturl, '?action=help" />
<link rel="contents" href="', $scripturl, '" />', ($context['allow_search'] ? ' <link rel="contents" href="', $scripturl, '" />', ($context['allow_search'] ? '
<link rel="search" href="' . $scripturl . '?action=search" />' : ''); <link rel="search" href="' . $scripturl . '?action=search" />' : '');

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

BIN
screenshots/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -2,7 +2,7 @@
<theme-info xmlns="https://www.elkarte.net/site/theme-info" xmlns:elk="https://www.elkarte.net/"> <theme-info xmlns="https://www.elkarte.net/site/theme-info" xmlns:elk="https://www.elkarte.net/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. --> <!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>artix:Artix</id> <id>artix:Artix</id>
<version>1.2.9</version> <version>1.2.10</version>
<!-- Theme name, used purely for aesthetics. --> <!-- Theme name, used purely for aesthetics. -->
<name>Artix</name> <name>Artix</name>
<!-- Author: your email address or contact information. The name attribute is optional. --> <!-- Author: your email address or contact information. The name attribute is optional. -->