home.social

#modus_themes — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #modus_themes, aggregated by home.social.

fetched live
  1. 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