-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpalette.json
More file actions
50 lines (50 loc) · 1.04 KB
/
Copy pathpalette.json
File metadata and controls
50 lines (50 loc) · 1.04 KB
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
48
49
50
{
"name": "Lume",
"variant": "dark",
"backgrounds": {
"crust": "#0a0814",
"mantle": "#0e0c18",
"base": "#12101e",
"surface0": "#1e1a2c",
"surface1": "#262236",
"surface2": "#302c42"
},
"foregrounds": {
"text": "#d8d0e4",
"subtext": "#b0a8c4",
"overlay": "#8a8498",
"comment": "#7e7896"
},
"accents": {
"lavender": "#b8a0e0",
"rose": "#d0a0b8",
"peach": "#e8b4a0",
"sage": "#a0d4a8",
"sky": "#8cc0e0",
"teal": "#88c0b8",
"ember": "#c49080",
"honey": "#c4b080"
},
"ansi": {
"black": "#56526c",
"red": "#c49080",
"green": "#a0d4a8",
"yellow": "#c4b080",
"blue": "#8cc0e0",
"magenta": "#b8a0e0",
"cyan": "#88c0b8",
"white": "#b0a8c4",
"brightBlack": "#68647e",
"brightRed": "#d0a0b8",
"brightGreen": "#a8d4b8",
"brightYellow": "#e8b4a0",
"brightBlue": "#a0c8e0",
"brightMagenta": "#c4b0e0",
"brightCyan": "#a0d4cc",
"brightWhite": "#d8d0e4"
},
"special": {
"cursor": "#d0a0b8",
"selection": "#262236"
}
}