Skip to content

Commit

Permalink
Add colours to settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corofides committed Nov 2, 2023
1 parent 6146599 commit f31e4db
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion public/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"site_name": "Shimmer",
"site_owner": "Corofides"
"site_owner": "Corofides",
"brand-primary-bg": "#29C7AC",
"brand-primary-text": "#FFFFFF",
"brand-secondary-bg": "#8B6DDE",
"brand-secondary-text": "#FFFFFF",
"accent-bg": "#FFD700",
"accent-text": "#2E2E2E",
"neutral-bg": "#FFFFFF",
"neutral-text": "#2E2E2E",
"cta-bg": "#4A90E2",
"cta-text": "#FFFFFF",
"error-bg": "#FF6B6B",
"error-text": "#FFFFFF",
"highlight-bg": "#B19CD9",
"highlight-text": "#2E2E2E",
"dark-bg": "#2E2E2E"
}

0 comments on commit f31e4db

Please sign in to comment.