Skip to content

Commit

Permalink
Adds secondary colors in theme.json + each palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mghenciu committed Oct 31, 2023
1 parent e9ea99f commit dd9407c
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/apple-clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#C25252",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#B23E3E",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/blue-cream.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#2A359E",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#222B81",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/blue-retro.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#F9C33E",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#F7B81C",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/clean-cut.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#202220",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#0F100F",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/dark-fit.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#417E61",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#0F100F",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/garden-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#4D6E50",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#3F5A41",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/green-corn.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#FAAF58",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#F99E34",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/light-serif.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#202020",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#0F0F0F",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/night-owl.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#5C40CA",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#4C32B4",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/purple-dawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#DB7358",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#D45A3A",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions styles/wooden.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"slug": "raft-accent",
"color": "#544636",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#3E3428",
"name": "Accent Secondary"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"slug": "raft-accent",
"color": "#C26148",
"name": "Accent"
},
{
"slug": "raft-accent-secondary",
"color": "#AC5039",
"name": "Accent Secondary"
}
],
"link": true,
Expand Down

0 comments on commit dd9407c

Please sign in to comment.