Skip to content

Commit

Permalink
re-order palette
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPixle authored Nov 21, 2023
1 parent 709d117 commit 1c5a6ab
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
"color": "#1D1F25",
"name": "Foreground"
},
{
"slug": "raft-bg-alt",
"color": "rgba(255, 255, 255, 0.6)",
"name": "Background Alt"
},
{
"slug": "raft-fg-alt",
"color": "#FDFDFD",
"name": "Foreground Alt"
},
{
"slug": "raft-accent",
"color": "#C26148",
Expand All @@ -34,6 +24,16 @@
"slug": "raft-accent-secondary",
"color": "#AC5039",
"name": "Accent Secondary"
},
{
"slug": "raft-bg-alt",
"color": "rgba(255, 255, 255, 0.6)",
"name": "Background Alt"
},
{
"slug": "raft-fg-alt",
"color": "#FDFDFD",
"name": "Foreground Alt"
}
],
"link": true,
Expand Down

0 comments on commit 1c5a6ab

Please sign in to comment.