NotAnotherAnimeTheme
An easily customizable and automatically updating theme
883
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name NotAnotherAnimeTheme3
* @author puckzxz#20804
* @version 3.25
* @description An easily customizable and automatically updating theme6
* @invite FdZhbjY7
* @source https://github.com/puckzxz/NotAnotherAnimeTheme8
* @updateUrl https://raw.githubusercontent.com/puckzxz/NotAnotherAnimeTheme/master/NotAnotherAnimeTheme.theme.css9
*/10
11
@import url(https://puckzxz.github.io/NotAnotherAnimeTheme/build/v3/naat.v3.css);12
13
/*14
To make editing this theme easier I recommend using Notepad++15
you can download it for free here https://notepad-plus-plus.org/download/16
*/17
18
/* Any images you use MUST end with .jpg or .png or any other image extension */19
20
:root {21
/*22
Theme Background23
*/24
--theme-background-image: url(https://i.imgur.com/j1Z6HVc.jpg);25
26
/*27
Main Theme Color28
*/29
--main-theme-color: rgb(67, 181, 129);30
31
/*32
Main Theme Transparency33
*/34
--theme-transparency: rgba(0, 0, 0, 0.8);35
36
/*37
Home Icon Image38
*/39
--home-icon-image: url(https://i.imgur.com/63g6Em8.jpg);40
41
/*42
Change your friends icon image position43
*/44
--home-icon-image-position: center center;45
46
/*47
Change your friends icon image zoom48
*/49
--home-icon-image-zoom: 100%;50
51
/*52
Server Listing Width53
Single Column: 62px54
Double Column: 126px55
Triple Column: 184px56
Quad Column: 242px57
*/58
--server-listing-width: 126px;59
60
/*61
Font Size62
*/63
--font-size: 100%;64
65
/*66
Mention colors67
*/68
--mention-color: rgba(250, 166, 26, 0.05);69
--mention-sider: rgba(250, 166, 26, 1);70
--mention-hover-color: rgba(250, 166, 26, 0.08);71
72
/*73
Server category hover color74
*/75
--category-hover-color: rgb(60, 202, 138);76
77
/*78
Change the unread server animation.79
Replace it with "none" in order to remove any animations and use the main color instead80
*/81
--unread-server-animation: rainbow;82
83
/*84
Video / Screen share buttons85
*/86
--video-screen-button-background-color: rgba(200, 200, 200, 0.2);87
--video-screen-button-foreground-color: white;88
--video-screen-button-background-hovor-color: rgba(200, 200, 200, 0.4);89
--video-screen-button-foreground-hovor-color: white;90
91
/*92
Role Title Color93
*/94
--member-listing-role-color: var(--main-theme-color);95
96
/*97
Small User Popout98
*/99
--small-user-popout-background-image: var(--theme-background-image);100
--small-user-popout-background-transparency: rgba(0, 0, 0, 0.6);101
--small-user-popout-background-image-position: center;102
103
/*104
Big User Popout105
*/106
--big-user-popout-background-image: var(--theme-background-image);107
--big-user-popout-background-transparency: rgba(0, 0, 0, 0.6);108
--big-user-popout-background-image-position: center;109
110
/*111
Code Markup112
*/113
--code-markup-background-color: rgba(0, 0, 0, 0.6);114
--code-markup-border: 1px solid transparent;115
116
/*117
Message Box Transparency118
*/119
--message-box-transparency: rgba(0, 0, 0, 0.6);120
121
/*122
Embed Background Transparency123
*/124
--embed-background-transparency: rgba(0, 0, 0, 0.6);125
126
/*127
Message Hover Buttons128
*/129
--message-hover-buttons-background: rgba(200, 200, 200, 0.1);130
131
/*132
Context Menu Transparency133
*/134
--context-menu-transparency: rgba(15, 15, 15, 0.8);135
136
/*137
Add Server / Discovery Icon138
*/139
--add-discover-icon-transparency: rgba(200, 200, 200, 0.15);140
--add-discover-icon-color: #43b581;141
142
/*143
Channel Limit Number Color144
*/145
--channel-limit-count-color: var(--channels-default);146
--channel-limit-background-left: rgba(200, 200, 200, 0.1);147
--channel-limit-background-right: rgba(200, 200, 200, 0.2);148
149
/*150
Scrollbar Colors151
*/152
--scrollbar-color: rgba(200, 200, 200, 0.2);153
154
/*155
Unread Message Divider156
*/157
--unread-message-divider-color: #f04747;158
--unread-message-divider-font-color: #fff;159
160
/*161
New Messages Bar Color162
*/163
--new-messages-bar-background-color: #7289da;164
--new-messages-bar-font-color: #fff;165
166
/*167
Emoji Menu168
*/169
--emoji-menu-background-color: rgba(0, 0, 0, 0.6);170
--emoji-menu-sider-background-color: rgba(0, 0, 0, 0);171
--emoji-menu-server-header-background-color: rgba(0, 0, 0, 0.8);172
--emoji-menu-bottom-bar-background-color: black;173
--emoji-menu-search-bar-background-color: rgba(200, 200, 200, 0.1);174
175
/*176
Message Search177
*/178
--message-search-menu-background-color: rgba(0, 0, 0, 0.8);179
--message-search-container-background-color: rgba(0, 0, 0, 0.6);180
--message-search-result-background-color: rgba(200, 200, 200, 0.05);181
182
/*183
Channel colors184
*/185
--text-voice-channel-color: rgb(142, 146, 151);186
--text-voice-channel-hover-color: #dcddde;187
--text-voice-channel-selected-text-color: #fff;188
--unread-text-channel-color: #fff;189
--unread-text-channel-bubble-color: var(--main-theme-color);190
191
/*192
Folders193
*/194
--folder-background-color: #2f3136;195
--expanded-folder-background-color: transparent;196
197
/*198
Reactions199
*/200
--reaction-emoji-background-color: rgba(0, 0, 0, 0);201
--reaction-emoji-border-color: 1px solid transparent;202
--reaction-emoji-hover-background-color: rgba(255, 255, 255, 0.1);203
--reaction-emoji-hover-border-color: rgba(255, 255, 255, 0.2);204
}205