Releases: Saltssaumure/pios-discord-theme
v9.1
Reboot
This theme is being partially rewritten in SCSS for ease of future maintenance. Previous versions are deprecated. Please download this (or the latest) version for continued support!
- Main download file changed from
piOSForever.theme.css
topiOS.theme.css
. - Imported CSS changed from
piOStheme.css
topios.min.css
.
Customisable Title Text
CRT Scanline Overlay
Update to add optional CRT monitor style overlay, animated scanline, and screen flicker effect. All effects can be individually toggled.
- Theme settings: change value(s) of
--crt-overlay
,--crt-scanline
,--crt-flicker
. - Values:
block
/none
,block
/none
,flicker
/none
.
Adjustable Glow Intensity
Glow intensity is now adjustable by changing the value of glow-intensity
. Default value is 1
(100%).
--glow-intensity: 1 | --glow-intensity: 0 |
---|---|
Other update notes
- Fixed invisible search history suggestions.
- Fixed thread spine and thread modal/popover. #15
- Improved appearance of Clyde/System in cosy mode.
- Fixed code clipping in replied message.
Adjustable Colour Accents
Colour scheme is now adjustable by changing the value of accent-color
. Default value is 0
.
Use a HSL colour picker (eg. React Color) and copy the H value.
For example, for accent-color: 270
:
Color Picker | Result |
---|---|
Update notes
- Split contents of
piOStheme.css
into smaller files for easy maintenance. - Moved all lines relating to removing rounded corners into a separate theme, which is now imported in.
- Clarified comments.
- #11 Added font smoothing on MacOSX
piOSRadialStatus.theme.css
is now imported in by default rather than being a separate download.
Adjustable Compact Spacing
Added user-adjustable spacing for compact mode boxes. Change the value of --compact-message-spacing
in piOSForever.theme.css
to any positive or zero number. Default value is 1
. Enjoy!
vAutoupdate
Download and drop piOSForever.theme.css
into your Themes
folder.
I recommend also using RadialStatus to turn the status bubble into a ring around user icons. The RadialStatus.theme.css
below is preconfigured for use with piOS theme, or you can download a clean version from here.