Skip to content

Commit 5b051fd

Browse files
Updated dark theme
1 parent 87c9b0c commit 5b051fd

File tree

13 files changed

+62
-49
lines changed

13 files changed

+62
-49
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/prettier.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/layout/Header.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const Header = () => {
141141
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
142142
style={{ color: 'var(--fc-primary)' }}
143143
>
144-
<span className='font-medium hover:text-purple-400'>Languages</span>
144+
<span className='font-medium hover:text-blue-400'>Languages</span>
145145
<svg
146146
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isLanguageDropdownOpen ? 'rotate-180' : ''}`}
147147
fill='none'
@@ -189,7 +189,7 @@ const Header = () => {
189189
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
190190
style={{ color: 'var(--fc-primary)' }}
191191
>
192-
<span className='font-medium hover:text-purple-400'>Frameworks</span>
192+
<span className='font-medium hover:text-blue-400'>Frameworks</span>
193193
<svg
194194
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isFrameworkDropdownOpen ? 'rotate-180' : ''}`}
195195
fill='none'
@@ -237,7 +237,7 @@ const Header = () => {
237237
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
238238
style={{ color: 'var(--fc-primary)' }}
239239
>
240-
<span className='font-medium hover:text-purple-400'>Git</span>
240+
<span className='font-medium hover:text-blue-400'>Git</span>
241241
<svg
242242
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isGitSelectionDropdownOpen ? 'rotate-180' : ''}`}
243243
fill='none'
@@ -285,7 +285,7 @@ const Header = () => {
285285
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
286286
style={{ color: 'var(--fc-primary)' }}
287287
>
288-
<span className='font-medium hover:text-purple-400'>Roadmap</span>
288+
<span className='font-medium hover:text-blue-400'>Roadmap</span>
289289
<svg
290290
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isRoadmapDropdownOpen ? 'rotate-180' : ''}`}
291291
fill='none'
@@ -331,13 +331,13 @@ const Header = () => {
331331
<div className='flex items-center space-x-4'>
332332
<Link
333333
href='/community/contributors'
334-
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-purple-400'
334+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-blue-400'
335335
>
336336
Contributors
337337
</Link>
338338
<Link
339339
href='/help/faq'
340-
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-purple-400'
340+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-blue-400'
341341
>
342342
FAQ
343343
</Link>
@@ -348,7 +348,7 @@ const Header = () => {
348348
href='https://github.com/fork-commit-merge/fork-commit-merge'
349349
target='_blank'
350350
rel='noopener noreferrer'
351-
className='flex items-center pl-3 text-gray-700 transition-colors hover:text-modern-purple'
351+
className='flex items-center pl-3 text-gray-700 transition-colors hover:text-modern-blue'
352352
>
353353
<svg
354354
className='mr-1 h-5 w-5'

components/layout/LoadingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const LoadingPage = () => {
4444
initial={{ opacity: 0 }}
4545
animate={{ opacity: 1 }}
4646
transition={{ delay: 0.3 }}
47-
className="text-4xl font-bold mb-4 text-modern-purple"
47+
className="text-4xl font-bold mb-4 text-modern-blue"
4848
>
4949
Welcome to Fork, Commit, Merge
5050
</motion.h1>

components/ui/ThemeSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ThemeSelector = () => {
2121
return (
2222
<button
2323
onClick={toggleTheme}
24-
className='text-text-1 hover:bg-background-2 focus:ring-primary flex items-center space-x-2 rounded-md px-3 py-2 text-sm font-medium focus:outline-none focus:ring-2 hover:text-purple-400'
24+
className='text-text-1 hover:bg-background-2 focus:ring-primary flex items-center space-x-2 rounded-md px-3 py-2 text-sm font-medium focus:outline-none focus:ring-2 hover:text-blue-400'
2525
>
2626
{theme === 'dark' ? (
2727
<SunIcon className='h-5 w-5' />

pages/ai/ai.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function AI() {
2727
className='text-center'
2828
>
2929
<h1 className='text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl'>
30-
AI Development <span className='text-modern-purple'>Tools</span>
30+
AI Development <span className='text-modern-blue'>Tools</span>
3131
</h1>
3232
<p className='mx-auto mt-6 max-w-2xl text-lg text-gray-600'>
3333
Discover powerful AI tools and best practices to enhance your
@@ -60,7 +60,7 @@ export default function AI() {
6060
<ul className='grid gap-4 text-gray-600 sm:grid-cols-2'>
6161
<li className='flex items-start'>
6262
<svg
63-
className='mr-2 h-6 w-6 flex-shrink-0 text-modern-purple'
63+
className='mr-2 h-6 w-6 flex-shrink-0 text-modern-blue'
6464
fill='none'
6565
viewBox='0 0 24 24'
6666
stroke='currentColor'
@@ -76,7 +76,7 @@ export default function AI() {
7676
</li>
7777
<li className='flex items-start'>
7878
<svg
79-
className='mr-2 h-6 w-6 flex-shrink-0 text-modern-purple'
79+
className='mr-2 h-6 w-6 flex-shrink-0 text-modern-blue'
8080
fill='none'
8181
viewBox='0 0 24 24'
8282
stroke='currentColor'
@@ -92,7 +92,7 @@ export default function AI() {
9292
</li>
9393
<li className='flex items-start'>
9494
<svg
95-
className='mr-2 h-6 w-6 flex-shrink-0 text-modern-purple'
95+
className='mr-2 h-6 w-6 flex-shrink-0 text-modern-blue'
9696
fill='none'
9797
viewBox='0 0 24 24'
9898
stroke='currentColor'

pages/help/faq.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const FAQAccordion = ({
125125
>
126126
<h3 className='text-xl font-semibold text-gray-900'>{faq.question}</h3>
127127
<svg
128-
className={`h-6 w-6 text-modern-purple transition-transform duration-200 ${
128+
className={`h-6 w-6 text-modern-blue transition-transform duration-200 ${
129129
isOpen ? 'rotate-180' : ''
130130
}`}
131131
fill='none'
@@ -183,7 +183,7 @@ export default function FAQ() {
183183
<div className='text-center'>
184184
<h1 className='text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl'>
185185
Frequently Asked{' '}
186-
<span className='text-modern-purple'>Questions</span>
186+
<span className='text-modern-blue'>Questions</span>
187187
</h1>
188188
<p className='mx-auto mt-6 max-w-2xl text-lg text-gray-600'>
189189
Find answers to common questions about open source contribution
@@ -197,7 +197,7 @@ export default function FAQ() {
197197
onClick={() => setActiveCategory('All')}
198198
className={`rounded-full px-6 py-2 text-sm font-medium transition-all duration-200 ${
199199
activeCategory === 'All'
200-
? 'bg-modern-purple text-white'
200+
? 'bg-modern-blue text-white'
201201
: 'bg-gray-100 text-gray-600 hover:bg-gray-200'
202202
}`}
203203
>

pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function Home() {
8888
>
8989
<div className='modern-container'>
9090
<div className='mx-auto max-w-2xl lg:text-center'>
91-
<h2 className='text-3xl font-semibold leading-snug text-modern-purple'>
91+
<h2 className='text-3xl font-semibold leading-snug text-modern-blue'>
9292
Become a part of our community of over 900 developers who have already contributed to this project!
9393
</h2>
9494
<p className='mt-6 text-lg leading-8 text-gray-600'>
@@ -158,7 +158,7 @@ export default function Home() {
158158
<div className='mt-8 text-center'>
159159
<Link
160160
href='/community/contributors'
161-
className='inline-flex items-center justify-center rounded-md bg-modern-purple px-6 py-3 text-base font-medium text-white shadow-sm transition-colors duration-200 hover:bg-modern-purple/90'
161+
className='inline-flex items-center justify-center rounded-md bg-modern-blue px-6 py-3 text-base font-medium text-white shadow-sm transition-colors duration-200 hover:bg-modern-blue'
162162
>
163163
View All Contributors
164164
<svg

pages/legal/privacy-policy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const PrivacyPolicy: React.FC = () => {
2626
className='text-center'
2727
>
2828
<h1 className='text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl'>
29-
Privacy <span className='text-modern-purple'>Policy</span>
29+
Privacy <span className='text-modern-blue'>Policy</span>
3030
</h1>
3131
<p className='mx-auto mt-6 max-w-2xl text-lg text-gray-600'>
3232
Learn about how we handle your data and protect your privacy.

pages/resources/resources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function Resources() {
3535
className='text-center'
3636
>
3737
<h1 className='text-fc-primary text-4xl font-bold tracking-tight sm:text-5xl'>
38-
Learning <span className='text-modern-purple'>Resources</span>
38+
Learning <span className='text-modern-blue'>Resources</span>
3939
</h1>
4040
<p className='text-fc-primary/80 mx-auto mt-6 max-w-2xl text-lg'>
4141
Comprehensive collection of tools, platforms, and materials to

0 commit comments

Comments
 (0)