piOS

By Saltssaumure Version 9.7 Updated 05/30/2024 73.3K downloads

SUPERHOT piOS inspired theme. With customisable colours, supports cosy and compact mode.

customizable dark game high-contrast black

Live preview

Full Discord interface with this theme applied — powered by ThemePreview.

Screenshot

piOS screenshot
piOS.theme.css
GitHub

Open source

https://raw.githubusercontent.com/Saltssaumure/pios-discord-theme/1f46fec1b1cbe55c36e789ae4dbc5346cf98670b/piOS.theme.css
1/**
2 * @name piOS
3 * @author Saltssaumure
4 * @authorLink https://github.com/Saltssaumure
5 * @description A SUPERHOT piOS inspired theme.
6 * @license AGPL-3.0-or-later
7 * @version 9.7
8 * @invite uy8nKQVatp
9 * @source https://github.com/Saltssaumure/pios-discord-theme
10 * @donate https://ko-fi.com/saltssaumure
11*/
12
13@import url("https://saltssaumure.github.io/pios-discord-theme/pios.min.css");
14
15/* See https://github.com/Saltssaumure/pios-discord-theme#customisation for customisation settings. */
16:root {
17 --pios-glow-hue: 180;
18 --pios-glow-intensity: 1;
19 --pios-spacing: 1;
20 --pios-accent-hue: 0;
21 --pios-title-text: ";piOS v2.1.01p";;
22
23 --crt-stripe: block;
24 --crt-scanline: none; /* ⛐ This effect is performance-intensive. */
25 --crt-flicker: none; /* ⚠ This is a fast flickering effect and may not be suitable for those with photosensitive epilepsy. */
26}
27
28.theme-dark {
29 --pios-background-color: #000000;
30 --pios-bright-color: #FFFFFF;
31 --pios-middle-color: #D3D3D3;
32 --pios-dim-color: #808080;
33}
34
35.theme-light {
36 --pios-background-color: #FFFFFF;
37 --pios-bright-color: #000000;
38 --pios-middle-color: #696969;
39 --pios-dim-color: #A9A9A9;
40}