forked from op7418/CodePilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
80 lines (80 loc) · 3.13 KB
/
default.json
File metadata and controls
80 lines (80 loc) · 3.13 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
{
"id": "default",
"label": "Default",
"order": 0,
"description": "The default CodePilot color scheme",
"codeTheme": {
"light": "oneLight",
"dark": "oneDark"
},
"shikiTheme": {
"light": "github-light",
"dark": "github-dark"
},
"light": {
"background": "oklch(1 0 0)",
"foreground": "oklch(0.147 0.004 49.25)",
"card": "oklch(1 0 0)",
"cardForeground": "oklch(0.147 0.004 49.25)",
"popover": "oklch(1 0 0)",
"popoverForeground": "oklch(0.147 0.004 49.25)",
"primary": "oklch(0.546 0.245 262.881)",
"primaryForeground": "oklch(0.985 0.001 106.423)",
"secondary": "oklch(0.97 0.001 106.424)",
"secondaryForeground": "oklch(0.216 0.006 56.043)",
"muted": "oklch(0.97 0.001 106.424)",
"mutedForeground": "oklch(0.553 0.013 58.071)",
"accent": "oklch(0.97 0.001 106.424)",
"accentForeground": "oklch(0.216 0.006 56.043)",
"destructive": "oklch(0.577 0.245 27.325)",
"border": "oklch(0.923 0.003 48.717)",
"input": "oklch(0.923 0.003 48.717)",
"ring": "oklch(0.546 0.245 262.881)",
"chart1": "oklch(0.546 0.245 262.881)",
"chart2": "oklch(0.6 0.118 184.704)",
"chart3": "oklch(0.398 0.07 227.392)",
"chart4": "oklch(0.828 0.189 84.429)",
"chart5": "oklch(0.769 0.188 70.08)",
"sidebar": "oklch(0.985 0.001 106.423)",
"sidebarForeground": "oklch(0.147 0.004 49.25)",
"sidebarPrimary": "oklch(0.546 0.245 262.881)",
"sidebarPrimaryForeground": "oklch(0.985 0.001 106.423)",
"sidebarAccent": "oklch(0.97 0.001 106.424)",
"sidebarAccentForeground": "oklch(0.216 0.006 56.043)",
"sidebarBorder": "oklch(0.923 0.003 48.717)",
"sidebarRing": "oklch(0.546 0.245 262.881)"
},
"dark": {
"background": "oklch(0.147 0.004 49.25)",
"foreground": "oklch(0.985 0.001 106.423)",
"card": "oklch(0.216 0.006 56.043)",
"cardForeground": "oklch(0.985 0.001 106.423)",
"popover": "oklch(0.216 0.006 56.043)",
"popoverForeground": "oklch(0.985 0.001 106.423)",
"primary": "oklch(0.623 0.214 259.815)",
"primaryForeground": "oklch(0.985 0.001 106.423)",
"secondary": "oklch(0.268 0.007 34.298)",
"secondaryForeground": "oklch(0.985 0.001 106.423)",
"muted": "oklch(0.268 0.007 34.298)",
"mutedForeground": "oklch(0.709 0.01 56.259)",
"accent": "oklch(0.268 0.007 34.298)",
"accentForeground": "oklch(0.985 0.001 106.423)",
"destructive": "oklch(0.704 0.191 22.216)",
"border": "oklch(1 0 0 / 10%)",
"input": "oklch(1 0 0 / 15%)",
"ring": "oklch(0.623 0.214 259.815)",
"chart1": "oklch(0.623 0.214 259.815)",
"chart2": "oklch(0.696 0.17 162.48)",
"chart3": "oklch(0.769 0.188 70.08)",
"chart4": "oklch(0.627 0.265 303.9)",
"chart5": "oklch(0.645 0.246 16.439)",
"sidebar": "oklch(0.216 0.006 56.043)",
"sidebarForeground": "oklch(0.985 0.001 106.423)",
"sidebarPrimary": "oklch(0.623 0.214 259.815)",
"sidebarPrimaryForeground": "oklch(0.985 0.001 106.423)",
"sidebarAccent": "oklch(0.268 0.007 34.298)",
"sidebarAccentForeground": "oklch(0.985 0.001 106.423)",
"sidebarBorder": "oklch(1 0 0 / 10%)",
"sidebarRing": "oklch(0.623 0.214 259.815)"
}
}