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

[DOC] Update documentation website theme #764

Closed
pavithraes opened this issue Feb 6, 2024 · 2 comments · Fixed by #784
Closed

[DOC] Update documentation website theme #764

pavithraes opened this issue Feb 6, 2024 · 2 comments · Fixed by #784
Assignees

Comments

@pavithraes
Copy link
Member

Context

The documentation currently uses very basic conda-store brand colors, but these need to be updated esp for dark mode.

Value and/or benefit

Consistent and more polished website.

Anything else?

No response

@smeragoel
Copy link
Contributor

Update: I've worked on a color system for this, and I'm currently working with @pavithraes to iron out a few kinks and to understand what variables and colors are being used in the theme

@smeragoel
Copy link
Contributor

I discussed with @pavithraes that I'd need to see some previews before I can finalise the colours, so this is a starting point to see how the colours look and I'll tweak them accordingly

:root {
  /* Light */
  /* colors */
  ----ifm-color-primary: #298642;
  ----ifm-color-primary-dark: #206532;
  ----ifm-color-primary-darker: #144321;
  ----ifm-color-primary-darkest: #0a2210;
  ----ifm-color-primary-light: #5cb975;
  ----ifm-color-primary-lighter: #85cb97;
  ----ifm-color-primary-lightest: #d6eedc;
  /* Dark */
  /* colors */
  ----ifm-color-primary: #5cb975;
  ----ifm-color-primary-dark: #85cb97;
  ----ifm-color-primary-darker: #addcba;
  ----ifm-color-primary-darkest: #d6eedc;
  ----ifm-color-primary-light: #298642;
  ----ifm-color-primary-lighter: #206532;
  ----ifm-color-primary-lightest: #144321;
}

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

Successfully merging a pull request may close this issue.

2 participants