surCord

By vozy ๐ŸŽ€ Version 06.2025 Updated 06/22/2025 36.1K downloads

A Discord theme inspired by Apple's Human Interface Guidelines.

flat customizable dark light

Live preview

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

Screenshot

surCord screenshot
surCord.theme.css
GitHub

Open source

https://raw.githubusercontent.com/SlippingGittys-Discord-Themes/surCord/cd8b5a2ba681d0878abdd01c5aec4082765d927e/surCord.theme.css
1/**
2 * @name surCord
3 * @author Vozer
4 * @version 06.2025
5 * @description A Discord theme inspired by Human Design.
6 * @source https://github.com/SlippingGitty/surCord/
7 * @website https://slippinggitty.github.io/
8*/
9
10/*
11 'c. discord@DiscordTheme.local
12 ,xNMM. -----------------------
13 .OMMMMo OS: surCord 06.25 css
14 OMMM0, Host: DiscordCanary0,1
15 .;loddo:' loolloddol;. Kernel: 0.0.285
16 cKMMMMMMMMMMNWMMMMMMMMMM0: Uptime: 09 hours, 15 mins
17 .KMMMMMMMMMMMMMMMMMMMMMMMWd. Packages: 1738 (plugins)
18 XMMMMMMMMMMMMMMMMMMMMMMMX. Shell: BetterDiscord, Vencord, Equicord,
19;MMMMMMMMMMMMMMMMMMMMMMMM: Stylus
20:MMMMMMMMMMMMMMMMMMMMMMMM: DE: ImagineAPlace
21.MMMMMMMMMMMMMMMMMMMMMMMMX. WM: Vozer
22 kMMMMMMMMMMMMMMMMMMMMMMMMWd. WM Theme: Blurple
23 .XMMMMMMMMMMMMMMMMMMMMMMMMMMk Font: San Fransisco Display
24 .XMMMMMMMMMMMMMMMMMMMMMMMMK. Memory: #7673MiB / 8192MiB
25 kMMMMMMMMMMMMMMMMMMMMMMd
26 ;KMMMMMMMWXXWMMMMMMMk.
27 .cooc,. .,coo:.
28*/
29
30/*
31----------Accents---------
32>; Replace the last ";___.css"; with another accent option (e.x: ";blue.css";, ";hatsune.css";)
33>; See choices here https://github.com/SlippingGittys-Discord-Themes/surCord/tree/main/src/fixations/additions/accents
34*/
35 @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/blue.css');
36
37/*
38----------Palettes---------
39>; Replace the last ";___.css"; with another palette option (e.x: ";amoled.css";, ";tokyonight.css";)
40>; See choices here https://github.com/SlippingGittys-Discord-Themes/surCord/tree/main/src/fixations/additions/themes
41*/
42 @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/default.css');
43
44
45/*
46-----------Source ๐Ÿ“ก -------------------------------------------------
47>; This is the core of the entire theme
48>; It is essential that you do not touch this url, unless you know what you are doing.
49*/
50@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/source.css');
51/*
52/*
53-----------Font---------
54>; Uncomment the font-weight to enable San Fransisco Bold
55>; Designed by Apple in California - https://developer.apple.com/fonts/
56*/
57
58/* Uncomment the line below to use Apple's Emoji font */
59/* @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css); */
60
61@import url("https://Cinnab0nBak3ry.github.io/AppleFontsCSS/Apple-fonts.css");
62
63code, .codeBlockText-28BOxV, .codeLine-2C-9aH, .markup-eYLPri code.inline, .after_inlineCode-2_JXPm, .before_inlineCode-1zngJj, .inlineCode-ERyvy_ {
64 font-family: ";SF Mono";,mono,monospace;
65}
66
67* {
68 --font-primary: -apple-system,BlinkMacSystemFont,";SF Pro Display";,sans-serif;
69 --font-display: -apple-system,BlinkMacSystemFont,";SF Pro Display";,sans-serif;
70 --font-headline: -apple-system,BlinkMacSystemFont,";SF Pro Display";,sans-serif;
71 text-rendering: optimizeLegibility;
72 text-transform: none !important;
73 letter-spacing: 0.015em;
74
75 /* font-weight: bold !important; */
76}
77
78/*
79/////////////////////////////////////////
80//ADD YOUR OWN ADDITIONS BELLOW THIS LINE
81/////////////////////////////////////////
82*/
83