devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
51 lines (50 loc) • 1.18 kB
JavaScript
/**
* DevExtreme (esm/__internal/viz/core/themes/fluent/index.js)
* Version: 25.1.3
* Build date: Wed Jun 25 2025
*
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
const themes = [{
baseThemeName: "material.blue.light",
theme: {
name: "fluent.blue.light"
}
}, {
baseThemeName: "fluent.blue.light",
theme: {
name: "fluent.blue.light.compact"
}
}, {
baseThemeName: "fluent.blue.light",
theme: {
name: "fluent.saas.light"
}
}, {
baseThemeName: "fluent.saas.light",
theme: {
name: "fluent.saas.light.compact"
}
}, {
baseThemeName: "material.blue.dark",
theme: {
name: "fluent.blue.dark"
}
}, {
baseThemeName: "fluent.blue.dark",
theme: {
name: "fluent.blue.dark.compact"
}
}, {
baseThemeName: "fluent.blue.dark",
theme: {
name: "fluent.saas.dark"
}
}, {
baseThemeName: "fluent.saas.dark",
theme: {
name: "fluent.saas.dark.compact"
}
}];
export default themes;