surCord
A Discord theme inspired by Apple's Human Interface Guidelines.
28
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name surCord3
* @author Vozer4
* @version 06.20255
* @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.28516
cKMMMMMMMMMMNWMMMMMMMMMM0: Uptime: 09 hours, 15 mins 17
.KMMMMMMMMMMMMMMMMMMMMMMMWd. Packages: 1738 (plugins) 18
XMMMMMMMMMMMMMMMMMMMMMMMX. Shell: BetterDiscord, Vencord, Equicord,19
;MMMMMMMMMMMMMMMMMMMMMMMM: Stylus20
:MMMMMMMMMMMMMMMMMMMMMMMM: DE: ImagineAPlace21
.MMMMMMMMMMMMMMMMMMMMMMMMX. WM: Vozer22
kMMMMMMMMMMMMMMMMMMMMMMMMWd. WM Theme: Blurple23
.XMMMMMMMMMMMMMMMMMMMMMMMMMMk Font: San Fransisco Display24
.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/accents34
*/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/themes41
*/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 theme48
> 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 Bold55
> 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
63
code, .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 LINE81
/////////////////////////////////////////82
*/83