NineX
A Windows 9x style Discord theme.
105
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name NineX3
* @author Saltssaumure4
* @authorLink https://github.com/Saltssaumure5
* @description A Windows 9x style Discord theme.6
* @license AGPL-3.0-or-later7
* @version 1.78
* @invite uy8nKQVatp9
* @source https://github.com/Saltssaumure/w9x-discord-theme10
* @donate https://ko-fi.com/saltssaumure11
*/12
13
@import url("https://saltssaumure.github.io/w9x-discord-theme/w9x.min.css");14
15
/* See https://github.com/Saltssaumure/w9x-discord-theme#customisation for customisation settings. */16
:root {17
--w9x-background-image: none;18
--w9x-background-color: #008080;19
--w9x-start-text: "Windows95";20
21
--w9x-titlebar-color: #000080;22
--w9x-warning-color: #FF0000;23
--w9x-positive-color: #008000;24
--w9x-highlight-color: #0000FF;25
26
--w9x-box-color-1: #FFFFFF;27
--w9x-box-color-2: #DFDFDF;28
--w9x-box-color-3: #C0C0C0;29
--w9x-box-color-4: #808080;30
--w9x-box-color-5: #000000;31
}32
33
.theme-light {34
--w9x-bg-color: #FFFFFF;35
--w9x-text-color: #000000;36
}37
38
.theme-dark {39
--w9x-bg-color: #000000;40
--w9x-text-color: #DFDFDF;41
}