crunkitykrispies

UB Theme Template

Sep 11th, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. :root {
  2. /*BACKGROUNDS*/
  3. --editor-background: #0c0c0c; /*Background color*/
  4. --page-margin: #0c0c0c;/*The background’s background. Visible in some layouts/when description is shown*/
  5. --pitch-background: #191919; /*background color for in-key notes*/
  6. --tonic: #bf5f5f; /*The scale’s first note*/
  7. --fifth-note: #333333; /*The scale’s fifth note*/
  8. --track-editor-bg-pitch: #404040; /*background of non-empty pitch boxes in track editor*/
  9. --track-editor-bg-noise: #404040; /*background of non-empty noise boxes in track editor*/
  10. --track-editor-bg-mod: #404040; /*background of non-empty mod boxes in track editor*/
  11. --track-editor-bg-pitch-dim: #262626; /*background of empty but numbered pitch boxes in track editor*/
  12. --track-editor-bg-noise-dim: #262626; /*background of empty but numbered noise boxes in track editor*/
  13. --track-editor-bg-mod-dim: #262626; /*background of empty but numbered mod boxes in track editor*/
  14. --ui-widget-background: #333333; /*fill color of UI boxes*/
  15. --ui-widget-focus: #404040; /*fill color of selected UI box*/
  16.  
  17. /*TEXT, HIGHLIGHTS, SELECTIONS*/
  18. --primary-text: white; /*Text for general song stuff*/
  19. --secondary-text: #bfbfbf; /*Text for instrument setting headers*/
  20. --link-accent: #bf5f5f; /*Links in the text under the editor*/
  21. --mod-label-primary: black; /*background of left-side mod channel labels*/
  22. --mod-label-primary-text: white; /*text of said labels*/
  23. --mod-label-secondary-text: white; /*you’re never gonna guess*/
  24. --inverted-text: black; /*Number in selected box in track editor*/
  25. --box-selection-fill: #bf5f5f; /*Overlay on highlighted box(es)*/
  26. --text-selection: #bf5f5f; /*Overlay on highlighted text*/
  27. --playhead: white; /*vertical line that moves when song is playing*/
  28. --hover-preview: white; /*Mouse-over box*/
  29.  
  30. /*MISC. ACCENTS*/
  31. --indicator-primary: white; /*Indicator on left side of Song Settings*/
  32. --indicator-secondary: white; /*Indicator on right side of Song Settings*/
  33. --loop-accent: white; /*Loop under patterns*/
  34. --white-piano-key: white; /*white piano keys on the left*/
  35. --black-piano-key: black; /*black piano keys on the left*/
  36. --white-piano-key-text: black; /*self explanatory*/
  37. --black-piano-key-text: white; /*self explanatory*/
  38. --mute-button-normal: white; /*pitch/noise mute button on the left of the track editor*/
  39. --mute-button-mod: #bf5f5f; /*mod mute button on the left of the track editor*/
  40. --multiplicative-mod-slider: #000000; /*tick mark that shows how a mod channel is affecting a slider*/
  41. --overwriting-mod-slider: #000000; /*same as above but for... ugh, math. don’t worry about it, kitten <3*/
  42.  
  43. /*TRACK EDITOR AND NOTE EDITOR*/
  44. /*First, a clarifying interlude…
  45. “Primary-channel” refers to the numbers in non-empty boxes in the track editor
  46. “Secondary-channel” refers to the numbers in empty boxes in the track editor, (including 0s)
  47. “Primary-note” refers to notes in the selected channel
  48. “Secondary-note” refers to notes outside the selected channel. “Show All Channels” must be enabled in Preferences
  49. “-scale” sets the difference between the first channel and the next, and the next... */
  50.  
  51. --use-color-formula: true; /*enables/disables the color scaling effect*/
  52.  
  53. --pitch-primary-channel-hue: 0;
  54. --pitch-primary-channel-hue-scale: 10;
  55. --pitch-primary-channel-sat: 50;
  56. --pitch-primary-channel-sat-scale: 0;
  57. --pitch-primary-channel-lum: 75;
  58. --pitch-primary-channel-lum-scale: 0;
  59.  
  60. --pitch-primary-note-hue: 0;
  61. --pitch-primary-note-hue-scale: 10;
  62. --pitch-primary-note-sat: 50;
  63. --pitch-primary-note-sat-scale: 0;
  64. --pitch-primary-note-lum: 80;
  65. --pitch-primary-note-lum-scale: 0;
  66.  
  67. --pitch-secondary-channel-hue: 0;
  68. --pitch-secondary-channel-hue-scale: 10;
  69. --pitch-secondary-channel-sat: 50;
  70. --pitch-secondary-channel-sat-scale: 0;
  71. --pitch-secondary-channel-lum: 75;
  72. --pitch-secondary-channel-lum-scale: 0;
  73.  
  74. --pitch-secondary-note-hue: 0;
  75. --pitch-secondary-note-hue-scale: 10;
  76. --pitch-secondary-note-sat: 25;
  77. --pitch-secondary-note-sat-scale: 0;
  78. --pitch-secondary-note-lum: 40;
  79. --pitch-secondary-note-lum-scale: 0;
  80.  
  81.  
  82. --noise-primary-channel-hue: 0;
  83. --noise-primary-channel-hue-scale: 1;
  84. --noise-primary-channel-sat: 25;
  85. --noise-primary-channel-sat-scale: 0;
  86. --noise-primary-channel-lum: 75;
  87. --noise-primary-channel-lum-scale: 0;
  88.  
  89. --noise-primary-note-hue: 0;
  90. --noise-primary-note-hue-scale: 1;
  91. --noise-primary-note-sat: 25;
  92. --noise-primary-note-sat-scale: 0;
  93. --noise-primary-note-lum: 80;
  94. --noise-primary-note-lum-scale: 0;
  95.  
  96. --noise-secondary-channel-hue: 0;
  97. --noise-secondary-channel-hue-scale: 1;
  98. --noise-secondary-channel-sat: 25;
  99. --noise-secondary-channel-sat-scale: 0;
  100. --noise-secondary-channel-lum: 75;
  101. --noise-secondary-channel-lum-scale: 0;
  102.  
  103. --noise-secondary-note-hue: 0;
  104. --noise-secondary-note-hue-scale: 1;
  105. --noise-secondary-note-sat: 12.5;
  106. --noise-secondary-note-sat-scale: 0;
  107. --noise-secondary-note-lum: 40;
  108. --noise-secondary-note-lum-scale: 0;
  109.  
  110.  
  111. --mod-primary-channel-hue: 0;
  112. --mod-primary-channel-hue-scale: 0.5;
  113. --mod-primary-channel-sat: 75;
  114. --mod-primary-channel-sat-scale: 0;
  115. --mod-primary-channel-lum: 75;
  116. --mod-primary-channel-lum-scale: 0;
  117.  
  118. --mod-primary-note-hue: 0;
  119. --mod-primary-note-hue-scale: 0.5;
  120. --mod-primary-note-sat: 75;
  121. --mod-primary-note-sat-scale: 0;
  122. --mod-primary-note-lum: 80;
  123. --mod-primary-note-lum-scale: 0;
  124. --mod-secondary-channel-hue: 0;
  125.  
  126. --mod-secondary-channel-hue-scale: 0.5;
  127. --mod-secondary-channel-sat: 75;
  128. --mod-secondary-channel-sat-scale: 0;
  129. --mod-secondary-channel-lum: 75;
  130. --mod-secondary-channel-lum-scale: 0;
  131.  
  132. --mod-secondary-note-hue: 0;
  133. --mod-secondary-note-hue-scale: 0.5;
  134. --mod-secondary-note-sat: 37.5;
  135. --mod-secondary-note-sat-scale: 0;
  136. --mod-secondary-note-lum: 40;
  137. --mod-secondary-note-lum-scale: 0;
  138.  
  139.  
  140. /*fun mystery settings*/
  141. --input-box-outline: #000000; /*maybe something to do with note recording (i have never used this feature)*/
  142. --select2-opt-group: #000000; /*not a goddamn clue*/
  143.  
  144. }
  145.  
Add Comment
Please, Sign In to add comment