From 1c5a6abf96c3ac63479e0ee52736ce7fe3b1efa6 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 21 Nov 2023 12:06:11 +0200 Subject: [PATCH] re-order palette --- theme.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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,