-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Expand file tree
/
Copy pathvague.json
More file actions
81 lines (81 loc) · 3.62 KB
/
vague.json
File metadata and controls
81 lines (81 loc) · 3.62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"$schema": "https://opencode.ai/theme.json",
"defs": {
"black": "#141415",
"shadow": "#1c1c24",
"graphite": "#252530",
"onyx": "#333738",
"muted": "#606079",
"gray": "#878787",
"white": "#cdcdcd",
"yellow": "#f3be7c",
"amber": "#e8b589",
"gold": "#e0a363",
"peach": "#c48282",
"red": "#d8647e",
"storm": "#405065",
"lilac": "#c3c3d5",
"cyan": "#aeaed1",
"magenta": "#bb9dbd",
"aqua": "#b4d4cf",
"lavender": "#90a0b5",
"teal": "#9bb4bc",
"blue": "#6e94b2",
"iris": "#7e98e8",
"green": "#7fa563",
"diffAdd": "#293125",
"diffDelete": "#3b242a"
},
"theme": {
"primary": { "dark": "iris", "light": "iris" },
"secondary": { "dark": "magenta", "light": "magenta" },
"accent": { "dark": "peach", "light": "peach" },
"error": { "dark": "red", "light": "red" },
"warning": { "dark": "yellow", "light": "yellow" },
"success": { "dark": "green", "light": "green" },
"info": { "dark": "iris", "light": "iris" },
"text": { "dark": "white", "light": "white" },
"textMuted": { "dark": "muted", "light": "muted" },
"background": { "dark": "black", "light": "black" },
"backgroundPanel": { "dark": "shadow", "light": "shadow" },
"backgroundElement": { "dark": "graphite", "light": "graphite" },
"border": { "dark": "gray", "light": "gray" },
"borderActive": { "dark": "lilac", "light": "lilac" },
"borderSubtle": { "dark": "onyx", "light": "onyx" },
"diffAdded": { "dark": "green", "light": "green" },
"diffRemoved": { "dark": "red", "light": "red" },
"diffContext": { "dark": "muted", "light": "muted" },
"diffHunkHeader": { "dark": "yellow", "light": "yellow" },
"diffHighlightAdded": { "dark": "green", "light": "green" },
"diffHighlightRemoved": { "dark": "red", "light": "red" },
"diffAddedBg": { "dark": "diffAdd", "light": "diffAdd" },
"diffRemovedBg": { "dark": "diffDelete", "light": "diffDelete" },
"diffContextBg": { "dark": "shadow", "light": "shadow" },
"diffLineNumber": { "dark": "muted", "light": "muted" },
"diffAddedLineNumberBg": { "dark": "diffAdd", "light": "diffAdd" },
"diffRemovedLineNumberBg": { "dark": "diffDelete", "light": "diffDelete" },
"markdownText": { "dark": "white", "light": "white" },
"markdownHeading": { "dark": "peach", "light": "peach" },
"markdownLink": { "dark": "iris", "light": "iris" },
"markdownLinkText": { "dark": "lavender", "light": "lavender" },
"markdownCode": { "dark": "amber", "light": "amber" },
"markdownBlockQuote": { "dark": "yellow", "light": "yellow" },
"markdownEmph": { "dark": "yellow", "light": "yellow" },
"markdownStrong": { "dark": "gold", "light": "gold" },
"markdownHorizontalRule": { "dark": "muted", "light": "muted" },
"markdownListItem": { "dark": "iris", "light": "iris" },
"markdownListEnumeration": { "dark": "lavender", "light": "lavender" },
"markdownImage": { "dark": "iris", "light": "iris" },
"markdownImageText": { "dark": "lavender", "light": "lavender" },
"markdownCodeBlock": { "dark": "white", "light": "white" },
"syntaxComment": { "dark": "muted", "light": "muted" },
"syntaxKeyword": { "dark": "blue", "light": "blue" },
"syntaxFunction": { "dark": "peach", "light": "peach" },
"syntaxVariable": { "dark": "lilac", "light": "lilac" },
"syntaxString": { "dark": "amber", "light": "amber" },
"syntaxNumber": { "dark": "gold", "light": "gold" },
"syntaxType": { "dark": "teal", "light": "teal" },
"syntaxOperator": { "dark": "lavender", "light": "lavender" },
"syntaxPunctuation": { "dark": "white", "light": "white" }
}
}