NineX

By Saltssaumure Version 1.7 Updated 06/19/2024 89.6K downloads

A Windows 9x style Discord theme.

customizable dark light other

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

NineX screenshot
NineX.theme.css
GitHub

Open source

https://raw.githubusercontent.com/Saltssaumure/w9x-discord-theme/287375731ec93cdadbcfa4728a55b25e1b35c7b9/NineX.theme.css
1/**
2 * @name NineX
3 * @author Saltssaumure
4 * @authorLink https://github.com/Saltssaumure
5 * @description A Windows 9x style Discord theme.
6 * @license AGPL-3.0-or-later
7 * @version 1.7
8 * @invite uy8nKQVatp
9 * @source https://github.com/Saltssaumure/w9x-discord-theme
10 * @donate https://ko-fi.com/saltssaumure
11*/
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}