-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Dark Mode per User #48687
Comments
@legrego enhancement request ? |
Yep! This is blocked on #17888 |
Pinging @elastic/kibana-platform (Team:Platform) |
I, too, would love this feature, for the exact same reasons. |
Another option would be to apply dark mode automatically using CSS media queries. |
Please, please, please :-) I get lighting triggered migraines and kibana is one of the few things I haven't found a way to darken; and, I use kibana a lot. |
In the meantime, you can use the following javascript which switches between light and dark modes. Simply create a new bookmark on your browser's toolbar with the following code
and click on it once Kibana loads. I tested it and it works on v7.8.0. Please note not everything will flip 100%, such as charts background color. Also, this could break with future releases. For Kibana 7.9.1, use the following:
|
It makes sense to make this a personal(user) preference rather than a shared space setting. We all might work from a shared space, but prefer different themes individually. |
Have had the same feedback from the IT teams stating that it is a personal preference and should be part of user preferences rather than space settings. |
This feature would be really great, especially because it's very hard to find an agreement on which theme to use. Some people really don't like light themes in general, and the dark theme is very hard to read, as some menus for example are not-so-light grey police on slightly darker background, which make it nearly unreadable. |
We're having the same problem in our company - so a "per user setting" would be highly preferred :) |
Please do this, we just have bought a couple of licenses and people are already fighting over whether the dark or the light side is the best :) |
Is there a reason why this ticket hasn't been merged into 17888? That ticket seems to include this scope and I'd prefer to only track one ticket :) |
@EricPSU I've thought about merging it into #17888 before, but I decided to leave it here for now because it has so much interest, and is probably easier to search for in our sea of There's also a chance that we will tackle some of these settings before others, so having dark mode tracked separately lets us send a clearer signal when this specific setting is configurable on a per-user basis. If there wasn't so much interest in this specific setting, then I'd probably choose to close this in favor of #17888. That said, I'm happy to consolidate if there's more interest in doing so. |
@legrego I support whatever gets per user themes implemented quicker :) I'd be happy with a magic toggle under the user's profile menu for dark mode as a temporary placement of the preference until there is a full fledged user preferences view. |
We are still waiting for a "per user setting" . We have over a dozen spaces, but 300 users, not everyone wants to take the default dark mode setting we put in for a space. |
I would also like to request that feature! I know it's only a minority of developers that uses light mode, but I just can't adjust to dark mode... Would be really nice! |
This is a popular issue, and I know it's been a while since we've given an update. While I can't offer a timeline on when this will be implemented, I can say that we are actively working on a number of prerequisites to add support for this and many other user-level customizations. More concretely, we are introducing a concept called "User Profiles", which will, among other things:
This initiative spans multiple products (👋 Elasticsearch), but you can track the work Kibana is doing in this space via the |
Relevant investigation into UI settings client to allow per-user UI specific settings such as dark mode was recently completed, summary here: #146295 (comment) New issue to track this UI client is here: |
Thanks everyone for your interest in this issue. I'm happy to report that this has been resolved by @kc13greiner via #151507. If all goes according to plan, you'll be able to find this in an upcoming release! |
Describe the feature:
We currently use Spaces to split our visualizations and dashboards up between internal organizations. Some people prefer the standard white, others prefer dark, so having it User specific vs. Space specific would be extremely beneficial.
Describe a specific use case for the feature:
I prefer the dark theme, but my coworker prefers the standard white theme. Our space is set to dark theme, so he has no options to change to the other theme color unless we flip the entire space to it.
The text was updated successfully, but these errors were encountered: