Skip to content

Commit a90fa0a

Browse files
committed
Changing Colour and themes
1 parent c23cbe0 commit a90fa0a

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# 🚀 AI Content Generator - Roo Hackathon 2025 Submission
1+
# 🧞‍♂️ AI Content Genie - Roo Hackathon 2025 Submission
22

3-
> Our submission for the Roo Hackathon 2025. An AI-powered content generation platform that leverages large language models to streamline content creation.
3+
![AI Content Genie](ai-content-generator/frontend/public/genie.png)
4+
5+
> Unleash your inner AI Content Genie! Our submission for the Roo Hackathon 2025 is an AI-powered content generation platform that leverages large language models to streamline content creation.
46
57
[![React](https://img.shields.io/badge/React-18.2.0-blue.svg)](https://reactjs.org/)
68
[![Node.js](https://img.shields.io/badge/Node.js-Latest-green.svg)](https://nodejs.org/)

frontend/tailwind.config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ export default {
88
extend: {
99
colors: {
1010
primary: {
11-
50: '#eff6ff',
12-
100: '#dbeafe',
13-
200: '#bfdbfe',
14-
300: '#93c5fd',
15-
400: '#60a5fa',
16-
500: '#3b82f6',
17-
600: '#2563eb',
18-
700: '#1d4ed8',
19-
800: '#1e40af',
20-
900: '#1e3a8a',
11+
50: '#f5f3ff',
12+
100: '#ede9fe',
13+
200: '#ddd6fe',
14+
300: '#c4b5fd',
15+
400: '#a78bfa',
16+
500: '#8b5cf6',
17+
600: '#7c3aed',
18+
700: '#6d28d9',
19+
800: '#5b21b6',
20+
900: '#4c1d95',
2121
},
2222
},
2323
animation: {

0 commit comments

Comments
 (0)