Skip to content
Snippets Groups Projects
Commit 7cc5d1e8 authored by moon2's avatar moon2 :speech_balloon:
Browse files

v5: profile colors are strings now

parent 27ae5f63
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,11 @@ author = "moon2" ...@@ -11,12 +11,11 @@ author = "moon2"
license = "CC0-1.0" license = "CC0-1.0"
description = "flute emulator" description = "flute emulator"
url = "https://git.flow3r.garden/moon2/binary-flute" url = "https://git.flow3r.garden/moon2/binary-flute"
version = 4 version = 5
[profile] [profile]
bg_col = [0.5, 0.5, 1.0] background = "rgb(0.5, 0.5, 1.0)"
[[profile.floaties]] [[profile.floaties]]
style = "flow3r" style = "flow3r"
col = [0.5, 0.5, 1.0, 0.5] color = "rgba(0.5, 0.5, 1.0, 0.5)"
num = 8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment