Jousimies/.emacs.d

modus-theme

Closed this issue · 0 comments

  (setq modus-themes-italic-constructs t)
  (setq modus-themes-bold-constructs nil)
  (setq modus-themes-region '(bg-only no-extend))
  (setq modus-themes-lang-checkers '(background text-also straight-underline))
  (setq modus-themes-links '(italic background faint neutral-underline))
  (setq modus-themes-hl-line '(intense))
  (setq modus-themes-paren-match '(accented intense))
  (setq modus-themes-prompts '(intense background gray bold))
  (setq modus-themes-completions '((matches . (extrabold intense))
				   (selection . (underline))
				   (popup . (intense))))
  (setq modus-themes-org-blocks 'tinted-background)
  (setq modus-themes-org-agenda '((header-block . (variable-pitch 1.2))
				  (habit . traffic-light)))
  (setq modus-themes-headings '((t . (rainbow))))
  (setq modus-themes-operandi-color-overrides '((bg-main . "#FFFFFF")
						(bg-dim . "#FFFFFF")
						(bg-hl-line . "#FFFFFF")
						(bg-active . "#FFFFFF")
						(bg-inactive . "#FFFFFF")
						(bg-tab-bar . "#FFFFFF")
						(bg-tab-active . "#FFFFFF")
						(bg-tab-inactive . "#FFFFFF")
						(blue . "#252321")
						(magenta-nuanced-bg . "#F2F0EF")))
  (setq modus-themes-vivendi-color-overrides '((bg-main . "#1F1F1E")
					       (bg-dim . "#1F1F1E")
					       (bg-hl-line . "#1F1F1E")
					       (bg-active . "#1F1F1E")
					       (bg-inactive . "#1F1F1E")
					       (bg-tab-bar . "#1F1F1E")
					       (bg-tab-active . "#1F1F1E")
					       (bg-tab-inactive . "#1F1F1E")
					       (blue . "#FFFFFF")
					       (magenta-nuanced-bg . "#343435")))