forked from op7418/CodePilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.json
More file actions
80 lines (80 loc) · 3.1 KB
/
github.json
File metadata and controls
80 lines (80 loc) · 3.1 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": "github",
"label": "GitHub",
"order": 1,
"description": "Clean and familiar, inspired by GitHub's Primer design system",
"codeTheme": {
"light": "ghcolors",
"dark": "vscDarkPlus"
},
"shikiTheme": {
"light": "github-light-default",
"dark": "github-dark-default"
},
"light": {
"background": "oklch(1.000 0 0)",
"foreground": "oklch(0.254 0.011 254.0)",
"card": "oklch(1.000 0 0)",
"cardForeground": "oklch(0.254 0.011 254.0)",
"popover": "oklch(1.000 0 0)",
"popoverForeground": "oklch(0.254 0.011 254.0)",
"primary": "oklch(0.540 0.191 257.5)",
"primaryForeground": "oklch(1.000 0 0)",
"secondary": "oklch(0.947 0.007 247.9)",
"secondaryForeground": "oklch(0.338 0.015 252.3)",
"muted": "oklch(0.947 0.007 247.9)",
"mutedForeground": "oklch(0.531 0.017 251.3)",
"accent": "oklch(0.978 0.003 247.9)",
"accentForeground": "oklch(0.338 0.015 252.3)",
"destructive": "oklch(0.552 0.205 24.5)",
"border": "oklch(0.876 0.012 248.0)",
"input": "oklch(0.876 0.012 248.0)",
"ring": "oklch(0.540 0.191 257.5)",
"chart1": "oklch(0.540 0.191 257.5)",
"chart2": "oklch(0.546 0.147 146.3)",
"chart3": "oklch(0.700 0.160 48.0)",
"chart4": "oklch(0.620 0.165 310.0)",
"chart5": "oklch(0.600 0.120 185.0)",
"sidebar": "oklch(0.978 0.003 247.9)",
"sidebarForeground": "oklch(0.254 0.011 254.0)",
"sidebarPrimary": "oklch(0.540 0.191 257.5)",
"sidebarPrimaryForeground": "oklch(1.000 0 0)",
"sidebarAccent": "oklch(0.947 0.007 247.9)",
"sidebarAccentForeground": "oklch(0.338 0.015 252.3)",
"sidebarBorder": "oklch(0.876 0.012 248.0)",
"sidebarRing": "oklch(0.540 0.191 257.5)"
},
"dark": {
"background": "oklch(0.176 0.014 258.4)",
"foreground": "oklch(0.943 0.011 243.7)",
"card": "oklch(0.220 0.016 256.8)",
"cardForeground": "oklch(0.943 0.011 243.7)",
"popover": "oklch(0.220 0.016 256.8)",
"popoverForeground": "oklch(0.943 0.011 243.7)",
"primary": "oklch(0.569 0.202 259.7)",
"primaryForeground": "oklch(1.000 0 0)",
"secondary": "oklch(0.267 0.015 256.8)",
"secondaryForeground": "oklch(0.857 0.014 248.0)",
"muted": "oklch(0.267 0.015 256.8)",
"mutedForeground": "oklch(0.662 0.018 250.9)",
"accent": "oklch(0.246 0.015 256.8)",
"accentForeground": "oklch(0.943 0.011 243.7)",
"destructive": "oklch(0.665 0.205 27.0)",
"border": "oklch(0.330 0.015 252.3)",
"input": "oklch(0.330 0.015 252.3)",
"ring": "oklch(0.569 0.202 259.7)",
"chart1": "oklch(0.569 0.202 259.7)",
"chart2": "oklch(0.600 0.140 146.0)",
"chart3": "oklch(0.750 0.150 48.0)",
"chart4": "oklch(0.680 0.170 310.0)",
"chart5": "oklch(0.650 0.120 185.0)",
"sidebar": "oklch(0.104 0.019 248.3)",
"sidebarForeground": "oklch(0.943 0.011 243.7)",
"sidebarPrimary": "oklch(0.569 0.202 259.7)",
"sidebarPrimaryForeground": "oklch(1.000 0 0)",
"sidebarAccent": "oklch(0.267 0.015 256.8)",
"sidebarAccentForeground": "oklch(0.943 0.011 243.7)",
"sidebarBorder": "oklch(0.330 0.015 252.3)",
"sidebarRing": "oklch(0.569 0.202 259.7)"
}
}