-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththeme.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy paththeme.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"version": 1,
"label": "My Theme",
"colorScheme": "dark",
"tokens": {
"app-bg": "#0c0d0f",
"panel-bg": "#101113",
"sidebar-bg": "#151617",
"sidebar-bg-deep": "#0f1011",
"surface-base": "#121315",
"surface-raised": "#18191b",
"surface-active": "#202225",
"surface-emphasis": "#292b2f",
"surface-hover": "#303238",
"border-muted": "#222428",
"border": "#2b2d32",
"border-strong": "#3a3d44",
"text": "#d8d9dc",
"text-strong": "#eef0f3",
"text-muted": "#96999f",
"text-subtle": "#777a82",
"text-faint": "#62656c",
"accent": "#7aa2f7",
"accent-hover": "#9bb7fa",
"accent-bg": "#293149",
"focus": "#6284ff",
"status-running": "#9ece6a",
"status-starting": "#e0af68",
"status-error": "#f7768e",
"success-bg": "#173526",
"danger-bg": "#3b2026",
"selection": "#3d59a880",
"terminal-black": "#1b1d23",
"terminal-red": "#f7768e",
"terminal-green": "#9ece6a",
"terminal-yellow": "#e0af68",
"terminal-blue": "#7aa2f7",
"terminal-magenta": "#bb9af7",
"terminal-cyan": "#7dcfff",
"terminal-white": "#a9b1d6",
"terminal-bright-black": "#61646d",
"terminal-bright-white": "#d8d9dc"
}
}