Discord 1.6

By .domitori Version 0.0.3 Updated 05/08/2025 23.9K downloads

CS 1.6 + Old Steam Inspired Theme for Discord

customizable game green other

Live preview

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

Screenshot

Discord 1.6 screenshot
discord16.theme.css
GitHub

Open source

https://raw.githubusercontent.com/dom1torii/discord16/532a51b09070180e6e9c38fea74f3a6329b30067/src/discord16.theme.css
1/**
2 * @name Discord 1.6
3 * @author dom1torii
4 * @description CS 1.6 + Old Steam Inspired Theme for Discord
5 * @website https://github.com/dom1torii/discord16
6 * @version 0.0.3
7*/
8
9@import url('https://dom1torii.github.io/discord16/src/css/main.css');
10
11/* --- Settings --- */
12* {
13 --font: ";ArialPixel";; /* Change to ";"; for default font */
14 --rounded-avatars: false;
15 --steam-logo: true;
16}
17
18/* Colors */
19* {
20 --custom-bg: #4a5942;
21 --custom-secondary-bg: #3e4637;
22
23 --custom-accent: #c4b550;
24 --custom-secondary-accent: #958831;
25
26 --dark-border: #292c21;
27 --light-border: #8c9284;
28
29 --custom-text: #ffffff;
30 --custom-secondary-text: #bdbdbd;
31}