Skip to content

Instantly share code, notes, and snippets.

@VernonGrant
Created March 30, 2023 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VernonGrant/8ea500e082638f02c86b04a4e004d131 to your computer and use it in GitHub Desktop.
Save VernonGrant/8ea500e082638f02c86b04a4e004d131 to your computer and use it in GitHub Desktop.
Setup of Emacs's modus vivendi theme
;;;;;;;;;;;;;;;;;;;
;; Vivendi Theme ;;
;;;;;;;;;;;;;;;;;;;
(progn
(setq-default
modus-themes-mode-line '(accented borderless padded)
modus-themes-region '(accented bg-only)
modus-themes-paren-match '(bold intense)
modus-themes-bold-constructs nil
modus-themes-subtle-line-numbers t
modus-themes-syntax '()
modus-themes-vivendi-color-overrides '((bg-main . "#242424")
(bg-whitespace . "#242424")
(fg-comment-yellow . "#8b7355")))
(load-theme 'modus-vivendi t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment