From 21cd8b745f65a20c4ea8c74bfe0a5061ec902beb Mon Sep 17 00:00:00 2001
From: moon2 <moon2protonmail@protonmail.com>
Date: Tue, 21 Jan 2025 13:28:29 +0100
Subject: [PATCH] v6: profile->style

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

diff --git a/flow3r.toml b/flow3r.toml
index a0ba187..519e89f 100644
--- a/flow3r.toml
+++ b/flow3r.toml
@@ -11,11 +11,11 @@ author = "moon2"
 license = "CC0-1.0"
 description = "flute emulator"
 url = "https://git.flow3r.garden/moon2/binary-flute"
-version = 5
+version = 6
 
-[profile]
+[style]
 background = "rgb(0.5, 0.5, 1.0)"
 
-[[profile.floaties]]
-style = "flow3r"
+[[style.floaties]]
+symbol = "flow3r"
 color = "rgba(0.5, 0.5, 1.0, 0.5)"
-- 
GitLab