-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gawr-Gura.theme.css
76 lines (75 loc) · 3.54 KB
/
Gawr-Gura.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
/**
* @name Gawr Gura Theme
* @author Denki#2263
* @version 1.0.0
* @description Theme về Gawr Gura cho bọn simp lỏd
* @invite yHXKnDpxPK
* @donate https://playerduo.com/denkimcvn
* @authorId 812592437892743179
* @source https://github.com/DenkiOfficial-Coding/BetterDiscordTheme
*/
@import url(https://puckzxz.github.io/NotAnotherAnimeTheme/build/v3/naat.v3.css);
:root {
--theme-background-image: url(https://i.imgur.com/Wo9a4SJ.png);
--main-theme-color: rgb(67, 181, 129);
--theme-transparency: rgba(0, 0, 0, 0.8);
--home-icon-image: url(https://i.pinimg.com/736x/f6/3c/ad/f63cad85bbb0796e2548d04137db82e7.jpg);
--home-icon-image-position: center center;
--home-icon-image-zoom: 100%;
--server-listing-width: 144px;
--font-size: 90%;
--mention-color: rgba(250, 166, 26, 0.05);
--mention-sider: rgba(250, 166, 26, 1);
--mention-hover-color: rgba(250, 166, 26, 0.08);
--category-hover-color: rgb(60, 202, 138);
--unread-server-animation: rainbow;
--video-screen-button-background-color: rgba(200, 200, 200, 0.2);
--video-screen-button-foreground-color: white;
--video-screen-button-background-hovor-color: rgba(200, 200, 200, 0.4);
--video-screen-button-foreground-hovor-color: white;
--member-listing-role-color: var(--main-theme-color);
--small-user-popout-background-image: var(--theme-background-image);
--small-user-popout-background-transparency: rgba(0, 0, 0, 0.6);
--small-user-popout-background-image-position: center;
--big-user-popout-background-image: var(--theme-background-image);
--big-user-popout-background-transparency: rgba(0, 0, 0, 0.6);
--big-user-popout-background-image-position: center;
--code-markup-background-color: rgba(0, 0, 0, 0.6);
--code-markup-border: 1px solid transparent;
--message-box-transparency: rgba(0, 0, 0, 0.6);
--embed-background-transparency: rgba(0, 0, 0, 0.6);
--message-hover-buttons-background: rgba(200, 200, 200, 0.1);
--context-menu-transparency: rgba(15, 15, 15, 0.8);
--add-discover-icon-transparency: rgba(200, 200, 200, 0.15);
--add-discover-icon-color: #43b581;
--channel-limit-count-color: var(--channels-default);
--channel-limit-background-left: rgba(200, 200, 200, 0.1);
--channel-limit-background-right: rgba(200, 200, 200, 0.2);
--scrollbar-color: rgba(200, 200, 200, 0.2);
--unread-message-divider-color: #f04747;
--unread-message-divider-font-color: #fff;
--new-messages-bar-background-color: #7289da;
--new-messages-bar-font-color: #fff;
--emoji-menu-background-color: rgba(0, 0, 0, 0.6);
--emoji-menu-sider-background-color: rgba(0, 0, 0, 0);
--emoji-menu-server-header-background-color: rgba(0, 0, 0, 0.8);
--emoji-menu-bottom-bar-background-color: black;
--emoji-menu-search-bar-background-color: rgba(200, 200, 200, 0.1);
--message-search-menu-background-color: rgba(0, 0, 0, 0.8);
--message-search-container-background-color: rgba(0, 0, 0, 0.6);
--message-search-result-background-color: rgba(200, 200, 200, 0.05);
--text-voice-channel-color: rgb(142, 146, 151);
--text-voice-channel-hover-color: #dcddde;
--text-voice-channel-selected-text-color: #fff;
--unread-text-channel-color: #fff;
--unread-text-channel-bubble-color: var(--main-theme-color);
--folder-background-color: #2f3136;
--expanded-folder-background-color: transparent;
--reaction-emoji-background-color: rgba(0, 0, 0, 0);
--reaction-emoji-border-color: 1px solid transparent;
--reaction-emoji-hover-background-color: rgba(255, 255, 255, 0.1);
--reaction-emoji-hover-border-color: rgba(255, 255, 255, 0.2);
}
--font: 'Whitney';
--update-notice-1: none;
}