|
|
|
@ -10,17 +10,13 @@ and get reflected here as they change. |
|
|
|
|
|
|
|
|
|
|
|
Toggle dark mode on and off in the above toolbar to see how these colors look on a dark vs. light background. |
|
|
|
Toggle dark mode on and off in the above toolbar to see how these colors look on a dark vs. light background. |
|
|
|
|
|
|
|
|
|
|
|
## Key Colors |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ColorRow colors={['theme-primary-color', 'theme-text-color-secondary']} /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Text |
|
|
|
## Text |
|
|
|
|
|
|
|
|
|
|
|
<ColorRow colors={['theme-text-color', 'theme-text-color-secondary', 'theme-link-color']} /> |
|
|
|
<ColorRow colors={['theme-text-primary', 'theme-text-secondary']} /> |
|
|
|
|
|
|
|
|
|
|
|
## Backgrounds |
|
|
|
## Backgrounds |
|
|
|
|
|
|
|
|
|
|
|
<ColorRow colors={['theme-background', 'theme-background-secondary', 'popover-background']} /> |
|
|
|
<ColorRow colors={['theme-background-primary', 'theme-background-secondary']} /> |
|
|
|
|
|
|
|
|
|
|
|
## User Colors |
|
|
|
## User Colors |
|
|
|
|
|
|
|
|
|
|
|
@ -36,57 +32,3 @@ Toggle dark mode on and off in the above toolbar to see how these colors look on |
|
|
|
'theme-user-colors-8', |
|
|
|
'theme-user-colors-8', |
|
|
|
]} |
|
|
|
]} |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
## Status |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ColorRow |
|
|
|
|
|
|
|
colors={['theme-success-color', 'theme-info-color', 'theme-warning-color', 'theme-error-color']} |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Gray |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ColorRow |
|
|
|
|
|
|
|
colors={[ |
|
|
|
|
|
|
|
'color-owncast-gray-100', |
|
|
|
|
|
|
|
'color-owncast-gray-300', |
|
|
|
|
|
|
|
'color-owncast-gray-500', |
|
|
|
|
|
|
|
'color-owncast-gray-700', |
|
|
|
|
|
|
|
'color-owncast-gray-900', |
|
|
|
|
|
|
|
]} |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Purple |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ColorRow |
|
|
|
|
|
|
|
colors={[ |
|
|
|
|
|
|
|
'color-owncast-purple-100', |
|
|
|
|
|
|
|
'color-owncast-purple-300', |
|
|
|
|
|
|
|
'color-owncast-purple-500', |
|
|
|
|
|
|
|
'color-owncast-purple-700', |
|
|
|
|
|
|
|
'color-owncast-purple-900', |
|
|
|
|
|
|
|
]} |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Green |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ColorRow |
|
|
|
|
|
|
|
colors={[ |
|
|
|
|
|
|
|
'color-owncast-green-100', |
|
|
|
|
|
|
|
'color-owncast-green-300', |
|
|
|
|
|
|
|
'color-owncast-green-500', |
|
|
|
|
|
|
|
'color-owncast-green-700', |
|
|
|
|
|
|
|
'color-owncast-green-900', |
|
|
|
|
|
|
|
]} |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Orange |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ColorRow |
|
|
|
|
|
|
|
colors={[ |
|
|
|
|
|
|
|
'color-owncast-orange-100', |
|
|
|
|
|
|
|
'color-owncast-orange-300', |
|
|
|
|
|
|
|
'color-owncast-orange-500', |
|
|
|
|
|
|
|
'color-owncast-orange-700', |
|
|
|
|
|
|
|
'color-owncast-orange-900', |
|
|
|
|
|
|
|
]} |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|