Fix eamcs theming

This commit is contained in:
Charlotte Van Petegem 2022-01-07 12:33:22 +01:00
parent 13a8d2f763
commit 6a0844cf14
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -171,10 +171,11 @@
(use-package modus-themes
:custom
(modus-themes-bold-constructs t "Use bold accents")
(modus-themes-syntax 'alt-syntax-yellow-comments "Show comments in yellow instead of gray")
(modus-themes-promts 'intense-accented "Colours are nice")
(modus-themes-mode-line 'borderless "Thin borders are ugly")
(modus-themes-region 'bg-only "Don't lose syntax highlighting in the active region")
(modus-themes-syntax '(alt-syntax yellow-comments) "Show comments in yellow instead of gray")
(modus-themes-promts '(intense) "Colours are nice")
(modus-themes-completions 'opinionated "Colours are nice")
(modus-themes-mode-line '(borderless accented) "Thin borders are ugly")
(modus-themes-region '(bg-only accented) "Don't lose syntax highlighting in the active region")
:config
(modus-themes-load-themes)
(modus-themes-load-operandi)