forked from reviliumxyz/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
latte.css
34 lines (32 loc) · 956 Bytes
/
latte.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
html[data-theme='latte'] {
/* Base Colors */
--revilium-accent: #8839ef;
--revilium-base: #eff1f5;
--revilium-secondary: #e6e9ef;
--revilium-terciary: #dce0e8;
--revilium-surface0: #ccd0da;
--revilium-surface1: #bcc0cc;
--revilium-surface2: #acb0be;
--revilium-overlay0: #9ca0b0;
--revilium-overlay1: #8c8fa1;
--revilium-overlay2: #7c7f93;
--revilium-text: #4c4f69;
--revilium-subtext0: #6c6f85;
--revilium-subtext1: #5c5f77;
--revilium-danger: #e64553;
--revilium-warning: #fe640b;
--revilium-success: #40a02b;
/* Statuses */
--revulium-status-offline: #8c8fa1;
--revilium-status-online: #04a5e5;
--revilium-status-ingame: #8839ef;
/* Role Colors */
--revilium-role-banned: #d20f39;
--revilium-role-user: #4c4f69;
--revilium-role-bc: #00a2ff;
--revilium-role-tbc: #f3b41b;
--revilium-role-obc: #f28720;
--revilium-role-catalog_manager: #009989;
--revilium-role-administrator: #fe640b;
--revilium-role-developer: #8839ef;
}