Discord 1.6
CS 1.6 + Old Steam Inspired Theme for Discord
13
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Discord 1.63
* @author dom1torii4
* @description CS 1.6 + Old Steam Inspired Theme for Discord5
* @website https://github.com/dom1torii/discord166
* @version 0.0.37
*/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
}