piOS
SUPERHOT piOS inspired theme. With customisable colours, supports cosy and compact mode.
104
Live preview
Full Discord interface with this theme applied — powered by ThemePreview.
Screenshot
1
/**2
* @name piOS3
* @author Saltssaumure4
* @authorLink https://github.com/Saltssaumure5
* @description A SUPERHOT piOS inspired theme.6
* @license AGPL-3.0-or-later7
* @version 9.78
* @invite uy8nKQVatp9
* @source https://github.com/Saltssaumure/pios-discord-theme10
* @donate https://ko-fi.com/saltssaumure11
*/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
}