-
Notifications
You must be signed in to change notification settings - Fork 14
/
ElegantBlue.theme.css
16 lines (15 loc) · 1.04 KB
/
ElegantBlue.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//META{"name":"Elegant_Blue","description":"***Make sure BD blue and BD dark are OFF!*** Relaxing blue theme with some customisability(background and main colors customisable, color changing still WIP). Narrow screen width support to some extent. Originally based on Discord Reborn by Omniscient. Friends list by Uri. A big thanks to the people on BetterDiscord server who gave ideas and solutions.","author":"Arch#4700","version":"1.1"}*//{}
/* IMPORT CSS */
@import url(https://archnemeziz.github.io/Discord/ElegantBlue.mini.css);
/*
---------------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT: CHANGE TO DARK APPEARANCE IN DISCORD SETTINGS!
---------------------------------------------------------------------------------------------------------------------------------------------*/
/* SET OPTIONS */
:root {
--main-color: #057F95;
--hover-color: #045B6B;
}
.app, canvas, .callout-backdrop {
background-image: url("https://i.imgur.com/Mu4SNn6.jpg") !important;
}