Themes and stuff

24 September 2025

Views: 87

-------------------------------------------------------------------------------------------------------------
Pastel:
-------------------------------------------------------------------------------------------------------------

:root { --page-margin: #1e1e2f; --editor-background: #1e1e2f; --hover-preview: #ffffff; --playhead: rgba(255, 255, 255, 0.9); --primary-text: #f0f0f0; --secondary-text: #cccccc; --inverted-text: #000000; --text-selection: rgba(255, 105, 180, 0.8); /* Hot pink */ --box-selection-fill: #2e003e; --loop-accent: #00bcd4; /* Cyan */ --link-accent: #ff4081; /* Pink */ --ui-widget-background: #2c2c3c; --ui-widget-focus: #3a3a4f; --pitch-background: #2e2e4a; --tonic: #7c4dff; /* Purple */ --fifth-note: #b49aff; /* Light blue */ --white-piano-key: rgba(255, 240, 255, 1); --black-piano-key: #121212; --use-color-formula: true; --track-editor-bg-pitch: #2b2b3b; --track-editor-bg-pitch-dim: #1f1f2f; --track-editor-bg-noise: #2b2b3b; --track-editor-bg-noise-dim: #1f1f2f; --track-editor-bg-mod: #2b2b3b; --track-editor-bg-mod-dim: #1f1f2f; --multiplicative-mod-slider: #ff6f61; /* Coral */ --overwriting-mod-slider: #ff4081; /* Pink */ --indicator-primary: #00e676; /* Green */ --indicator-secondary: #00bfa5; /* Teal */ --select2-opt-group: #3f3f5f; --input-box-outline: #ff4081; --mute-button-normal: #ff4081; --mute-button-mod: #ff1744; --mod-label-primary: #7c4dff; --mod-label-secondary-text: #b39ddb; --mod-label-primary-text: #ffffff; --pitch-secondary-channel-hue: 0; --pitch-secondary-channel-hue-scale: 6.1; --pitch-secondary-channel-sat: 60; /* Increased saturation */ --pitch-secondary-channel-sat-scale: 0.1; --pitch-secondary-channel-lum: 30; /* Increased luminosity */ --pitch-secondary-channel-lum-scale: 0.05; --pitch-primary-channel-hue: 0; --pitch-primary-channel-hue-scale: 6.1; --pitch-primary-channel-sat: 80; /* Increased saturation */ --pitch-primary-channel-sat-scale: 0.1; --pitch-primary-channel-lum: 60; /* Increased luminosity */ --pitch-primary-channel-lum-scale: 0.05; --pitch-secondary-note-hue: 0; --pitch-secondary-note-hue-scale: 6.1; --pitch-secondary-note-sat: 60; /* Increased saturation */ --pitch-secondary-note-sat-scale: 0.1; --pitch-secondary-note-lum: 35; /* Increased luminosity */ --pitch-secondary-note-lum-scale: 0.05; --pitch-primary-note-hue: 0; --pitch-primary-note-hue-scale: 6.1; --pitch-primary-note-sat: 80; /* Increased saturation */ --pitch-primary-note-sat-scale: 0.05; --pitch-primary-note-lum: 75; /* Increased luminosity */ --pitch-primary-note-lum-scale: 0.025; --noise-secondary-channel-hue: 0; --noise-secondary-channel-hue-scale: 2; --noise-secondary-channel-sat: 40; /* Increased saturation */ --noise-secondary-channel-sat-scale: 0; --noise-secondary-channel-lum: 32; /* Increased luminosity */ --noise-secondary-channel-lum-scale: 0; --noise-primary-channel-hue: 0; --noise-primary-channel-hue-scale: 2; --noise-primary-channel-sat: 50; /* Increased saturation */ --noise-primary-channel-sat-scale: 0; --noise-primary-channel-lum: 55; /* Increased luminosity */ --noise-primary-channel-lum-scale: 0; --noise-secondary-note-hue: 0; --noise-secondary-note-hue-scale: 2; --noise-secondary-note-sat: 50; /* Increased saturation */ --noise-secondary-note-sat-scale: 0; --noise-secondary-note-lum: 45; /* Increased luminosity */ --noise-secondary-note-lum-scale: 0; --noise-primary-note-hue: 0; --noise-primary-note-hue-scale: 2; --noise-primary-note-sat: 60; /* Increased saturation */ --noise-primary-note-sat-scale: 0; --noise-primary-note-lum: 64; /* Increased luminosity */ --noise-primary-note-lum-scale: 0; --mod-secondary-channel-hue: 192; --mod-secondary-channel-hue-scale: 1.5; --mod-secondary-channel-sat: 88; --mod-secondary-channel-sat-scale: 0; --mod-secondary-channel-lum: 30; --mod-secondary-channel-lum-scale: 0; --mod-primary-channel-hue: 192; --mod-primary-channel-hue-scale: 1.5; --mod-primary-channel-sat: 56; --mod-primary-channel-sat-scale: 0; --mod-primary-channel-lum: 60; --mod-primary-channel-lum-scale: 0; --mod-secondary-note-hue: 192; --mod-secondary-note-hue-scale: 1.5; --mod-secondary-note-sat: 42; --mod-secondary-note-sat-scale: 0; --mod-secondary-note-lum: 25; --mod-secondary-note-lum-scale: 0; --mod-primary-note-hue: 192; --mod-primary-note-hue-scale: 1.5; --mod-primary-note-sat: 56; --mod-primary-note-sat-scale: 0; --mod-primary-note-lum: 65; --mod-primary-note-lum-scale: 0; --note-flash: #ffffff77; --note-flash-secondary: #ffffff66; } html { font-family: 'tahoma' !important; font-size: 150% !important; } div.channelBoxLabel { font-family: 'tahoma' !important; }

-------------------------------------------------------------------------------------------------------------
Sinnister:
-------------------------------------------------------------------------------------------------------------

:root {
--page-margin: #1a0a0f;
--editor-background: #1a0a0f;
--hover-preview: #f5e6e6;
--playhead: rgba(255, 230, 230, 0.9);
--primary-text: #f8f0f0;
--secondary-text: #d8c0c0;
--inverted-text: #000000;
--text-selection: rgba(180, 0, 60, 0.8); /* Crimson */
--box-selection-fill: #3a001a;
--loop-accent: #c2185b; /* Deep rose */
--link-accent: #e91e63; /* Raspberry */
--ui-widget-background: #2a0f1f;
--ui-widget-focus: #3f1a2a;
--pitch-background: #2e0f1f;
--tonic: #880e4f; /* Wine */
--fifth-note: #c94f7c; /* Rosé */
--white-piano-key: rgba(255, 240, 245, 1);
--black-piano-key: #0a0a0a;
--use-color-formula: true;
--track-editor-bg-pitch: #2b0f1f;
--track-editor-bg-pitch-dim: #1a0a0f;
--track-editor-bg-noise: #2b0f1f;
--track-editor-bg-noise-dim: #1a0a0f;
--track-editor-bg-mod: #2b0f1f;
--track-editor-bg-mod-dim: #1a0a0f;
--multiplicative-mod-slider: #b71c1c; /* Blood red */
--overwriting-mod-slider: #d81b60; /* Berry */
--indicator-primary: #ff5252; /* Bright red */
--indicator-secondary: #ff1744; /* Vivid crimson */
--select2-opt-group: #4a1a2a;
--input-box-outline: #d81b60;
--mute-button-normal: #d81b60;
--mute-button-mod: #b71c1c;
--mod-label-primary: #880e4f;
--mod-label-secondary-text: #e1bee7;
--mod-label-primary-text: #ffffff;

/* Pitch hues tuned for wine-red spectrum */
--pitch-secondary-channel-hue: 340;
--pitch-secondary-channel-hue-scale: 6.1;
--pitch-secondary-channel-sat: 65;
--pitch-secondary-channel-sat-scale: 0.1;
--pitch-secondary-channel-lum: 30;
--pitch-secondary-channel-lum-scale: 0.05;

--pitch-primary-channel-hue: 340;
--pitch-primary-channel-hue-scale: 6.1;
--pitch-primary-channel-sat: 85;
--pitch-primary-channel-sat-scale: 0.1;
--pitch-primary-channel-lum: 60;
--pitch-primary-channel-lum-scale: 0.05;

--pitch-secondary-note-hue: 340;
--pitch-secondary-note-hue-scale: 6.1;
--pitch-secondary-note-sat: 65;
--pitch-secondary-note-sat-scale: 0.1;
--pitch-secondary-note-lum: 35;
--pitch-secondary-note-lum-scale: 0.05;

--pitch-primary-note-hue: 340;
--pitch-primary-note-hue-scale: 6.1;
--pitch-primary-note-sat: 85;
--pitch-primary-note-sat-scale: 0.05;
--pitch-primary-note-lum: 75;
--pitch-primary-note-lum-scale: 0.025;

/* Noise hues slightly desaturated for texture */
--noise-secondary-channel-hue: 340;
--noise-secondary-channel-hue-scale: 2;
--noise-secondary-channel-sat: 40;
--noise-secondary-channel-sat-scale: 0;
--noise-secondary-channel-lum: 32;
--noise-secondary-channel-lum-scale: 0;

--noise-primary-channel-hue: 340;
--noise-primary-channel-hue-scale: 2;
--noise-primary-channel-sat: 50;
--noise-primary-channel-sat-scale: 0;
--noise-primary-channel-lum: 55;
--noise-primary-channel-lum-scale: 0;

--noise-secondary-note-hue: 340;
--noise-secondary-note-hue-scale: 2;
--noise-secondary-note-sat: 50;
--noise-secondary-note-sat-scale: 0;
--noise-secondary-note-lum: 45;
--noise-secondary-note-lum-scale: 0;

--noise-primary-note-hue: 340;
--noise-primary-note-hue-scale: 2;
--noise-primary-note-sat: 60;
--noise-primary-note-sat-scale: 0;
--noise-primary-note-lum: 64;
--noise-primary-note-lum-scale: 0;

/* Mod hues shifted toward plum */
--mod-secondary-channel-hue: 320;
--mod-secondary-channel-hue-scale: 1.5;
--mod-secondary-channel-sat: 88;
--mod-secondary-channel-sat-scale: 0;
--mod-secondary-channel-lum: 30;
--mod-secondary-channel-lum-scale: 0;

--mod-primary-channel-hue: 320;
--mod-primary-channel-hue-scale: 1.5;
--mod-primary-channel-sat: 56;
--mod-primary-channel-sat-scale: 0;
--mod-primary-channel-lum: 60;
--mod-primary-channel-lum-scale: 0;

--mod-secondary-note-hue: 320;
--mod-secondary-note-hue-scale: 1.5;
--mod-secondary-note-sat: 42;
--mod-secondary-note-sat-scale: 0;
--mod-secondary-note-lum: 25;
--mod-secondary-note-lum-scale: 0;

--mod-primary-note-hue: 320;
--mod-primary-note-hue-scale: 1.5;
--mod-primary-note-sat: 56;
--mod-primary-note-sat-scale: 0;
--mod-primary-note-lum: 65;
--mod-primary-note-lum-scale: 0;

--note-flash: #ffe6e677;
--note-flash-secondary: #ffe6e666;
}

html {
font-family: 'tahoma' !important;
font-size: 150% !important;
}

div.channelBoxLabel {
font-family: 'tahoma' !important;
}

-------------------------------------------------------------------------------------------------------------
Space Boi:
-------------------------------------------------------------------------------------------------------------

:root {
--page-margin: #0d001a; /* Cosmic black */
--editor-background: #0d001a;
--hover-preview: #f0f8ff; /* Starshine white */
--playhead: rgba(255, 255, 255, 0.95);
--primary-text: #f8f0ff;
--secondary-text: #c8b0ff;
--inverted-text: #000000;
--text-selection: rgba(180, 90, 255, 0.8); /* Neon violet */
--box-selection-fill: #2a0040; /* Deep nebula */
--loop-accent: #00ffff; /* Electric cyan */
--link-accent: #ff00aa; /* Laser pink */
--ui-widget-background: #1a002a;
--ui-widget-focus: #2a0040;
--pitch-background: #220033;
--tonic: #a020f0; /* Vivid purple */
--fifth-note: #40e0d0; /* Turquoise pop */
--white-piano-key: rgba(255, 250, 255, 1);
--black-piano-key: #0a0a0a;
--use-color-formula: true;
--track-editor-bg-pitch: #1c002c;
--track-editor-bg-pitch-dim: #12001c;
--track-editor-bg-noise: #1c002c;
--track-editor-bg-noise-dim: #12001c;
--track-editor-bg-mod: #1c002c;
--track-editor-bg-mod-dim: #12001c;
--multiplicative-mod-slider: #ff1493; /* Hot pink */
--overwriting-mod-slider: #00bfff; /* Bright blue */
--indicator-primary: #39ff14; /* Alien green */
--indicator-secondary: #00ffcc; /* Mint glow */
--select2-opt-group: #3a0055;
--input-box-outline: #ff00aa;
--mute-button-normal: #ff00aa;
--mute-button-mod: #ff4500;
--mod-label-primary: #a020f0;
--mod-label-secondary-text: #e0c0ff;
--mod-label-primary-text: #ffffff;

/* Pitch hues tuned for vibrant contrast */
--pitch-secondary-channel-hue: 280;
--pitch-secondary-channel-hue-scale: 6.1;
--pitch-secondary-channel-sat: 70;
--pitch-secondary-channel-sat-scale: 0.1;
--pitch-secondary-channel-lum: 35;
--pitch-secondary-channel-lum-scale: 0.05;

--pitch-primary-channel-hue: 300;
--pitch-primary-channel-hue-scale: 6.1;
--pitch-primary-channel-sat: 90;
--pitch-primary-channel-sat-scale: 0.1;
--pitch-primary-channel-lum: 65;
--pitch-primary-channel-lum-scale: 0.05;

--pitch-secondary-note-hue: 280;
--pitch-secondary-note-hue-scale: 6.1;
--pitch-secondary-note-sat: 70;
--pitch-secondary-note-sat-scale: 0.1;
--pitch-secondary-note-lum: 40;
--pitch-secondary-note-lum-scale: 0.05;

--pitch-primary-note-hue: 300;
--pitch-primary-note-hue-scale: 6.1;
--pitch-primary-note-sat: 90;
--pitch-primary-note-sat-scale: 0.05;
--pitch-primary-note-lum: 75;
--pitch-primary-note-lum-scale: 0.025;

/* Noise hues for glowing texture */
--noise-secondary-channel-hue: 200;
--noise-secondary-channel-hue-scale: 2;
--noise-secondary-channel-sat: 50;
--noise-secondary-channel-sat-scale: 0;
--noise-secondary-channel-lum: 35;
--noise-secondary-channel-lum-scale: 0;

--noise-primary-channel-hue: 220;
--noise-primary-channel-hue-scale: 2;
--noise-primary-channel-sat: 60;
--noise-primary-channel-sat-scale: 0;
--noise-primary-channel-lum: 55;
--noise-primary-channel-lum-scale: 0;

--noise-secondary-note-hue: 200;
--noise-secondary-note-hue-scale: 2;
--noise-secondary-note-sat: 60;
--noise-secondary-note-sat-scale: 0;
--noise-secondary-note-lum: 45;
--noise-secondary-note-lum-scale: 0;

--noise-primary-note-hue: 220;
--noise-primary-note-hue-scale: 2;
--noise-primary-note-sat: 70;
--noise-primary-note-sat-scale: 0;
--noise-primary-note-lum: 65;
--noise-primary-note-lum-scale: 0;

/* Mod hues for radiant modulation */
--mod-secondary-channel-hue: 320;
--mod-secondary-channel-hue-scale: 1.5;
--mod-secondary-channel-sat: 88;
--mod-secondary-channel-sat-scale: 0;
--mod-secondary-channel-lum: 35;
--mod-secondary-channel-lum-scale: 0;

--mod-primary-channel-hue: 340;
--mod-primary-channel-hue-scale: 1.5;
--mod-primary-channel-sat: 70;
--mod-primary-channel-sat-scale: 0;
--mod-primary-channel-lum: 65;
--mod-primary-channel-lum-scale: 0;

--mod-secondary-note-hue: 320;
--mod-secondary-note-hue-scale: 1.5;
--mod-secondary-note-sat: 60;
--mod-secondary-note-sat-scale: 0;
--mod-secondary-note-lum: 30;
--mod-secondary-note-lum-scale: 0;

--mod-primary-note-hue: 340;
--mod-primary-note-hue-scale: 1.5;
--mod-primary-note-sat: 70;
--mod-primary-note-sat-scale: 0;
--mod-primary-note-lum: 70;
--mod-primary-note-lum-scale: 0;

--note-flash: #f0f8ff77;
--note-flash-secondary: #f0f8ff66;
}

html {
font-family: 'tahoma' !important;
font-size: 150% !important;
}

div.channelBoxLabel {
font-family: 'tahoma' !important;
}

-------------------------------------------------------------------------------------------------------------
Cute:
-------------------------------------------------------------------------------------------------------------

:root {
--page-margin: #1e1e2f;
--editor-background: #1e1e2f;
--hover-preview: #ffd6e8; /* Blush glow */
--playhead: rgba(255, 200, 230, 0.9);
--primary-text: #fceaff;
--secondary-text: #c8b8d0;
--inverted-text: #000000;
--text-selection: rgba(255, 160, 200, 0.6); /* Soft strawberry */
--box-selection-fill: #2e1a3e; /* Plum shadow */
--loop-accent: #a3ffe7; /* Mint sparkle */
--link-accent: #ff99cc; /* Bubblegum pop */
--ui-widget-background: #2c2c3c;
--ui-widget-focus: #3a3a4f;
--pitch-background: #2e2e4a;
--tonic: #c084fc; /* Lavender beam */
--fifth-note: #80deea; /* Frosted teal */
--white-piano-key: rgba(255, 245, 255, 1);
--black-piano-key: #121212;
--use-color-formula: true;
--track-editor-bg-pitch: #2b2b3b;
--track-editor-bg-pitch-dim: #1f1f2f;
--track-editor-bg-noise: #2b2b3b;
--track-editor-bg-noise-dim: #1f1f2f;
--track-editor-bg-mod: #2b2b3b;
--track-editor-bg-mod-dim: #1f1f2f;
--multiplicative-mod-slider: #ffb6b9; /* Rosy coral */
--overwriting-mod-slider: #ff80ab; /* Candy pink */
--indicator-primary: #b9fbc0; /* Soft lime */
--indicator-secondary: #fef9c3; /* Buttercream */
--select2-opt-group: #3f3f5f;
--input-box-outline: #ff99cc;
--mute-button-normal: #ff99cc;
--mute-button-mod: #ff6f91;
--mod-label-primary: #c084fc;
--mod-label-secondary-text: #e1bee7;
--mod-label-primary-text: #ffffff;

--pitch-secondary-channel-hue: 330;
--pitch-secondary-channel-hue-scale: 6.1;
--pitch-secondary-channel-sat: 60;
--pitch-secondary-channel-sat-scale: 0.1;
--pitch-secondary-channel-lum: 30;
--pitch-secondary-channel-lum-scale: 0.05;

--pitch-primary-channel-hue: 350;
--pitch-primary-channel-hue-scale: 6.1;
--pitch-primary-channel-sat: 80;
--pitch-primary-channel-sat-scale: 0.1;
--pitch-primary-channel-lum: 60;
--pitch-primary-channel-lum-scale: 0.05;

--pitch-secondary-note-hue: 330;
--pitch-secondary-note-hue-scale: 6.1;
--pitch-secondary-note-sat: 60;
--pitch-secondary-note-sat-scale: 0.1;
--pitch-secondary-note-lum: 35;
--pitch-secondary-note-lum-scale: 0.05;

--pitch-primary-note-hue: 350;
--pitch-primary-note-hue-scale: 6.1;
--pitch-primary-note-sat: 80;
--pitch-primary-note-sat-scale: 0.05;
--pitch-primary-note-lum: 75;
--pitch-primary-note-lum-scale: 0.025;

--noise-secondary-channel-hue: 180;
--noise-secondary-channel-hue-scale: 2;
--noise-secondary-channel-sat: 40;
--noise-secondary-channel-sat-scale: 0;
--noise-secondary-channel-lum: 32;
--noise-secondary-channel-lum-scale: 0;

--noise-primary-channel-hue: 200;
--noise-primary-channel-hue-scale: 2;
--noise-primary-channel-sat: 50;
--noise-primary-channel-sat-scale: 0;
--noise-primary-channel-lum: 55;
--noise-primary-channel-lum-scale: 0;

--noise-secondary-note-hue: 180;
--noise-secondary-note-hue-scale: 2;
--noise-secondary-note-sat: 50;
--noise-secondary-note-sat-scale: 0;
--noise-secondary-note-lum: 45;
--noise-secondary-note-lum-scale: 0;

--noise-primary-note-hue: 200;
--noise-primary-note-hue-scale: 2;
--noise-primary-note-sat: 60;
--noise-primary-note-sat-scale: 0;
--noise-primary-note-lum: 64;
--noise-primary-note-lum-scale: 0;

--mod-secondary-channel-hue: 270;
--mod-secondary-channel-hue-scale: 1.5;
--mod-secondary-channel-sat: 88;
--mod-secondary-channel-sat-scale: 0;
--mod-secondary-channel-lum: 30;
--mod-secondary-channel-lum-scale: 0;

--mod-primary-channel-hue: 300;
--mod-primary-channel-hue-scale: 1.5;
--mod-primary-channel-sat: 56;
--mod-primary-channel-sat-scale: 0;
--mod-primary-channel-lum: 60;
--mod-primary-channel-lum-scale: 0;

--mod-secondary-note-hue: 270;
--mod-secondary-note-hue-scale: 1.5;
--mod-secondary-note-sat: 42;
--mod-secondary-note-sat-scale: 0;
--mod-secondary-note-lum: 25;
--mod-secondary-note-lum-scale: 0;

--mod-primary-note-hue: 300;
--mod-primary-note-hue-scale: 1.5;
--mod-primary-note-sat: 56;
--mod-primary-note-sat-scale: 0;
--mod-primary-note-lum: 65;
--mod-primary-note-lum-scale: 0;

--note-flash: #ffd6e877;
--note-flash-secondary: #ffd6e866;
}

html {
font-family: 'tahoma' !important;
font-size: 150% !important;
}

div.channelBoxLabel {
font-family: 'tahoma' !important;
}

-------------------------------------------------------------------------------------------------------------
Pumpkin:
-------------------------------------------------------------------------------------------------------------

:root {
--page-margin: #0a0a0a; /* Graveyard black */
--editor-background: #0a0a0a;
--hover-preview: #fff8e1; /* Candlelight glow */
--playhead: rgba(255, 255, 255, 0.95);
--primary-text: #f5f5f5;
--secondary-text: #cfcfcf;
--inverted-text: #000000;
--text-selection: rgba(255, 140, 0, 0.8); /* Pumpkin orange */
--box-selection-fill: #2e1a00; /* Burnt umber */
--loop-accent: #ff9800; /* Jack-o'-lantern orange */
--link-accent: #8e24aa; /* Witchy violet */
--ui-widget-background: #1a1a1a;
--ui-widget-focus: #2a2a2a;
--pitch-background: #1f1f1f;
--tonic: #ff5722; /* Fiery ember */
--fifth-note: #4caf50; /* Slime green */
--white-piano-key: rgba(255, 250, 240, 1);
--black-piano-key: #0a0a0a;
--use-color-formula: true;
--track-editor-bg-pitch: #1c1c1c;
--track-editor-bg-pitch-dim: #121212;
--track-editor-bg-noise: #1c1c1c;
--track-editor-bg-noise-dim: #121212;
--track-editor-bg-mod: #1c1c1c;
--track-editor-bg-mod-dim: #121212;
--multiplicative-mod-slider: #ff5722; /* Ember orange */
--overwriting-mod-slider: #8e24aa; /* Haunted violet */
--indicator-primary: #00e676; /* Toxic green */
--indicator-secondary: #ffeb3b; /* Ghostly yellow */
--select2-opt-group: #3f3f3f;
--input-box-outline: #ff9800;
--mute-button-normal: #ff9800;
--mute-button-mod: #d32f2f;
--mod-label-primary: #8e24aa;
--mod-label-secondary-text: #ce93d8;
--mod-label-primary-text: #ffffff;

--pitch-secondary-channel-hue: 30;
--pitch-secondary-channel-hue-scale: 6.1;
--pitch-secondary-channel-sat: 70;
--pitch-secondary-channel-sat-scale: 0.1;
--pitch-secondary-channel-lum: 35;
--pitch-secondary-channel-lum-scale: 0.05;

--pitch-primary-channel-hue: 45;
--pitch-primary-channel-hue-scale: 6.1;
--pitch-primary-channel-sat: 90;
--pitch-primary-channel-sat-scale: 0.1;
--pitch-primary-channel-lum: 65;
--pitch-primary-channel-lum-scale: 0.05;

--pitch-secondary-note-hue: 30;
--pitch-secondary-note-hue-scale: 6.1;
--pitch-secondary-note-sat: 70;
--pitch-secondary-note-sat-scale: 0.1;
--pitch-secondary-note-lum: 40;
--pitch-secondary-note-lum-scale: 0.05;

--pitch-primary-note-hue: 45;
--pitch-primary-note-hue-scale: 6.1;
--pitch-primary-note-sat: 90;
--pitch-primary-note-sat-scale: 0.05;
--pitch-primary-note-lum: 75;
--pitch-primary-note-lum-scale: 0.025;

--noise-secondary-channel-hue: 120;
--noise-secondary-channel-hue-scale: 2;
--noise-secondary-channel-sat: 50;
--noise-secondary-channel-sat-scale: 0;
--noise-secondary-channel-lum: 35;
--noise-secondary-channel-lum-scale: 0;

--noise-primary-channel-hue: 150;
--noise-primary-channel-hue-scale: 2;
--noise-primary-channel-sat: 60;
--noise-primary-channel-sat-scale: 0;
--noise-primary-channel-lum: 55;
--noise-primary-channel-lum-scale: 0;

--noise-secondary-note-hue: 120;
--noise-secondary-note-hue-scale: 2;
--noise-secondary-note-sat: 60;
--noise-secondary-note-sat-scale: 0;
--noise-secondary-note-lum: 45;
--noise-secondary-note-lum-scale: 0;

--noise-primary-note-hue: 150;
--noise-primary-note-hue-scale: 2;
--noise-primary-note-sat: 70;
--noise-primary-note-sat-scale: 0;
--noise-primary-note-lum: 65;
--noise-primary-note-lum-scale: 0;

--mod-secondary-channel-hue: 270;
--mod-secondary-channel-hue-scale: 1.5;
--mod-secondary-channel-sat: 88;
--mod-secondary-channel-sat-scale: 0;
--mod-secondary-channel-lum: 35;
--mod-secondary-channel-lum-scale: 0;

--mod-primary-channel-hue: 300;
--mod-primary-channel-hue-scale: 1.5;
--mod-primary-channel-sat: 70;
--mod-primary-channel-sat-scale: 0;
--mod-primary-channel-lum: 65;
--mod-primary-channel-lum-scale: 0;

--mod-secondary-note-hue: 270;
--mod-secondary-note-hue-scale: 1.5;
--mod-secondary-note-sat: 60;
--mod-secondary-note-sat-scale: 0;
--mod-secondary-note-lum: 30;
--mod-secondary-note-lum-scale: 0;

--mod-primary-note-hue: 300;
--mod-primary-note-hue-scale: 1.5;
--mod-primary-note-sat: 70;
--mod-primary-note-sat-scale: 0;
--mod-primary-note-lum: 70;
--mod-primary-note-lum-scale: 0;

--note-flash: #fff8e177;
--note-flash-secondary: #fff8e166;
}

html {
font-family: 'tahoma' !important;
font-size: 150% !important;
}

div.channelBoxLabel {
font-family: 'tahoma' !important;
}

-------------------------------------------------------------------------------------------------------------
Spectre:
-------------------------------------------------------------------------------------------------------------

:root {
--page-margin: #0b0f0b; /* Crypt black */
--editor-background: #0b0f0b;
--hover-preview: #d8ffe8; /* Phantom glow */
--playhead: rgba(200, 255, 220, 0.9);
--primary-text: #e0ffe8;
--secondary-text: #a0c0a0;
--inverted-text: #000000;
--text-selection: rgba(0, 255, 140, 0.6); /* Spectral green */
--box-selection-fill: #102f1a; /* Haunted moss */
--loop-accent: #00ffcc; /* Ectoplasm teal */
--link-accent: #66ff99; /* Slimer mint */
--ui-widget-background: #1a2a1a;
--ui-widget-focus: #2a3f2a;
--pitch-background: #1f3a2e;
--tonic: #00e676; /* Toxic glow */
--fifth-note: #80ffaa; /* Pale spectre */
--white-piano-key: rgba(240, 255, 240, 1);
--black-piano-key: #0a0a0a;
--use-color-formula: true;
--track-editor-bg-pitch: #1c2c1c;
--track-editor-bg-pitch-dim: #121f12;
--track-editor-bg-noise: #1c2c1c;
--track-editor-bg-noise-dim: #121f12;
--track-editor-bg-mod: #1c2c1c;
--track-editor-bg-mod-dim: #121f12;
--multiplicative-mod-slider: #00ff99; /* Glowing mint */
--overwriting-mod-slider: #00cc88; /* Deep spectre */
--indicator-primary: #b9fbc0; /* Soft lime */
--indicator-secondary: #c0ffd9; /* Misty mint */
--select2-opt-group: #2f3f2f;
--input-box-outline: #00ff99;
--mute-button-normal: #00ff99;
--mute-button-mod: #00cc66;
--mod-label-primary: #00e676;
--mod-label-secondary-text: #b2dfdb;
--mod-label-primary-text: #ffffff;

--pitch-secondary-channel-hue: 150;
--pitch-secondary-channel-hue-scale: 6.1;
--pitch-secondary-channel-sat: 60;
--pitch-secondary-channel-sat-scale: 0.1;
--pitch-secondary-channel-lum: 30;
--pitch-secondary-channel-lum-scale: 0.05;

--pitch-primary-channel-hue: 160;
--pitch-primary-channel-hue-scale: 6.1;
--pitch-primary-channel-sat: 80;
--pitch-primary-channel-sat-scale: 0.1;
--pitch-primary-channel-lum: 60;
--pitch-primary-channel-lum-scale: 0.05;

--pitch-secondary-note-hue: 150;
--pitch-secondary-note-hue-scale: 6.1;
--pitch-secondary-note-sat: 60;
--pitch-secondary-note-sat-scale: 0.1;
--pitch-secondary-note-lum: 35;
--pitch-secondary-note-lum-scale: 0.05;

--pitch-primary-note-hue: 160;
--pitch-primary-note-hue-scale: 6.1;
--pitch-primary-note-sat: 80;
--pitch-primary-note-sat-scale: 0.05;
--pitch-primary-note-lum: 75;
--pitch-primary-note-lum-scale: 0.025;

--noise-secondary-channel-hue: 140;
--noise-secondary-channel-hue-scale: 2;
--noise-secondary-channel-sat: 40;
--noise-secondary-channel-sat-scale: 0;
--noise-secondary-channel-lum: 32;
--noise-secondary-channel-lum-scale: 0;

--noise-primary-channel-hue: 160;
--noise-primary-channel-hue-scale: 2;
--noise-primary-channel-sat: 50;
--noise-primary-channel-sat-scale: 0;
--noise-primary-channel-lum: 55;
--noise-primary-channel-lum-scale: 0;

--noise-secondary-note-hue: 140;
--noise-secondary-note-hue-scale: 2;
--noise-secondary-note-sat: 50;
--noise-secondary-note-sat-scale: 0;
--noise-secondary-note-lum: 45;
--noise-secondary-note-lum-scale: 0;

--noise-primary-note-hue: 160;
--noise-primary-note-hue-scale: 2;
--noise-primary-note-sat: 60;
--noise-primary-note-sat-scale: 0;
--noise-primary-note-lum: 64;
--noise-primary-note-lum-scale: 0;

--mod-secondary-channel-hue: 150;
--mod-secondary-channel-hue-scale: 1.5;
--mod-secondary-channel-sat: 88;
--mod-secondary-channel-sat-scale: 0;
--mod-secondary-channel-lum: 30;
--mod-secondary-channel-lum-scale: 0;

--mod-primary-channel-hue: 160;
--mod-primary-channel-hue-scale: 1.5;
--mod-primary-channel-sat: 56;
--mod-primary-channel-sat-scale: 0;
--mod-primary-channel-lum: 60;
--mod-primary-channel-lum-scale: 0;

--mod-secondary-note-hue: 150;
--mod-secondary-note-hue-scale: 1.5;
--mod-secondary-note-sat: 42;
--mod-secondary-note-sat-scale: 0;
--mod-secondary-note-lum: 25;
--mod-secondary-note-lum-scale: 0;

--mod-primary-note-hue: 160;
--mod-primary-note-hue-scale: 1.5;
--mod-primary-note-sat: 56;
--mod-primary-note-sat-scale: 0;
--mod-primary-note-lum: 65;
--mod-primary-note-lum-scale: 0;

--note-flash: #d8ffe877;
--note-flash-secondary: #d8ffe866;
}

html {
font-family: 'Segoe UI', 'Tahoma', sans-serif;
font-size: 150% !important;
}

div.channelBoxLabel {
font-family: 'Segoe UI', 'Tahoma', sans-serif;
}

Share