Skip to content

Commit

Permalink
Merge pull request #5 from kepler-inc/setup-color-palette
Browse files Browse the repository at this point in the history
feat: setup base colors for window layout
  • Loading branch information
Joshuafolorunsho authored Aug 12, 2024
2 parents 8e7f70b + 7eec860 commit b3cac01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/admin/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ const config = {
},
extend: {
colors: {
'bg-main':'#121212',
'bg-window':'#171717',
'bg-window-separation':'#1a1a1a',
'bg-overlay':'#262626',
'bg-dropdown':'#2e2e2e',
'border-primary':'#343434',
'border-secondary':'#424242',
'text-light':'#ffffff',
'text-dim':'#939393',
border: "hsl(var(--border))",
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",
Expand Down

0 comments on commit b3cac01

Please sign in to comment.