Added a dark theme to the style.css#215
Added a dark theme to the style.css#215JaidenW wants to merge 5 commits intolldap:mainfrom JaidenW:main
Conversation
Help document for configuring LDAP backend on Organizr
No more eye searing at night!
Codecov Report
@@ Coverage Diff @@
## main #215 +/- ##
==========================================
+ Coverage 34.18% 43.61% +9.43%
==========================================
Files 52 52
Lines 7822 9927 +2105
==========================================
+ Hits 2674 4330 +1656
- Misses 5148 5597 +449
Continue to review full report at Codecov.
|
oops. Missed some
|
|
|
|
||
| body.dark-theme{ | ||
| background:#202020; | ||
| color:#fff!; |
There was a problem hiding this comment.
I think we don't want pure white on pure black. If we take Material design's recommendations (not that it's gospel, but it's a good starting guideline) we'd have a background of #121212 for the very back, up to #242424 for the most accentuated background, and a text color of at most #dedede
|
What would you think of something like https://vinorodrigues.github.io/bootstrap-dark/ ? Rather than creating/maintaining our own dark theme. |
|
That might be better, especially if you intend to add anything else to it in the future, that would likely also likely make it easier for you to style things on your own - One request i have, since i saw you talking about theming (more than just dark theme) add a stylesheet for custom CSS that users can edit, i've just tried editing the style.css directly and it was not having it. now i have this up and running though, i'd like to make my own theme for it. |
|
Closing in favor of #250 |
No description provided.