NotWinlogon

beepbox terminal theme but i modified it

Apr 5th, 2025 (edited)
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. @font-face {
  2. src: url('https://files.catbox.moe/vtsy6k.ttf');
  3. font-family: "msdos";
  4. }
  5.  
  6. :root {
  7. --page-margin: black;
  8. --editor-background: #010;
  9. --hover-preview: #000200;
  10. --playhead: #393;
  11. --primary-text: #393;
  12. --secondary-text: #393;
  13. --inverted-text: #013910;
  14. --text-selection: #040;
  15. --box-selection-fill: #040;
  16. --loop-accent: #393;
  17. --link-accent: #393;
  18. --ui-widget-background: #000800;
  19. --ui-widget-focus: #013910;
  20. --pitch-background: #000800;
  21. --tonic: #006400;
  22. --fifth-note: #393;
  23. --white-piano-key: #393;
  24. --black-piano-key: black;
  25. --white-piano-key-text: #131200;
  26. --black-piano-key-text: #393;
  27. --use-color-formula: false;
  28. --track-editor-bg-pitch: #000800;
  29. --track-editor-bg-pitch-dim: #000600;
  30. --track-editor-bg-noise: #000800;
  31. --track-editor-bg-noise-dim: #000600;
  32. --track-editor-bg-mod: #000800;
  33. --track-editor-bg-mod-dim: #000600;
  34. --multiplicative-mod-slider: #456;
  35. --overwriting-mod-slider: #393;
  36. --indicator-primary: #393;
  37. --indicator-secondary: #222;
  38. --select2-opt-group: #020;
  39. --input-box-outline: transparent;
  40. --mute-button-normal: #393;
  41. --mute-button-mod: #393;
  42. --pitch1-secondary-channel: #013910;
  43. --pitch1-primary-channel: #393;
  44. --pitch1-secondary-note: #013910;
  45. --pitch1-primary-note: #393;
  46. --pitch2-secondary-channel: #013910;
  47. --pitch2-primary-channel: #393;
  48. --pitch2-secondary-note: #013910;
  49. --pitch2-primary-note: #393;
  50. --pitch3-secondary-channel: #013910;
  51. --pitch3-primary-channel: #393;
  52. --pitch3-secondary-note: #013910;
  53. --pitch3-primary-note: #393;
  54. --pitch4-secondary-channel: #013910;
  55. --pitch4-primary-channel: #393;
  56. --pitch4-secondary-note: #013910;
  57. --pitch4-primary-note: #393;
  58. --pitch5-secondary-channel: #013910;
  59. --pitch5-primary-channel: #393;
  60. --pitch5-secondary-note: #013910;
  61. --pitch5-primary-note: #393;
  62. --pitch6-secondary-channel: #013910;
  63. --pitch6-primary-channel: #393;
  64. --pitch6-secondary-note: #013910;
  65. --pitch6-primary-note: #393;
  66. --pitch7-secondary-channel: #013910;
  67. --pitch7-primary-channel: #393;
  68. --pitch7-secondary-note: #013910;
  69. --pitch7-primary-note: #393;
  70. --pitch8-secondary-channel: #013910;
  71. --pitch8-primary-channel: #393;
  72. --pitch8-secondary-note: #013910;
  73. --pitch8-primary-note: #393;
  74. --pitch9-secondary-channel: #013910;
  75. --pitch9-primary-channel: #393;
  76. --pitch9-secondary-note: #013910;
  77. --pitch9-primary-note: #393;
  78. --pitch10-secondary-channel: #013910;
  79. --pitch10-primary-channel: #393;
  80. --pitch10-secondary-note: #013910;
  81. --pitch10-primary-note: #393;
  82. --noise1-secondary-channel: #013910;
  83. --noise1-primary-channel: #393;
  84. --noise1-secondary-note: #013910;
  85. --noise1-primary-note: #393;
  86. --noise2-secondary-channel: #013910;
  87. --noise2-primary-channel: #393;
  88. --noise2-secondary-note: #013910;
  89. --noise2-primary-note: #393;
  90. --noise3-secondary-channel: #013910;
  91. --noise3-primary-channel: #393;
  92. --noise3-secondary-note: #013910;
  93. --noise3-primary-note: #393;
  94. --noise4-secondary-channel: #013910;
  95. --noise4-primary-channel: #393;
  96. --noise4-secondary-note: #013910;
  97. --noise4-primary-note: #393;
  98. --noise5-secondary-channel: #013910;
  99. --noise5-primary-channel: #393;
  100. --noise5-secondary-note: #013910;
  101. --noise5-primary-note: #393;
  102. --mod1-secondary-channel: #013910;
  103. --mod1-primary-channel: #393;
  104. --mod1-secondary-note: #013910;
  105. --mod1-primary-note: #393;
  106. --mod2-secondary-channel: #013910;
  107. --mod2-primary-channel: #393;
  108. --mod2-secondary-note: #013910;
  109. --mod2-primary-note: #393;
  110. --mod3-secondary-channel: #013910;
  111. --mod3-primary-channel: #393;
  112. --mod3-secondary-note: #013910;
  113. --mod3-primary-note: #393;
  114. --mod4-secondary-channel: #013910;
  115. --mod4-primary-channel: #393;
  116. --mod4-secondary-note: #013910;
  117. --mod4-primary-note: #393;
  118. --mod-label-primary: #999;
  119. --mod-label-secondary-text: #333;
  120. --mod-label-primary-text: #222;
  121. --disabled-note-primary: #242;
  122. --disabled-note-secondary: #121;
  123. font-family: 'msdos';
  124. }
  125.  
  126. #beepboxEditorContainer::after {
  127. content: "";
  128. position: fixed;
  129. width: 100%;
  130. height: 100%;
  131. background: linear-gradient(rgba(10, 10, 10, 0) 50%, rgba(10, 10, 10, 0.5) 50%);
  132. left: 0;
  133. top: 0;
  134. background-size: 100% 2px;
  135. touch-action: none;
  136. pointer-events: none;
  137. z-index: 100;
  138. }
  139.  
  140. * {
  141. font-family: 'msdos';
  142. }
Add Comment
Please, Sign In to add comment