Skip to content

Commit

Permalink
feat: Add season colors for various leaf types and grass
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed May 29, 2024
1 parent 14156a5 commit f1e819b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"SPRING": "#cfdd0d",
"SUMMER": "#71a80b",
"FALL": "#408c20",
"WINTER": "#386d1f"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"SPRING": "#aedc5b",
"SUMMER": "#9fd836",
"FALL": "#fcb23c",
"WINTER": "#e6e8f2"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"SPRING": "#d7fc1b",
"SUMMER": "#edf736",
"FALL": "#fdc039",
"WINTER": "#fdfcf8"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"SPRING": "#d7fc1b",
"SUMMER": "#edf736",
"FALL": "#fdc039",
"WINTER": "#fdfcf8"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"SPRING": "#d7fc1b",
"SUMMER": "#edf736",
"FALL": "#fdc039",
"WINTER": "#fdfcf8"
}

0 comments on commit f1e819b

Please sign in to comment.