Skip to content

allow modified color theme#1270

Open
rafalBujok wants to merge 2 commits intogitbrent:masterfrom
rafalBujok:allow_modified_color_theme
Open

allow modified color theme#1270
rafalBujok wants to merge 2 commits intogitbrent:masterfrom
rafalBujok:allow_modified_color_theme

Conversation

@rafalBujok
Copy link
Copy Markdown

@rafalBujok rafalBujok commented Jul 3, 2023

PR introduces the possibility of using Color or ThemeColor and allowing it to modify.
Here's an example:

const colors = [
  { baseColor: 'accent1', sat: 10, red: 10, blue: 90 },
  { baseColor: 'accent1', sat: 20, red: 20, blue: 80 },
  'accent3',
  'BC71FB',
];

It is an updated code for #954 created by @dimfeld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants