theme.less 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. // Do not edit directly
  2. // Generated on Sat, 01 Apr 2023 04:45:16 GMT
  3. //
  4. // How to edit these values:
  5. // Edit the corresponding token file under the style-definitions directory
  6. // in the Owncast web project.
  7. @link-color: var(--theme-color-action);
  8. @link-hover-color: var(--theme-color-action-hover);
  9. @modal-header-bg: var(--theme-color-components-modal-header-background);
  10. @modal-content-bg: var(--theme-color-background-main);
  11. @alert-error-bg-color: var(--theme-color-palette-4);
  12. @alert-error-border-color: var(--theme-color-palette-error);
  13. @popover-background: var(--theme-color-components-menu-background);
  14. @tag-default-color: var(--theme-color-action);
  15. @border-radius-base: var(--theme-rounded-corners);
  16. @background-color-light: var(--theme-color-background-main);
  17. @modal-close-color: var(--theme-color-background-main);
  18. @primary-color: #6544e9; // Text link/secondary light text
  19. @primary-color-hover: #2386e2; // Fun color 1
  20. @primary-color-active: #7a5cf3; // Text link hover
  21. @primary-1: #6544e9; // Text link/secondary light text
  22. @primary-2: #2386e2; // Fun color 1
  23. @primary-3: #7a5cf3; // Text link hover
  24. @primary-4: #da9eff; // Fun color 2
  25. @primary-5: #6544e9; // Text link/secondary light text
  26. @primary-6: #2386e2; // Fun color 1
  27. @primary-7: #7a5cf3; // Text link hover
  28. @primary-8: #da9eff; // Fun color 2
  29. @component-background: #e2e8f0; // Light primary
  30. @body-background: #e2e8f0; // Light primary
  31. @theme-rounded-corners: 9px; // How much corners are rounded in places in the UI.
  32. @theme-unknown-1: green; // This should never be used and it means something is wrong.
  33. @theme-unknown-2: red; // This should never be used and it means something is wrong.
  34. @theme-text-body-font-family: var(--font-owncast-body); // The font family used for the body text.
  35. @theme-text-display-font-family: var(--font-owncast-display); // The font family used for the display/header text.
  36. @theme-color-users-0: var(--color-owncast-user-0);
  37. @theme-color-users-1: var(--color-owncast-user-1);
  38. @theme-color-users-2: var(--color-owncast-user-2);
  39. @theme-color-users-3: var(--color-owncast-user-3);
  40. @theme-color-users-4: var(--color-owncast-user-4);
  41. @theme-color-users-5: var(--color-owncast-user-5);
  42. @theme-color-users-6: var(--color-owncast-user-6);
  43. @theme-color-users-7: var(--color-owncast-user-7);
  44. @theme-color-palette-0: var(--color-owncast-palette-0); // Dark primary
  45. @theme-color-palette-1: var(--color-owncast-palette-1); // Dark secondary
  46. @theme-color-palette-2: var(--color-owncast-palette-2); // Dark alternate
  47. @theme-color-palette-3: var(--color-owncast-palette-3); // Light primary
  48. @theme-color-palette-4: var(--color-owncast-palette-4); // Light secondary
  49. @theme-color-palette-5: var(--color-owncast-palette-5); // Light alternate
  50. @theme-color-palette-6: var(--color-owncast-palette-6); // Text link/secondary light text
  51. @theme-color-palette-7: var(--color-owncast-palette-7); // Text link hover
  52. @theme-color-palette-8: var(--color-owncast-palette-8); // Disabled background
  53. @theme-color-palette-9: var(--color-owncast-palette-9); // Neutral dark
  54. @theme-color-palette-10: var(--color-owncast-palette-10); // Neutral gray light
  55. @theme-color-palette-11: var(--color-owncast-palette-11); // Fun color 1
  56. @theme-color-palette-12: var(--color-owncast-palette-12); // Fun color 2
  57. @theme-color-palette-13: var(--color-owncast-palette-13); // Fun color 3
  58. @theme-color-palette-14: var(--color-owncast-palette-14); // Light background
  59. @theme-color-palette-15: var(--color-owncast-palette-15); // Lighter background
  60. @theme-color-palette-error: var(--color-owncast-palette-error); // Error
  61. @theme-color-palette-warning: var(--color-owncast-palette-warning); // Warning
  62. @theme-color-background-main: var(--theme-color-palette-3); // Light primary
  63. @theme-color-background-light: var(--theme-color-palette-3); // Light primary
  64. @theme-color-background-header: var(--theme-color-palette-0); // Dark primary
  65. @theme-color-action: var(--theme-color-palette-6); // Text link/secondary light text
  66. @theme-color-action-hover: var(--theme-color-palette-7); // Text link hover
  67. @theme-color-action-disabled: var(--theme-color-palette-8); // Disabled background
  68. @theme-color-error: var(--theme-color-palette-error); // Error
  69. @theme-color-warning: var(--theme-color-palette-warning); // Warning
  70. @theme-color-components-text-on-light: var(--theme-color-palette-0); // Dark primary
  71. @theme-color-components-text-on-dark: var(--theme-color-palette-3); // Light primary
  72. @theme-color-components-primary-button-background: var(--theme-color-action); // Text link/secondary light text
  73. @theme-color-components-primary-button-background-disabled: var(--theme-color-action-disabled); // Disabled background
  74. @theme-color-components-primary-button-text: var(--theme-color-palette-4); // Light secondary
  75. @theme-color-components-primary-button-text-disabled: var(--theme-color-palette-10); // Neutral gray light
  76. @theme-color-components-primary-button-border: var(--theme-color-action); // Light secondary
  77. @theme-color-components-primary-button-border-disabled: var(--theme-color-action-disabled); // Disabled background
  78. @theme-color-components-secondary-button-background: var(--theme-color-palette-4); // Light secondary
  79. @theme-color-components-secondary-button-background-disabled: transparent;
  80. @theme-color-components-secondary-button-text: var(--theme-color-action-disabled); // Disabled background
  81. @theme-color-components-secondary-button-text-disabled: var(--theme-color-action-disabled); // Disabled background
  82. @theme-color-components-secondary-button-border: var(--theme-color-action); // Text link/secondary light text
  83. @theme-color-components-secondary-button-border-disabled: var(--theme-color-action-disabled); // Disabled background
  84. @theme-color-components-chat-background: var(--theme-color-palette-1); // Dark primary
  85. @theme-color-components-chat-text: var(--theme-color-palette-15); // Lighter background
  86. @theme-color-components-content-background: var(--theme-color-palette-15); // Lighter background
  87. @theme-color-components-modal-header-background: var(--theme-color-palette-1); // Dark secondary
  88. @theme-color-components-modal-header-text: var(--theme-color-palette-3); // Light primary
  89. @theme-color-components-modal-content-background: var(--theme-color-palette-3); // Light primary
  90. @theme-color-components-modal-content-text: var(--theme-color-palette-0); // Dark primary
  91. @theme-color-components-menu-background: var(--theme-color-palette-3); // Light primary
  92. @theme-color-components-menu-item-text: var(--theme-color-palette-0); // Dark primary
  93. @theme-color-components-menu-item-bg: transparent;
  94. @theme-color-components-menu-item-hover-bg: rgba(0, 0, 0, 0.05);
  95. @theme-color-components-menu-item-focus-bg: rgba(0, 0, 0, 0.1);
  96. @theme-color-components-form-field-background: var(--theme-color-palette-4); // Light secondary
  97. @theme-color-components-form-field-placeholder: var(--theme-color-action-disabled); // Disabled background
  98. @theme-color-components-form-field-text: var(--theme-color-palette-0); // Dark primary
  99. @theme-color-components-form-field-border: var(--theme-color-palette-0); // Dark primary
  100. @theme-color-components-video-background: var(--theme-color-palette-2); // Dark alternate
  101. @theme-color-components-video-live-indicator: var(--theme-color-action); // The Live dot indicator in the control bar of the video player
  102. @theme-color-components-video-status-bar-background: var(--theme-color-palette-2); // The background color of the video status bar
  103. @theme-color-components-video-status-bar-foreground: var(--theme-color-palette-4); // The foreground color of the video status bar
  104. @color-unknown: #7a5cf3;
  105. @color-unknown-2: #fffffe;
  106. @color-owncast-user-0: #ff717b;
  107. @color-owncast-user-1: #f4e413;
  108. @color-owncast-user-2: #b99c45;
  109. @color-owncast-user-3: #58f40b;
  110. @color-owncast-user-4: #0bf4f4;
  111. @color-owncast-user-5: #16a8f7;
  112. @color-owncast-user-6: #9a92ff;
  113. @color-owncast-user-7: #ff53ff;
  114. @color-owncast-palette-0: #12161d; // Dark primary
  115. @color-owncast-palette-1: #2d3748; // Dark secondary
  116. @color-owncast-palette-2: #000000; // Dark alternate
  117. @color-owncast-palette-3: #e2e8f0; // Light primary
  118. @color-owncast-palette-4: #ffffff; // Light secondary
  119. @color-owncast-palette-5: #c3dafe; // Light alternate
  120. @color-owncast-palette-6: #6544e9; // Text link/secondary light text
  121. @color-owncast-palette-7: #7a5cf3; // Text link hover
  122. @color-owncast-palette-8: #b6b3c6; // Disabled background
  123. @color-owncast-palette-9: #39373d; // Neutral dark
  124. @color-owncast-palette-10: #5d5f72; // Neutral gray light
  125. @color-owncast-palette-11: #2386e2; // Fun color 1
  126. @color-owncast-palette-12: #da9eff; // Fun color 2
  127. @color-owncast-palette-13: #42bea6; // Fun color 3
  128. @color-owncast-palette-14: #f0f3f8; // Light background
  129. @color-owncast-palette-15: #eff1f4; // Lighter background
  130. @color-owncast-palette-error: #ff4b39; // Error
  131. @color-owncast-palette-warning: #ffc655; // Warning
  132. @font-owncast-body: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  133. @font-owncast-display: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';