From 7cc5d1e841e2873d4b164dee41d53d28075453eb Mon Sep 17 00:00:00 2001
From: moon2 <moon2protonmail@protonmail.com>
Date: Tue, 21 Jan 2025 13:19:16 +0100
Subject: [PATCH] v5: profile colors are strings now

---
 flow3r.toml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/flow3r.toml b/flow3r.toml
index 7c9f874..a0ba187 100644
--- a/flow3r.toml
+++ b/flow3r.toml
@@ -11,12 +11,11 @@ author = "moon2"
 license = "CC0-1.0"
 description = "flute emulator"
 url = "https://git.flow3r.garden/moon2/binary-flute"
-version = 4
+version = 5
 
 [profile]
-bg_col = [0.5, 0.5, 1.0]
+background = "rgb(0.5, 0.5, 1.0)"
 
 [[profile.floaties]]
 style = "flow3r"
-col = [0.5, 0.5, 1.0, 0.5]
-num = 8
+color = "rgba(0.5, 0.5, 1.0, 0.5)"
-- 
GitLab