|
| 1 | +@import './fonts.css'; |
| 2 | + |
1 | 3 | /* Customize the CSS variables in :root and .dark to match your brand. */ |
2 | 4 | @custom-variant dark (&:is(.dark *)); |
3 | 5 | @custom-variant fixed (&:is(.layout-fixed *)); |
|
58 | 60 | } |
59 | 61 |
|
60 | 62 | :root { |
61 | | - --font-sans: var(--font-sans); |
62 | | - --font-mono: var(--font-mono); |
| 63 | + --font-sans: 'Geist', ui-sans-serif, system-ui, sans-serif; |
| 64 | + --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, monospace; |
63 | 65 | --radius: 0.625rem; |
64 | | - --background: oklch(1 0.003 75); |
65 | | - --foreground: oklch(0.145 0 0); |
66 | | - --card: oklch(1 0.003 75); |
67 | | - --card-foreground: oklch(0.145 0 0); |
68 | | - --popover: oklch(1 0.003 75); |
69 | | - --popover-foreground: oklch(0.145 0 0); |
| 66 | + --background: oklch(1 0 0); |
| 67 | + --foreground: oklch(0.147 0.004 49.25); |
| 68 | + --card: oklch(1 0 0); |
| 69 | + --card-foreground: oklch(0.147 0.004 49.25); |
| 70 | + --popover: oklch(1 0 0); |
| 71 | + --popover-foreground: oklch(0.147 0.004 49.25); |
70 | 72 | --primary: oklch(0.72 0.15 75); |
71 | | - --primary-foreground: oklch(0.2 0.02 75); |
72 | | - --secondary: oklch(0.97 0.003 75); |
73 | | - --secondary-foreground: oklch(0.205 0 0); |
74 | | - --muted: oklch(0.97 0.003 75); |
75 | | - --muted-foreground: oklch(0.556 0 0); |
76 | | - --accent: oklch(0.97 0.003 75); |
77 | | - --accent-foreground: oklch(0.205 0 0); |
| 73 | + --primary-foreground: oklch(0.985 0.001 106.423); |
| 74 | + --secondary: oklch(0.97 0.001 106.424); |
| 75 | + --secondary-foreground: oklch(0.216 0.006 56.043); |
| 76 | + --muted: oklch(0.97 0.001 106.424); |
| 77 | + --muted-foreground: oklch(0.553 0.013 58.071); |
| 78 | + --accent: oklch(0.97 0.001 106.424); |
| 79 | + --accent-foreground: oklch(0.216 0.006 56.043); |
78 | 80 | --destructive: oklch(0.577 0.245 27.325); |
79 | | - --destructive-foreground: oklch(0.985 0 0); |
80 | | - --border: oklch(0.922 0.003 75); |
81 | | - --input: oklch(0.922 0.003 75); |
82 | | - --ring: oklch(0.708 0.003 75); |
83 | | - --chart-1: oklch(0.72 0.15 75); |
| 81 | + --border: oklch(0.923 0.003 48.717); |
| 82 | + --input: oklch(0.923 0.003 48.717); |
| 83 | + --ring: oklch(0.709 0.01 56.259); |
| 84 | + --chart-1: oklch(0.646 0.222 41.116); |
84 | 85 | --chart-2: oklch(0.6 0.118 184.704); |
85 | 86 | --chart-3: oklch(0.398 0.07 227.392); |
86 | 87 | --chart-4: oklch(0.828 0.189 84.429); |
87 | 88 | --chart-5: oklch(0.769 0.188 70.08); |
88 | | - --sidebar: oklch(0.985 0.003 75); |
89 | | - --sidebar-foreground: oklch(0.145 0 0); |
90 | | - --sidebar-primary: oklch(0.72 0.15 75); |
91 | | - --sidebar-primary-foreground: oklch(0.2 0.02 75); |
92 | | - --sidebar-accent: oklch(0.97 0.003 75); |
93 | | - --sidebar-accent-foreground: oklch(0.205 0 0); |
94 | | - --sidebar-border: oklch(0.922 0.003 75); |
95 | | - --sidebar-ring: oklch(0.708 0.003 75); |
96 | | - --surface: oklch(0.98 0.003 75); |
97 | | - --surface-foreground: var(--foreground); |
98 | | - --code: var(--surface); |
99 | | - --code-foreground: var(--surface-foreground); |
100 | | - --code-highlight: oklch(0.96 0.003 75); |
101 | | - --code-number: oklch(0.56 0 0); |
102 | | - --selection: oklch(0.145 0 0); |
103 | | - --selection-foreground: oklch(1 0.003 75); |
| 89 | + --sidebar: oklch(0.985 0.001 106.423); |
| 90 | + --sidebar-foreground: oklch(0.147 0.004 49.25); |
| 91 | + --sidebar-primary: oklch(0.216 0.006 56.043); |
| 92 | + --sidebar-primary-foreground: oklch(0.985 0.001 106.423); |
| 93 | + --sidebar-accent: oklch(0.97 0.001 106.424); |
| 94 | + --sidebar-accent-foreground: oklch(0.216 0.006 56.043); |
| 95 | + --sidebar-border: oklch(0.923 0.003 48.717); |
| 96 | + --sidebar-ring: oklch(0.709 0.01 56.259); |
104 | 97 | } |
105 | 98 |
|
106 | 99 | .dark { |
107 | | - --background: oklch(0.2 0.003 65); |
108 | | - --foreground: oklch(0.985 0 0); |
109 | | - --card: oklch(0.24 0.003 75); |
110 | | - --card-foreground: oklch(0.985 0 0); |
111 | | - --popover: oklch(0.305 0.003 75); |
112 | | - --popover-foreground: oklch(0.985 0 0); |
113 | | - --primary: oklch(0.8 0.12 85); |
114 | | - --primary-foreground: oklch(0.15 0.02 65); |
115 | | - --secondary: oklch(0.305 0.003 75); |
116 | | - --secondary-foreground: oklch(0.985 0 0); |
117 | | - --muted: oklch(0.305 0.003 75); |
118 | | - --muted-foreground: oklch(0.708 0 0); |
119 | | - --accent: oklch(0.405 0.003 75); |
120 | | - --accent-foreground: oklch(0.985 0 0); |
| 100 | + --background: oklch(0.147 0.004 49.25); |
| 101 | + --foreground: oklch(0.985 0.001 106.423); |
| 102 | + --card: oklch(0.216 0.006 56.043); |
| 103 | + --card-foreground: oklch(0.985 0.001 106.423); |
| 104 | + --popover: oklch(0.216 0.006 56.043); |
| 105 | + --popover-foreground: oklch(0.985 0.001 106.423); |
| 106 | + --primary: oklch(0.72 0.15 75); |
| 107 | + --primary-foreground: oklch(0.216 0.006 56.043); |
| 108 | + --secondary: oklch(0.268 0.007 34.298); |
| 109 | + --secondary-foreground: oklch(0.985 0.001 106.423); |
| 110 | + --muted: oklch(0.268 0.007 34.298); |
| 111 | + --muted-foreground: oklch(0.709 0.01 56.259); |
| 112 | + --accent: oklch(0.268 0.007 34.298); |
| 113 | + --accent-foreground: oklch(0.985 0.001 106.423); |
121 | 114 | --destructive: oklch(0.704 0.191 22.216); |
122 | | - --destructive-foreground: oklch(0.985 0 0); |
123 | | - --border: oklch(1 0.003 75 / 14%); |
124 | | - --input: oklch(1 0.003 75 / 19%); |
125 | | - --ring: oklch(0.576 0.003 75); |
126 | | - --chart-1: oklch(0.8 0.12 85); |
| 115 | + --border: oklch(1 0 0 / 10%); |
| 116 | + --input: oklch(1 0 0 / 15%); |
| 117 | + --ring: oklch(0.553 0.013 58.071); |
| 118 | + --chart-1: oklch(0.488 0.243 264.376); |
127 | 119 | --chart-2: oklch(0.696 0.17 162.48); |
128 | 120 | --chart-3: oklch(0.769 0.188 70.08); |
129 | 121 | --chart-4: oklch(0.627 0.265 303.9); |
130 | 122 | --chart-5: oklch(0.645 0.246 16.439); |
131 | | - --sidebar: oklch(0.22 0.001 75); |
132 | | - --sidebar-foreground: oklch(0.985 0 0); |
133 | | - --sidebar-primary: oklch(0.8 0.12 85); |
134 | | - --sidebar-primary-foreground: oklch(0.985 0 0); |
135 | | - --sidebar-accent: oklch(0.285 0.001 75); |
136 | | - --sidebar-accent-foreground: oklch(0.985 0 0); |
137 | | - --sidebar-border: oklch(1 0.001 75 / 12%); |
138 | | - --sidebar-ring: oklch(0.45 0.001 75); |
139 | | - --surface: oklch(0.235 0.003 75); |
140 | | - --surface-foreground: oklch(0.708 0 0); |
141 | | - --code: var(--surface); |
142 | | - --code-foreground: var(--surface-foreground); |
143 | | - --code-highlight: oklch(0.27 0.003 75); |
144 | | - --code-number: oklch(0.72 0 0); |
145 | | - --selection: oklch(0.922 0.003 75); |
146 | | - --selection-foreground: oklch(0.24 0.003 75); |
| 123 | + --sidebar: oklch(0.216 0.006 56.043); |
| 124 | + --sidebar-foreground: oklch(0.985 0.001 106.423); |
| 125 | + --sidebar-primary: oklch(0.488 0.243 264.376); |
| 126 | + --sidebar-primary-foreground: oklch(0.985 0.001 106.423); |
| 127 | + --sidebar-accent: oklch(0.268 0.007 34.298); |
| 128 | + --sidebar-accent-foreground: oklch(0.985 0.001 106.423); |
| 129 | + --sidebar-border: oklch(1 0 0 / 10%); |
| 130 | + --sidebar-ring: oklch(0.553 0.013 58.071); |
147 | 131 | } |
148 | 132 | @layer base { |
149 | 133 | * { |
|
0 commit comments