forked from Zomatree/Comfy-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCozy202K.theme.scss
66 lines (54 loc) · 2.87 KB
/
Cozy202K.theme.scss
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
/**
* @name Cozy202K
* @author Vozer, Loremly, Tamago-iku
* @version 03.2023
* @description A Discord Theme based on LeoRicharte's concept art
* @source https://github.com/SlippingGitty/Comfy202k
* @website https://slippinggitty.github.io/
*/
/*
██████╗ ██████╗ ███████╗██╗ ██╗██████╗ ██████╗ ██████╗ ██╗ ██╗
██╔════╝██╔═══██╗╚══███╔╝╚██╗ ██╔╝╚════██╗██╔═████╗╚════██╗██║ ██╔╝
██║ ██║ ██║ ███╔╝ ╚████╔╝ █████╔╝██║██╔██║ █████╔╝█████╔╝
██║ ██║ ██║ ███╔╝ ╚██╔╝ ██╔═══╝ ████╔╝██║██╔═══╝ ██╔═██╗
╚██████╗╚██████╔╝███████╗ ██║ ███████╗╚██████╔╝███████╗██║ ██╗
╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝
*/
/*
////////////////
///IMPORT CSS
///////////////
*/
@import url("https://slippinggittys-discord-Themes.github.io/Cozy202K/src/source.css");
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///LUCKFIRE - LOREMLY - BUBBLE BAR - ROUNDED CHAT BAR - https://github.com/discord-extensions/bubble-bar/blob/master/LICENSE
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
@import url('https://discord-extensions.github.io/bubble-bar/src/source.css');
:root {
/* || Main */
--channeltextarea-rounding: 25px;
--channeltextarea-background: var(--background-secondary-alt);
--channeltextarea-border: var(--background-secondary);
/* || Default Buttons */
--channeltextarea-button-rounding: 50%;
--channeltextarea-button-icon: #6BDBC6;
--channeltextarea-button-background: #423F72;
--channeltextarea-button-hover: #1b183e;
/* || Accents */
--channeltextarea-caret: var(--brand-experiment-400);
--channeltextarea-sendbutton-icon: var(--brand-experiment-130);
--channeltextarea-sendbutton-background: var(--brand-experiment);
--channeltextarea-sendbutton-hover: var(--brand-experiment-460);
--channeltextarea-sendbutton-active: var(--brand-experiment-530);
}
/* Bubble Bar Recolor */
.base-2jDfDU .channelTextArea-1VQBuV .inner-NQg18Y .textArea-2CLwUE {
background-color: #423f71;
}
/*
/////////////////////////////////////////
//ADD YOUR OWN ADDITIONS BELLOW THIS LINE
/////////////////////////////////////////
*/