@mixin highlight-menu-item($theme) {
  background-color: map-get($theme, sidebar-highlight) !important;
  color: map-get($theme, sidebar-primary) !important;
  box-shadow: inset $custom-sidebar-highlight-width 0 0 0 map-get($theme, sidebar-primary);
}
