[NG] Add dark theme to Layer5-NG.
See original GitHub issueCurrent Behavior
There is only a light theme present currently.
Desired Behavior
Add a dark theme to the layer5-ng website.
Alternatives
Use this https://www.gatsbyjs.com/plugins/gatsby-plugin-dark-mode/.
Additional context
You can add a dark theme in the theme folder in src.
Contributor Resources
The layer5
repo contains two websites. The current generation and the next-generation of the layer5.io site.
If the layer5-ng
label is absent on this issue, then this issue pertains to the current generation of the layer5.io website, which uses Jekyll and GitHub Pages. Site content is found under the master
branch.
If the layer5-ng
label is present on this issue, then this issue pertains to the next-generation of the layer5.io website, which uses Gatsby, Strapi, and GitHub Pages. Site content is found under the layer5-ng
branch.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (10 by maintainers)
Top GitHub Comments
Sounds great, @geraldmaboshe, and like good counsel @Nikhil-Ladha
Sure, you can. I think if we intend to go for a dark theme then we will be using the ‘jungle green’ color as the background for the theme, and not black. Also, work with the appropriate brand colors to see how it goes.
Doing the changes centrally in the themes/app/theme.style.js should be the approach I think.