summaryrefslogtreecommitdiff
path: root/colourschemes/wavy2.json
diff options
context:
space:
mode:
authorWavy Harp <wavyharp@gmail.com>2023-05-07 23:04:53 -0600
committerKyle McFarland <tfkyle@gmail.com>2023-05-07 23:04:53 -0600
commit991849b32acf83dd14a5096540bb053d2572502a (patch)
tree279b59d75d4ad6081f5242cf77d843ae6b37fc3d /colourschemes/wavy2.json
downloadrustynotes-master.zip
rustynotes-master.tar.gz
rustynotes-master.tar.bz2
initial importHEADmaster
currently everything is very tied to alsa and my system, for the moment you'll need to manually change the device names and maybe channels/period_size in src/main.rs, src/bin/smolguitar.rs and src/bin/loopbacker.rs, i'll fix that and add runtime period size/updater allocation soon, (and probably make a cpal backend as well so it can work on other platforms), but doing this initial commit to play around with stereo for now~
Diffstat (limited to 'colourschemes/wavy2.json')
-rw-r--r--colourschemes/wavy2.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/colourschemes/wavy2.json b/colourschemes/wavy2.json
new file mode 100644
index 0000000..d6101b9
--- /dev/null
+++ b/colourschemes/wavy2.json
@@ -0,0 +1,9 @@
+{
+ "c": "rgb_(165,165,255)", "cs": "rgb_(195,207,255)",
+ "d": "rgb_(165,243,255)", "ds": "rgb_(195,255,251)",
+ "e": "rgb_(165,255,189)",
+ "f": "rgb_(219,255,165)", "fs": "rgb_(243,255,195)",
+ "g": "rgb_(255,213,165)", "gs": "rgb_(255,215,195)",
+ "a": "rgb_(255,165,189)", "as_": "rgb_(255,195,223)",
+ "b": "rgb_(243,165,255)"
+}