Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- /*BACKGROUNDS*/
- --editor-background: #0c0c0c; /*Background color*/
- --page-margin: #0c0c0c;/*The background’s background. Visible in some layouts/when description is shown*/
- --pitch-background: #191919; /*background color for in-key notes*/
- --tonic: #bf5f5f; /*The scale’s first note*/
- --fifth-note: #333333; /*The scale’s fifth note*/
- --track-editor-bg-pitch: #404040; /*background of non-empty pitch boxes in track editor*/
- --track-editor-bg-noise: #404040; /*background of non-empty noise boxes in track editor*/
- --track-editor-bg-mod: #404040; /*background of non-empty mod boxes in track editor*/
- --track-editor-bg-pitch-dim: #262626; /*background of empty but numbered pitch boxes in track editor*/
- --track-editor-bg-noise-dim: #262626; /*background of empty but numbered noise boxes in track editor*/
- --track-editor-bg-mod-dim: #262626; /*background of empty but numbered mod boxes in track editor*/
- --ui-widget-background: #333333; /*fill color of UI boxes*/
- --ui-widget-focus: #404040; /*fill color of selected UI box*/
- /*TEXT, HIGHLIGHTS, SELECTIONS*/
- --primary-text: white; /*Text for general song stuff*/
- --secondary-text: #bfbfbf; /*Text for instrument setting headers*/
- --link-accent: #bf5f5f; /*Links in the text under the editor*/
- --mod-label-primary: black; /*background of left-side mod channel labels*/
- --mod-label-primary-text: white; /*text of said labels*/
- --mod-label-secondary-text: white; /*you’re never gonna guess*/
- --inverted-text: black; /*Number in selected box in track editor*/
- --box-selection-fill: #bf5f5f; /*Overlay on highlighted box(es)*/
- --text-selection: #bf5f5f; /*Overlay on highlighted text*/
- --playhead: white; /*vertical line that moves when song is playing*/
- --hover-preview: white; /*Mouse-over box*/
- /*MISC. ACCENTS*/
- --indicator-primary: white; /*Indicator on left side of Song Settings*/
- --indicator-secondary: white; /*Indicator on right side of Song Settings*/
- --loop-accent: white; /*Loop under patterns*/
- --white-piano-key: white; /*white piano keys on the left*/
- --black-piano-key: black; /*black piano keys on the left*/
- --white-piano-key-text: black; /*self explanatory*/
- --black-piano-key-text: white; /*self explanatory*/
- --mute-button-normal: white; /*pitch/noise mute button on the left of the track editor*/
- --mute-button-mod: #bf5f5f; /*mod mute button on the left of the track editor*/
- --multiplicative-mod-slider: #000000; /*tick mark that shows how a mod channel is affecting a slider*/
- --overwriting-mod-slider: #000000; /*same as above but for... ugh, math. don’t worry about it, kitten <3*/
- /*TRACK EDITOR AND NOTE EDITOR*/
- /*First, a clarifying interlude…
- “Primary-channel” refers to the numbers in non-empty boxes in the track editor
- “Secondary-channel” refers to the numbers in empty boxes in the track editor, (including 0s)
- “Primary-note” refers to notes in the selected channel
- “Secondary-note” refers to notes outside the selected channel. “Show All Channels” must be enabled in Preferences
- “-scale” sets the difference between the first channel and the next, and the next... */
- --use-color-formula: true; /*enables/disables the color scaling effect*/
- --pitch-primary-channel-hue: 0;
- --pitch-primary-channel-hue-scale: 10;
- --pitch-primary-channel-sat: 50;
- --pitch-primary-channel-sat-scale: 0;
- --pitch-primary-channel-lum: 75;
- --pitch-primary-channel-lum-scale: 0;
- --pitch-primary-note-hue: 0;
- --pitch-primary-note-hue-scale: 10;
- --pitch-primary-note-sat: 50;
- --pitch-primary-note-sat-scale: 0;
- --pitch-primary-note-lum: 80;
- --pitch-primary-note-lum-scale: 0;
- --pitch-secondary-channel-hue: 0;
- --pitch-secondary-channel-hue-scale: 10;
- --pitch-secondary-channel-sat: 50;
- --pitch-secondary-channel-sat-scale: 0;
- --pitch-secondary-channel-lum: 75;
- --pitch-secondary-channel-lum-scale: 0;
- --pitch-secondary-note-hue: 0;
- --pitch-secondary-note-hue-scale: 10;
- --pitch-secondary-note-sat: 25;
- --pitch-secondary-note-sat-scale: 0;
- --pitch-secondary-note-lum: 40;
- --pitch-secondary-note-lum-scale: 0;
- --noise-primary-channel-hue: 0;
- --noise-primary-channel-hue-scale: 1;
- --noise-primary-channel-sat: 25;
- --noise-primary-channel-sat-scale: 0;
- --noise-primary-channel-lum: 75;
- --noise-primary-channel-lum-scale: 0;
- --noise-primary-note-hue: 0;
- --noise-primary-note-hue-scale: 1;
- --noise-primary-note-sat: 25;
- --noise-primary-note-sat-scale: 0;
- --noise-primary-note-lum: 80;
- --noise-primary-note-lum-scale: 0;
- --noise-secondary-channel-hue: 0;
- --noise-secondary-channel-hue-scale: 1;
- --noise-secondary-channel-sat: 25;
- --noise-secondary-channel-sat-scale: 0;
- --noise-secondary-channel-lum: 75;
- --noise-secondary-channel-lum-scale: 0;
- --noise-secondary-note-hue: 0;
- --noise-secondary-note-hue-scale: 1;
- --noise-secondary-note-sat: 12.5;
- --noise-secondary-note-sat-scale: 0;
- --noise-secondary-note-lum: 40;
- --noise-secondary-note-lum-scale: 0;
- --mod-primary-channel-hue: 0;
- --mod-primary-channel-hue-scale: 0.5;
- --mod-primary-channel-sat: 75;
- --mod-primary-channel-sat-scale: 0;
- --mod-primary-channel-lum: 75;
- --mod-primary-channel-lum-scale: 0;
- --mod-primary-note-hue: 0;
- --mod-primary-note-hue-scale: 0.5;
- --mod-primary-note-sat: 75;
- --mod-primary-note-sat-scale: 0;
- --mod-primary-note-lum: 80;
- --mod-primary-note-lum-scale: 0;
- --mod-secondary-channel-hue: 0;
- --mod-secondary-channel-hue-scale: 0.5;
- --mod-secondary-channel-sat: 75;
- --mod-secondary-channel-sat-scale: 0;
- --mod-secondary-channel-lum: 75;
- --mod-secondary-channel-lum-scale: 0;
- --mod-secondary-note-hue: 0;
- --mod-secondary-note-hue-scale: 0.5;
- --mod-secondary-note-sat: 37.5;
- --mod-secondary-note-sat-scale: 0;
- --mod-secondary-note-lum: 40;
- --mod-secondary-note-lum-scale: 0;
- /*fun mystery settings*/
- --input-box-outline: #000000; /*maybe something to do with note recording (i have never used this feature)*/
- --select2-opt-group: #000000; /*not a goddamn clue*/
- }
Add Comment
Please, Sign In to add comment