-
Notifications
You must be signed in to change notification settings - Fork 72
/
Ocean.theme.css
48 lines (43 loc) · 2.85 KB
/
Ocean.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
/**
* @name Ocean
* @author DevEvil
* @version 3
* @description Highly customized and customizable theme for Discord
* @authorId 468132563714703390
* @authorLink https://devevil.com
* @source https://github.com/DevEvil99/Ocean-Discord-Theme
* @website https://devevil.com
* @donate https://devevil.com/dnt
* @invite jsQ9UP7kCA
*/
/*
________ ________ _______ ________ ________
|\ __ \|\ ____\|\ ___ \ |\ __ \|\ ___ \
\ \ \|\ \ \ \___|\ \ __/|\ \ \|\ \ \ \\ \ \
\ \ \\\ \ \ \ \ \ \_|/_\ \ __ \ \ \\ \ \
\ \ \\\ \ \ \____\ \ \_|\ \ \ \ \ \ \ \\ \ \
\ \_______\ \_______\ \_______\ \__\ \__\ \__\\ \__\
\|_______|\|_______|\|_______|\|__|\|__|\|__| \|__|
________ ___ ___ ________ _______ ___ ___ _______ ___ ___ ___ ___
|\ __ \ |\ \ / /| |\ ___ \|\ ___ \ |\ \ / /|\ ___ \ |\ \ / /|\ \|\ \
\ \ \|\ /_ \ \ \/ / / \ \ \_|\ \ \ __/|\ \ \ / / | \ __/|\ \ \ / / | \ \ \ \
\ \ __ \ \ \ / / \ \ \ \\ \ \ \_|/_\ \ \/ / / \ \ \_|/_\ \ \/ / / \ \ \ \ \
\ \ \|\ \ \/ / / \ \ \_\\ \ \ \_|\ \ \ / / \ \ \_|\ \ \ / / \ \ \ \ \____
\ \_______\__/ / / \ \_______\ \_______\ \__/ / \ \_______\ \__/ / \ \__\ \_______\
\|_______|\___/ / \|_______|\|_______|\|__|/ \|_______|\|__|/ \|__|\|_______|
\|___|/
*/
@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Ocean/Ocean.theme.css');
:root {
--ocean-bg: url(https://devevil.com/betterdiscord/ocean-background.png);
--ocean-home-icon: url(https://devevil.com/betterdiscord/ocean-home-icon.png);
--ocean-color1: #00d5ce;
--ocean-color2: #0a173a;
--ocean-color3: #1487b1;
--watermark-filter-invert: 0%;
--watermark-filter-sepia: 50%;
--watermark-filter-saturate: 3000%;
--watermark-filter-hue-rotate: 150deg;
--watermark-filter-brightness: 100%;
--watermark-filter-contrast: 200%;
}