Skip to content

Commit

Permalink
Adjust star colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Dec 17, 2024
1 parent 8bdce5e commit 6614d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes.luau
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ local Light: Theme = {
story = tailwind.green500,
directory = tailwind.purple500,
alert = tailwind.rose500,
star = tailwind.yellow400,
star = tailwind.amber600,

github = Color3.fromHex("#333333"),

Expand Down Expand Up @@ -88,7 +88,7 @@ local Dark: Theme = {
story = tailwind.green500,
directory = tailwind.purple500,
alert = tailwind.rose500,
star = tailwind.yellow400,
star = tailwind.amber400,

github = Color3.fromHex("#ffffff"),

Expand Down

0 comments on commit 6614d87

Please sign in to comment.