-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththeme.css
More file actions
191 lines (184 loc) · 7.39 KB
/
theme.css
File metadata and controls
191 lines (184 loc) · 7.39 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
:root {
--background: oklch(0.9813 0.01 238.5069);
--foreground: oklch(0.1807 0.0207 239.8394);
--card: oklch(1 0 0);
--card-foreground: oklch(0.1807 0.0207 239.8394);
--popover: oklch(1 0 0);
--popover-foreground: oklch(0.1807 0.0207 239.8394);
--primary: oklch(0.6236 0.1833 147.4139);
--primary-foreground: oklch(0.9813 0.01 238.5069);
--secondary: oklch(0.9396 0.0204 243.422);
--secondary-foreground: oklch(0.2791 0.0203 242.6079);
--muted: oklch(0.9396 0.0204 243.422);
--muted-foreground: oklch(0.4501 0.0191 239.4931);
--accent: oklch(0.6999 0.1796 150.1066);
--accent-foreground: oklch(0.9813 0.01 238.5069);
--destructive: oklch(0.6207 0.2306 24.9164);
--destructive-foreground: oklch(0.9813 0.01 238.5069);
--border: oklch(0.8999 0.0196 240.7516);
--input: oklch(0.8999 0.0196 240.7516);
--ring: oklch(0.6236 0.1833 147.4139);
--chart-1: oklch(0.6236 0.1833 147.4139);
--chart-2: oklch(0.6004 0.1694 249.8812);
--chart-3: oklch(0.6818 0.1924 45.7782);
--chart-4: oklch(0.6396 0.2105 300.0543);
--chart-5: oklch(0.6491 0.2201 19.8586);
--sidebar: var(--background);
--sidebar-foreground: oklch(0.1807 0.0207 239.8394);
--sidebar-primary: oklch(0.6236 0.1833 147.4139);
--sidebar-primary-foreground: oklch(0.9813 0.01 238.5069);
--sidebar-accent: oklch(0.6999 0.1796 150.1066);
--sidebar-accent-foreground: oklch(0.9813 0.01 238.5069);
--sidebar-border: oklch(0.8999 0.0196 240.7516);
--sidebar-ring: oklch(0.6236 0.1833 147.4139);
--font-sans: Space Grotesk, ui-sans-serif, sans-serif, system-ui;
--font-serif: PT Serif, ui-serif, serif;
--font-mono: Space Mono, ui-monospace, monospace;
--radius: 0.75rem;
--shadow-x: 0;
--shadow-y: 1px;
--shadow-blur: 3px;
--shadow-spread: 0px;
--shadow-opacity: 0.1;
--shadow-color: oklch(0 0 0);
--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-sm:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow-md:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
--shadow-lg:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
--shadow-xl:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
--tracking-normal: 0em;
--spacing: 0.25rem;
/* People Page Avatar Grid Configuration */
/* Adjust these values based on org size:
- Large orgs (500+ contributors): 12-24 columns, smaller avatars
- Medium orgs (100-500): 8-16 columns
- Small orgs (<100): 4-8 columns, larger avatars
*/
--people-grid-cols-mobile: 10; /* Mobile: smallest screens */
--people-grid-cols-sm: 12; /* Small: 640px+ */
--people-grid-cols-md: 16; /* Medium: 768px+ */
--people-grid-cols-lg: 20; /* Large: 1024px+ */
--people-grid-cols-xl: 28; /* XL: 1280px+ */
--people-grid-cols-2xl: 36; /* 2XL: 1536px+ */
--people-grid-gap: 0.275rem; /* Gap between avatars (1.5 = 6px) */
}
.dark {
--background: oklch(0.1289 0.0199 238.9108);
--foreground: oklch(0.9513 0.0101 238.5127);
--card: oklch(0.1807 0.0207 239.8394);
--card-foreground: oklch(0.9513 0.0101 238.5127);
--popover: oklch(0.1807 0.0207 239.8394);
--popover-foreground: oklch(0.9513 0.0101 238.5127);
--primary: oklch(0.7007 0.1804 148.9872);
--primary-foreground: oklch(0.1004 0.0209 233.5083);
--secondary: oklch(0.2414 0.0196 239.1401);
--secondary-foreground: oklch(0.9513 0.0101 238.5127);
--muted: oklch(0.2414 0.0196 239.1401);
--muted-foreground: oklch(0.6499 0.0194 240.1577);
--accent: oklch(0.7211 0.1805 150.0521);
--accent-foreground: var(--foreground);
--destructive: oklch(0.6207 0.2306 24.9164);
--destructive-foreground: oklch(0.9813 0.01 238.5069);
--border: oklch(0.2791 0.0203 242.6079);
--input: oklch(0.2791 0.0203 242.6079);
--ring: oklch(0.7007 0.1804 148.9872);
--chart-1: oklch(0.7007 0.1804 148.9872);
--chart-2: oklch(0.6798 0.1703 250.1921);
--chart-3: oklch(0.7309 0.184 51.3191);
--chart-4: oklch(0.6928 0.1956 302.0666);
--chart-5: oklch(0.6899 0.2008 18.6316);
--sidebar: var(--background);
--sidebar-foreground: oklch(0.985 0 0);
--sidebar-primary: oklch(0.488 0.243 264.376);
--sidebar-primary-foreground: oklch(0.985 0 0);
--sidebar-accent: oklch(0.269 0 0);
--sidebar-accent-foreground: oklch(0.985 0 0);
--sidebar-border: oklch(0.275 0 0);
--sidebar-ring: oklch(0.439 0 0);
--font-sans: Space Grotesk, ui-sans-serif, sans-serif, system-ui;
--font-serif: PT Serif, ui-serif, serif;
--font-mono: Space Mono, ui-monospace, monospace;
--radius: 0.625rem;
--shadow-x: 0;
--shadow-y: 1px;
--shadow-blur: 3px;
--shadow-spread: 0px;
--shadow-opacity: 0.1;
--shadow-color: oklch(0 0 0);
--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-sm:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
--shadow-md:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
--shadow-lg:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
--shadow-xl:
0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
--color-card-foreground: var(--card-foreground);
--color-popover: var(--popover);
--color-popover-foreground: var(--popover-foreground);
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
--color-muted: var(--muted);
--color-muted-foreground: var(--muted-foreground);
--color-accent: var(--accent);
--color-accent-foreground: var(--accent-foreground);
--color-destructive: var(--destructive);
--color-destructive-foreground: var(--destructive-foreground);
--color-border: var(--border);
--color-input: var(--input);
--color-ring: var(--ring);
--color-chart-1: var(--chart-1);
--color-chart-2: var(--chart-2);
--color-chart-3: var(--chart-3);
--color-chart-4: var(--chart-4);
--color-chart-5: var(--chart-5);
--color-sidebar: var(--sidebar);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar-primary: var(--sidebar-primary);
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
--color-sidebar-accent: var(--sidebar-accent);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
--font-sans: var(--font-sans);
--font-mono: var(--font-mono);
--font-serif: var(--font-serif);
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
--shadow-2xs: var(--shadow-2xs);
--shadow-xs: var(--shadow-xs);
--shadow-sm: var(--shadow-sm);
--shadow: var(--shadow);
--shadow-md: var(--shadow-md);
--shadow-lg: var(--shadow-lg);
--shadow-xl: var(--shadow-xl);
--shadow-2xl: var(--shadow-2xl);
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}