Skip to content

Commit

Permalink
Add actual galaxy 'gold', which tailwind calls 'hokey-pokey'. Cool.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 8, 2024
1 parent 4ebb200 commit f288d53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 1 addition & 3 deletions website/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export default defineAppConfig({
ui: {
// primary: "amber",
// This is a lot... amber is better? Keep iterating towards galaxy-ish.
primary: "gold",
primary: "hokey-pokey",
gray: "ebony-clay",
},
});
15 changes: 15 additions & 0 deletions website/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,21 @@ export default <Partial<Config>>{
"900": "#3c3c3d",
"950": "#262626",
},
// Galaxy gold-ish color in logos
"hokey-pokey": {
DEFAULT: "#D0BD2A",
50: "#F2ECBF",
100: "#EFE7AE",
200: "#E8DD8D",
300: "#E1D36B",
400: "#DACA49",
500: "#D0BD2A",
600: "#A19321",
700: "#736817",
800: "#443E0E",
900: "#151304",
950: "#000000",
},
},
},
},
Expand Down

0 comments on commit f288d53

Please sign in to comment.