-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdiscordEspresso.theme.css
115 lines (101 loc) · 4.34 KB
/
discordEspresso.theme.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/**
* @name Espresso
* @author Vozer
* @version 4.2023
* @description A colorful theme you can tailor to your taste
* @source https://github.com/SlippingGittys-Discord-Themes
* @website https://slippinggitty.github.io/
*/
/*
) (
( ) )
) ( ( _____
_______)_ | ____|___ _ __ _ __ ___ ___ ___ ___
.-'---------| | _| / __| '_ \| '__/ _ \/ __/ __|/ _ \
( C|/\/\/\/\/| | |___\__ \ |_) | | | __/\__ \__ \ (_) |
'-./\/\/\/\/| |_____|___/ .__/|_| \___||___/___/\___/
'_________' |_|
'-------'
*/
/*
_____ ___ _
| |___ ___| _|_|___ _ _ ___ ___
| --| . | | _| | . | | | _| -_|
|_____|___|_|_|_| |_|_ |___|_| |___|
|___|
*/
/*
-----------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://slippinggittys-discord-Themes.github.io/Espresso-Discord-Theme/themes/source.css');
/*
-----------Material Symbols 🔣---------
> This is the Material Symbols/Product Sans SVG assets
> Removing this will revert back to the standard Discord svg icons
*/
@import url("https://slippinggitty-s-discord-things.github.io/Discord-MaterialSymbols-Icons/producticons.theme.css");
/*
-----------Emoji 😖---------
> Comment or remove this URL if you do not want to use Google's emojis
> Removing/commenting will revert back to Twemoji
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Google.css");*/
/*
-----------Remove Shadows 👥---------
> Uncommenting this will remove all of the shadows present in this theme
@import url('https://slippinggittys-discord-Themes.github.io/Espresso-Discord-Theme/themes/fixations/style changes/NoShadows.css');*/
/*
_
_____ _ _____ _ _ _ _| |_ _____ _
| |___| |___ ___ | _ |___| |___| |_| |_ ___ ___ | __| | __|___ ___| |_ ___
| --| . | | . | _| | __| .'| | -_| _| _| -_|_ -| | __| | __| . | | _|_ -|
|_____|___|_|___|_| |__| |__,|_|___|_| |_| |___|___| |_ _| |__| |___|_|_|_| |___|
|_|
*/
/*
-------Light------
> Replace the last "___.css" with another color option (e.x: "newspaper.css", "pink.css")
> See choices here https://github.com/SlippingGittys-Discord-Themes/Espresso-Discord-Theme/tree/main/themes/light
*/
@import url('https://slippinggittys-discord-Themes.github.io/Espresso-Discord-Theme/themes/light/newspaper.css');
/*
-------Dark------
> Replace the last "___.css" with another color option (e.x: "amoled.css", "thinkpad.css")
> See choices here https://github.com/SlippingGittys-Discord-Themes/Espresso-Discord-Theme/tree/main/themes/dark
*/
@import url('https://slippinggittys-discord-Themes.github.io/Espresso-Discord-Theme/themes/dark/evening.css');
/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> --------------- SUBMIT YOUR OWN COLOR PALLETES!------------------- <
> Submiting your own color palletes is just a pull request away! <
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
/*
-----------Accent Color 🖌️---------
> This will override the accent color on the themes you've selected
> Uncomment one or both selections if you are okay with that.
*/
/* --------------------- Light ---------------------
:root {
--accent: rgb(39, 249, 253);
--accent-hover: rgba(39, 249, 253, 0.977);
--accent-selected: rgb(39, 249, 253, 0.612);
--accent-focused: rgb(39, 249, 253, 0.200);
}
*/
/* --------------------- Dark ---------------------
:root {
--accentD: rgb(39, 249, 253);
--accent-hoverD: rgba(39, 249, 253, 0.977);
--accent-selectedD: rgb(39, 249, 253, 0.612);
--accent-focusedD: rgb(39, 249, 253, 0.200);
}
*/
/*
-----------Fonts ⌨️---------
> This imports either Roboto or the Product Sans (Google Sans) font
> You may change "productsans.css" to "roboto.css"
> Removing or commenting this block of CSS will revert back to the default GG Sans font
*/
@import url('https://slippinggittys-discord-Themes.github.io/Espresso-Discord-Theme/themes/fixations/fonts/productsans.css');