#335ea8 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #335ea8, aggregated by home.social.
-
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)
```