Skip to content

Commit

Permalink
Merge pull request #8 from chingu-x/feature/cgd-38
Browse files Browse the repository at this point in the history
  • Loading branch information
marktlinn authored Sep 4, 2023
2 parents 939d6aa + 78a8e28 commit 4edac88
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,30 @@ module.exports = {
themes: [
{
chingu: {
primary: "#40936d",
secondary: "#E6624B",
warning: "#f6d860",
accent: "#37cdbe",
primary: "#40936D",
"primary-focus": "#3A8663",
"primary-content": "#C4DED2",
secondary: "#C2DAE9",
"secondary-focus": "#B1C6D4",
"secondary-content": "#ECF4F8",
accent: "#A7F3D0",
"accent-focus": "#98DDBD",
"accent-content": "#E4FBF0",
neutral: "#757575",
"base-100": "#ffffff",
"neutral-focus": "#535353",
"neutral-content": "#919191",
info: "#8FC4E5",
"info-content": "#DCEDF7",
success: "#14B8A6",
"success-content": "#B6E9E3",
warning: "#FFAC0C",
"warning-content": "#FFE5B4",
error: "#E6624B",
"error-content": "#F7CEC7",
"base-100": "#D4D4D4",
"base-200": "#C0C0C0",
"base-300": "#A3A3A3",
"base-content": "#F1F1F1",
},
},
],
Expand Down

0 comments on commit 4edac88

Please sign in to comment.