Fix eamcs theming
This commit is contained in:
parent
13a8d2f763
commit
6a0844cf14
1 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue