home.social

#modusthemes — Public Fediverse posts

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

  1. EDIT: or I could have RdTFM

    (setq modus-themes-common-palette-overrides '((fringe unspecified)))

    EDIT: SOLVED IN MINUTES! Thanks @viz! Thanks for boosting, @cmccullough!

    (add-hook 'modus-themes-after-load-theme-hook (lambda () (set-face-attribute 'olivetti-fringe nil :background 'unspecified :foreground 'unspecified :inherit 'unspecified))))

    Okay, #FediHelp: #Emacs question about #Prot's #modusthemes. I HAVE BECOME HOPELESSLY CONFUSED BY EMACS FACES AND THEMES gaaaaahhh

    The 'olivetti-fringe face makes visible the subtle gray stripes. I want them to be invisible. How can I make the face be the same as the background in both modus-vivendi and modus-operandi?

  2. I never use dark mode.

    I'm testing how some icons look in dark mode at the moment, though, and I have to say: #Emacs #modusthemes look gorgeous.

  3. 📝 Migrating to modus-themes v4 and Going Through the Changes

    christiantietze.de/posts/2023/

    I was confused for the first 30mins and began taking notes -- but the new #Emacs #modusThemes are very nicely made and customizations are simple once you grasp the two new foundational principles:

    :one: The themes ship with palettes, and you can override named colors in palette overrides; all colors reside here

    :two: Almost all non-color settings are now up to you to configure in hooks

    I show you how.