Use a numbered pre-named set of user colors instead of random. Closes #1974

This commit is contained in:
Gabe Kangas
2022-06-28 18:55:21 -07:00
parent c9938cf414
commit aec65af87d
9 changed files with 121 additions and 10 deletions

View File

@@ -22,6 +22,21 @@ Toggle dark mode on and off in the above toolbar to see how these colors look on
<ColorRow colors={['theme-background', 'theme-background-secondary', 'popover-background']} />
## User Colors
<ColorRow
colors={[
'theme-user-colors-1',
'theme-user-colors-2',
'theme-user-colors-3',
'theme-user-colors-4',
'theme-user-colors-5',
'theme-user-colors-6',
'theme-user-colors-7',
'theme-user-colors-8',
]}
/>
## Status
<ColorRow