This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
forked from SlippingGittys-Discord-Themes/surCord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacCord.user.css
76 lines (64 loc) · 2.89 KB
/
macCord.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@-moz-document domain("discord.com") {
/* ==UserStyle==
@name macCord
@description A Discord theme aiming to match macOS.
@author sdhEmily
@namespace https://github.com/sdhEmily/macCord/
@version 1
==/UserStyle== */
/*
----------Accents---------
> Only one Accent can be uncommented at a time.
*/
@import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/blue.css');
/* @import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/purple.css'); */
/* @import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/pink.css'); */
/* @import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/red.css'); */
/* @import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/orange.css'); */
/* @import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/yellow.css'); */
/* @import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/green.css'); */
/* @import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/fixations/additions/accents/graphite.css'); */
/*
-----------Source---------
> This is the core of the entire theme
> It is essential that you do not touch this url, unless you know what you are doing.
*/
@import url('https://raw.githubusercontent.com/sdhEmily/macCord/main/src/source.css');
/*
/*
-----------Font---------
> Designed by Apple in California - https://developer.apple.com/fonts/
*/
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css");
@import url("https://Cinnab0nBak3ry.github.io/AppleFontsCSS/Apple-fonts.css");
code, .codeBlockText-28BOxV, .codeLine-2C-9aH, .markup-eYLPri code.inline, .after_inlineCode-2_JXPm, .before_inlineCode-1zngJj, .inlineCode-ERyvy_ {
font-family: "SF Mono",mono,monospace;
}
* {
--font-primary: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
--font-display: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
--font-headline: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
text-rendering: optimizeLegibility;
text-transform: none !important;
letter-spacing: 0.015em;
/* font-weight: bold !important; */
}
/*
///////////////////////////
//Customise macCord Below//
///////////////////////////
*/
:root {
--macCordBackground: rgb(31, 30, 30);
--macCordBackground2: rgb(42, 40, 44);
--macCordTextBackground: rgb(30, 30, 30);
--macCordFriendsBackground: rgb(33, 31, 35);
--macCordFriends: rgb(40, 38, 42);
--macCordActiveNow: rgba(88, 84, 85, 0.276);
--macCordGuilds: rgb(42, 40, 44);
--macCordTitleBar: rgb(55, 53, 55);
--macCordSearch: rgb(53, 51, 55);
--macCordHover: rgb(65, 63, 66);
--macCordBorder: rgb(78,78,81);
}
}