I wonder how can I change this weird blue in the menu in modus-operandi πŸ€”

```
(require 'modus-themes)
(setq modus-themes-bold-constructs t)
(setq modus-operandi-palette-overrides
`(
(bg-mode-line-active "#335ea8")
(fg-mode-line-active "#ffffff")
(bg-mode-line-inactive "#f0f0f0")
(fg-mode-line-inactive "#000000")
,@modus-themes-preset-overrides-intense))
(load-theme 'modus-operandi t)
```

#lang_en #emacs #modus_themes #questions