Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Color Palette #23

Open
schillerk opened this issue Sep 23, 2020 · 1 comment
Open

Generate Color Palette #23

schillerk opened this issue Sep 23, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@schillerk
Copy link
Collaborator

We have theme colors for d2p, but only core colors, no shades for hover effects, borders, etc.

https://gka.github.io/palettes
Is a great tool for generating these automatically. Lunar takes in a range from 0-6, where 3 is the core color. This can all be configured in setTheme.

@schillerk schillerk added the enhancement New feature or request label Sep 23, 2020
@philihp
Copy link
Member

philihp commented Sep 24, 2020

Removed colors.js because it wasn't used, but here they are for this

export const d2tpBlue = '#3A4EA1'
export const d2tpRed = '#EF4927'
export const d2tpBlack = '#231F20'
export const d2tpGreen = '#00B36B'
export const d2tpPink = '#FF99AC'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants