Add a "Copy Colors" button to Popper
Closed this issue · 2 comments
TerabyteTiger commented
Add a button to the bottom of the Popper popout to copy theme to clipboard.
I.e. Clicking this button while the default-light theme is selected would copy
.default-light {
--primary: #351c4d;
--secondary: #fff;
--accent: #f5ab99;
--link: #674672;
--text: #351c4d;
}
mblancodev commented
I would like to take this
TerabyteTiger commented
Functionality added by #28