-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathrose-pine-moon.theme.css
45 lines (42 loc) · 1.15 KB
/
rose-pine-moon.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
/**
* @name Rosé Pine Moon
* @author 3nfg/HuCares_
* @authorId 637120137828237322
* @version 4.2.0
* @description All natural pine, faux fur and a bit of soho vibes for the classy minimalist.
* @source https://github.com/rose-pine/discord
* @updateUrl https://github.com/rose-pine/discord/blob/rose-pine-moon.theme.css
*/
@import url("https://benji-en.github.io/rose-pine/rose-pine-main.css");
:root {
--base: #232136;
--surface: #2a273f;
--overlay: #393552;
--muted: #6e6a86;
--subtle: #908caa;
--text: #e0def4;
--love: #eb6f92;
--gold: #f6c177;
--rose: #ea9a97;
--pine: #3e8fb0;
--foam: #9ccfd8;
--iris: #c4a7e7;
--highlightLow: #2a283e;
--highlightMed: #44415a;
--highlightHigh: #56526e;
--dawn-base: #faf4ed;
--dawn-surface: #fffaf3;
--dawn-overlay: #f2e9e1;
--dawn-muted: #9893a5;
--dawn-subtle: #797593;
--dawn-text: #575279;
--dawn-love: #b4637a;
--dawn-gold: #ea9d34;
--dawn-rose: #d7827e;
--dawn-pine: #286983;
--dawn-foam: #56949f;
--dawn-iris: #907aa9;
--dawn-highlightLow: #f4ede8;
--dawn-highlightMed: #dfdad9;
--dawn-highlightHigh: #cecacd;
}