diff --git a/theme.json b/theme.json index af672bb..eb6c500 100644 --- a/theme.json +++ b/theme.json @@ -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", @@ -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,