conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

Add new colors and define green theme #292

Closed steff456 closed 11 months ago

steff456 commented 12 months ago

Part of https://github.com/conda-incubator/conda-store-ui/issues/288

Description

This pull request:

Pull request checklist

Additional information

trallard commented 11 months ago

Note I have an unfinished review

steff456 commented 11 months ago

To confirm, we're only defining the theme here, correct? And, we're yet to update the UI to use this theme? (The UI seems to have hardcoded colours right now). Please feel free to merge if this is accurate. :)

Yes! This is the base PR, I will update the use of the theme across the code base as I start implementing the changes for the design system per component