Export Theme

    Theme

    The code snippet below is a ThemeDefinition for Vuetify, featuring all color configurations from the theme builder. This object is compatible with any Material Design-based UI framework. In order to use the theme, simply copy the code below and paste it into your application.

    If you are using Vuetify, visit the Vuetify documentation for more information.
    const theme = {
    "dark": false,
    "colors": {
    "background": "#F5F5F5",
    "surface": "#FFFFFF",
    "primary": "#50A6FF",
    "secondary": "#E6E9FF",
    "error": "#F44336",
    "info": "#2196F3",
    "success": "#4CAF50",
    "warning": "#FFC107"
    }
    };