You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue to be transferred to corresponding repository
I am working on launching new light and dark mode themes provided by OUI component library for a target launch within 2.10. These changes support the vision expressed in Future Vision for Dashboards
I have identified the following front end related issues that prevent the theme from appearing complete and potential solutions within this feature:
In Next theme, Source content highlight appears too dark. Utilize sass variable (tbd) in favor of hard coded color value. Potentially utilize EuiBadge .
View Surrounding Documents generates a table that utilizes colors from Current theme. These should be updated to dynamically match theme values.
Visualizations utilizes colors from Current theme. Remove background and utilize ouiPaletteColorBlind for visualization colors.
The text was updated successfully, but these errors were encountered:
In Next theme, Source content highlight appears too dark. Utilize sass variable (tbd) in favor of hard coded color value. Potentially utilize EuiBadge .
This one is an easy fix. The reason it currently looks so bad is that they've set the opacity to just .1. It's an unnecessary use of transparency as a lazy way to further lighten the color rather than tint and shade.
View Surrounding Documents generates a table that utilizes colors from Current theme. These should be updated to dynamically match theme values.
Given the current work to refactor this view altogether for data explorer, we should pick the lowest hanging fruit here, because this page is built and styled with the legacy KUI. So I'd likely need a full mock with the correct colors, or specific styling to target, because the component refactoring is already underway.
Visualizations utilizes colors from Current theme. Remove background and utilize ouiPaletteColorBlind for visualization colors.
This is an ElasticCharts visualization, so we need to update OUI to also export a charts theme for next-dark. That will fix the background color. However, the visualization color is already correctly using the first ouiPaletteColorBlind color (via the chart theme).
This issue to be transferred to corresponding repository
I am working on launching new light and dark mode themes provided by OUI component library for a target launch within 2.10. These changes support the vision expressed in Future Vision for Dashboards
I have identified the following front end related issues that prevent the theme from appearing complete and potential solutions within this feature:
Next
theme,Source content
highlight appears too dark. Utilize sass variable (tbd) in favor of hard coded color value. Potentially utilizeEuiBadge
.Current
theme. These should be updated to dynamically match theme values.Current
theme. Remove background and utilizeouiPaletteColorBlind
for visualization colors.The text was updated successfully, but these errors were encountered: