Summary
EUI is producing a new theme that includes a bunch of stylistic upgrades. As it progresses, we'll need a toggle within Kibana to switch between the themes so we can see how those changes cascade into the product. This will also let users play with this change and give feedback before we fully commit to them as a default.
EUI currently spits out dist files for the new css and json under the amsterdam name schema.
Specifics
@cchaos and I have familiarity with a lot of these systems, as does @spalger and we can likely point you towards the correct files.
Summary
EUI is producing a new theme that includes a bunch of stylistic upgrades. As it progresses, we'll need a toggle within Kibana to switch between the themes so we can see how those changes cascade into the product. This will also let users play with this change and give feedback before we fully commit to them as a default.
EUI currently spits out dist files for the new css and json under the
amsterdamname schema.Specifics
eui_theme_xxx.cssis imported will need to be made dynamiceui_theme_xxx.jsonis imported will need to be made dynamic_styling_constants.scssfile will need to dynamically pull from the new theme now based upon this toggle.KUIsass files will need to have compiled css for the new themeInter UIfont, which the new theme utilizes.@cchaos and I have familiarity with a lot of these systems, as does @spalger and we can likely point you towards the correct files.