Skip to content

Commit

Permalink
Merge pull request #323 from MaNemoj01/feat/new-color-theme-mother-duck
Browse files Browse the repository at this point in the history
Feat: Implements new color theme based on the mother duck site
  • Loading branch information
carbontwelve authored Nov 28, 2024
2 parents 926788f + 196d9a1 commit 9b2e861
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_data/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ module.exports = [
{
id: 'blue',
title: 'Blue',
},
{
id: 'playful-retro',
title: 'Playful Retro',
}
];
8 changes: 8 additions & 0 deletions src/styles/components/_themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,12 @@ html.theme-blue, .theme-picker li.theme-blue {
--foreground: #FBF8BE;
--foreground-muted: #bdc5ad;
--accent: #fbbc55;
}

html.theme-playful-retro, .theme-picker li.theme-playful-retro {
--background: #ffe08a;
--background-muted: #78d1e9;
--foreground: #1a1a1a;
--foreground-muted: #6c45b3;
--accent: #ff3b30;
}

0 comments on commit 9b2e861

Please sign in to comment.