owncast/web/styles/variables.css

81 lines
3.7 KiB
CSS
Raw Normal View History

2022-05-07 08:32:33 +02:00
/**
* Do not edit directly
* Generated on Fri, 24 Jun 2022 23:11:54 GMT
2022-05-07 08:32:33 +02:00
*/
:root {
--text-color: var(--theme-text-color);
--text-color-secondary: var(--theme-text-color-secondary);
2022-05-07 08:32:33 +02:00
--link-color: var(--theme-link-color);
--popover-background: var(--theme-text-color-secondary);
--background-color-light: var(--theme-background-secondary);
--layout-body-background: var(--theme-background);
--primary-color: #6941c6;
2022-05-07 08:32:33 +02:00
--info-color: #667085;
--success-color: #12b76a;
--warning-color: #f79009;
--error-color: #f04438;
--purple-base: #9e77ed;
--green-base: #12b76a;
--red-base: #f04438;
--orange-base: #f79009;
--theme-primary-color: #6941c6; /* The primary color of the application used for rendering controls. */
--theme-text-color: #d0d5dd; /* The color of the text in the application. */
2022-05-07 08:32:33 +02:00
--theme-text-color-secondary: #667085;
--theme-link-color: #9e77ed;
--theme-font-family: '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';
--theme-header-font-family: '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';
--theme-background: #202232; /* The main background color of the page. */
--theme-background-secondary: #282a30; /* A secondary background color used in sections and controls. */
--theme-rounded-corners: 5px; /* The radius of rounded corners used in places. */
2022-05-07 08:32:33 +02:00
--theme-success-color: #12b76a;
--theme-info-color: #d6bbfb;
--theme-warning-color: #f79009;
--theme-error-color: #f04438;
--color-owncast-purple-100: #f4ebff;
--color-owncast-purple-300: #d6bbfb;
--color-owncast-purple-500: #9e77ed;
--color-owncast-purple-700: #6941c6;
--color-owncast-purple-900: #42307d;
--color-owncast-green-100: #d15ad5;
--color-owncast-green-300: #6ce9a6;
--color-owncast-green-500: #12b76a;
--color-owncast-green-700: #027a48;
--color-owncast-green-900: #054f31;
--color-owncast-red-100: #fee4e2;
--color-owncast-red-300: #fda29b;
--color-owncast-red-500: #f04438;
--color-owncast-red-700: #b42318;
--color-owncast-red-900: #7a271a;
--color-owncast-orange-100: #fef0c7;
--color-owncast-orange-300: #fec84b;
--color-owncast-orange-500: #f79009;
--color-owncast-orange-700: #b54708;
--color-owncast-orange-900: #93370d;
--color-owncast-gray-100: #f2f4f7;
--color-owncast-gray-300: #d0d5dd;
--color-owncast-gray-500: #667085;
--color-owncast-gray-700: #344054;
--color-owncast-gray-900: #101828;
--color-owncast-logo-purple: #7871ff;
--color-owncast-logo-pink: #c98bfe;
--color-owncast-logo-blue: #2086e1;
--color-owncast-background: #202232;
--color-owncast-background-secondary: #282a30;
--font-owncast-family: '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';
--font-owncast-header-family: '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';
2022-05-07 08:32:33 +02:00
--owncast-purple: #7871ff;
--owncast-purple-25: rgba(120, 113, 255, 0.25);
--owncast-purple-50: rgba(120, 113, 255, 0.5);
--online-color: #73dd3f;
--offline-color: #999;
--pink: #c98bfe;
--purple: #9e77ed;
2022-05-07 08:32:33 +02:00
--blue: #2086e1;
--white-88: #667085;
--purple-dark: #42307d;
--default-link-color: #6941c6;
--default-bg-color: #202232;
--default-text-color: #f2f4f7;
2022-05-07 08:32:33 +02:00
}