Dark Mode default colors? #127
Answered
by
srmagura
deadcoder0904
asked this question in
Q&A
-
I'd like to know if you've seen examples of any dark mode default colors that look good enough? I have been Googling but the results don't understand what I want to search. Currently, doing trial & error but one perfect combo would be good enough for me! |
Beta Was this translation helpful? Give feedback.
Answered by
srmagura
Dec 7, 2021
Replies: 1 comment 2 replies
-
Haha, I do not know if there is a "perfect combo". Here are some colors that look OK in my opinion: const baseColor = '#c0c0c0'
const highlightColor = '#a0a0a0' If it's relevant, we have a light/dark theme example in our Storybook here. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
deadcoder0904
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haha, I do not know if there is a "perfect combo". Here are some colors that look OK in my opinion:
If it's relevant, we have a light/dark theme example in our Storybook here.