/** 主题
  * [类别]:[色值]

/* Menu
-------------------------- */
$cb-menu: (
    // menu primary
    // $__menu_font-color: $--color-Base-grey-1,
    // $__menu_background: $--color-Base-primary,

    // // menu light
    // $__menu_light_background: $--color-Base-white,
    // $__menu-horizontal-item_light_font-color: $--color-Base-grey-1,
    // $__menu-horizontal-item_light_border-bottom-color: $--transparent,
    // $__menu-horizontal-item_light_hover_border-bottom-color: $--color-Base-primary,
    // $__menu-horizontal-item_light_hover_font-color: $--color-Base-primary,
    // $__menu-vertical-item-not-submenu_light_active_border-right-color: $--color-Base-primary,
    // $__menu-vertical-item-not-submenu_light_active_font-color: $--color-Base-primary,

    // // menu horizontal
    // $__menu-horizontal-after_light_background: $--color-Base-grey-6,

    // // menu horizontal 水平模式primary主题下hover/active时超出1px【添加背景色时导致】
    // $__menu-horizontal-item_font-color: $--color-Base-white,
    // $__menu-horizontal-item_active_background: $--color-Base-primary-1,

    // // menu vertical
    // $__menu-vertical-after_light_background: $--color-Base-primary,
    // $__menu-vertical-item_hover_background: $--color-CBlue-info,

    // // menu dark
    // $__menu_dark_background: $--color-NBlack-primary-3,
    // $__menu-horizontal-item_dark_font-color: $--color-Base-white,
    // $__menu-horizontal-item_dark_active_font-color: $--color-Base-primary,
    // $__menu-horizontal-item_dark_hover_font-color: $--color-Base-primary-1,
    // $__menu-horizontal-item_dark_hover_background-color: $--color-NBlack-primary-8,
    // $__menu-horizontal-submenu_dark_font-color: $--color-Base-white,
    // $__menu-horizontal-submenu_dark_active_font-color: $--color-Base-primary-1,
    // $__menu-vertical-item-group-title_dark_font-color: $--transparent-Base-white-2,
    // $__menu-vertical-item_dark_font-color: $--color-Base-white,
    // $__menu-vertical-item_dark_hover_font-color: $--color-Base-white,
    // $__menu-vertical-item_dark_hover_background: $--color-NBlack-primary-8,
    // $__menu-vertical-item-not-submenu_dark_active_font-color: $--color-Base-primary,
    // $__menu-vertical-item-not-submenu_dark_active_background: $--color-NBlack-primary-8,
    // $__menu-vertical-submenu-title-not-submenu_dark_active_font-color: $--color-Base-primary,
    // $__menu-vertical-submenu-title-not-submenu_dark_active_border-right-color: $--color-Base-primary,
    // $__menu-vertical-submenu-item_dark_hover_font-color: $--color-Base-white,
    // $__menu-vertical-submenu-item_dark_hover_background: $--transparent,
    // $__menu-vertical-submenu-item_dark_active_font-color: $--color-Base-primary,
    // $__menu-vertical-submenu-item_dark_active_background: $--color-NBlack-primary-8,
    // $__menu-vertical-item-active-submenu-title_dark_active_font-color: $--color-Base-white,
    // $__menu-vertical-opened_dark_background: $--color-NBlack-primary-3,
    // $__menu-vertical-opened-submenu-title_dark_background: $--color-NBlack-primary-8,
    // $__menu-vertical-opened-menu_dark_background: $--color-NBlack-primary-3,
    // $__menu-vertical-opened-submenu-submenu-title_dark_background: $--color-NBlack-primary-3,

    // // menu item group
    // $__menu-item-group-title_font-color: $--color-Base-grey-2,

    // // menu collapse
    // $__menu-collapse-submenu_dark_background: $--color-NBlack-primary-3,
    // $__menu-collapse-vertical-opened-submenu-title_dark_background: $--transparent-Base-white-1
) !default;