Skip to content

System24 Avatar Customization Preview

Pre-release
Pre-release

Choose a tag to compare

@infpdev infpdev released this 12 Aug 08:21

Preview build for PR refact0r#195

Unofficial preview build containing the changes from PR refact0r#195.

This release is intended for testing and trying out the proposed profile picture rounding and avatar decoration changes before they are merged into the official theme.

system24.build.theme.css is the default theme with the fixes applied.

system24.minimal.theme.css is slightly customized to my preference, with the default font restored, a lighter on-hover border, and --round-pfp: on.

Note

To try the preview themes:
You must move your existing system24.theme.css from the themes folder so that the downloaded preview theme doesn't conflict with it. You can delete the preview theme and restore your old file afterward.

After moving your existing theme file and adding the preview file, you'll need to re-enable the theme from the theme settings, as moving the existing file will automatically disable it.

Both files are lengthy because they do not import the default system24.theme.css from GitHub. Instead, they are built using the project's npm run build command, which appends the classes directly to the file.

If you want to try the changes with the various themes available, you may need to replace the body and root declarations with those from your theme. Replace the existing body and root blocks in the downloaded system24.build.theme.css or system24.minimal.theme.css with the corresponding blocks from your theme.

Note

This is an unofficial build from my fork and is not an official System24 release.