diff --git a/flow3r.toml b/flow3r.toml index 7c9f874f02d84908eab45921f7af4aa935bf1ec3..a0ba18720c8ccd0b6d7cc44c77d7088c67fc42f8 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)"