-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathrose-pine.theme.css
45 lines (42 loc) · 1.15 KB
/
rose-pine.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
* @author blueb/Papa Quill
* @authorId 403390454273409028
* @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.theme.css
*/
@import url("https://benji-en.github.io/rose-pine/rose-pine-main.css");
:root {
--base: #191724;
--surface: #1f1d2e;
--overlay: #26233a;
--muted: #6e6a86;
--subtle: #908caa;
--text: #e0def4;
--love: #eb6f92;
--gold: #f6c177;
--rose: #ebbcba;
--pine: #31748f;
--foam: #9ccfd8;
--iris: #c4a7e7;
--highlightLow: #21202e;
--highlightMed: #403d52;
--highlightHigh: #524f67;
--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;
}