More updating modus config for 4.0.0-dev
This commit is contained in:
parent
77b2b08165
commit
efe8288a19
1 changed files with 15 additions and 5 deletions
|
@ -175,12 +175,22 @@
|
||||||
|
|
||||||
;; Theming
|
;; Theming
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
:custom
|
|
||||||
(modus-themes-bold-constructs t "Use bold accents")
|
|
||||||
(modus-themes-fringes nil "No fringes")
|
|
||||||
(modus-themes-common-palette-overrides modus-themes-preset-overrides-intense "Colours are nice")
|
|
||||||
(modus-themes-region '(bg-only) "Don't lose syntax highlighting in the active region")
|
|
||||||
:config
|
:config
|
||||||
|
(setq modus-themes-bold-constructs t) ;; Use bold accents
|
||||||
|
(setq modus-themes-fringes nil) ;; No fringes
|
||||||
|
(setq modus-themes-common-palette-overrides
|
||||||
|
`(
|
||||||
|
;; Colourful active modeline
|
||||||
|
(bg-mode-line-active bg-blue-intense)
|
||||||
|
(fg-mode-line-active fg-main)
|
||||||
|
;; Borderless modeline
|
||||||
|
(border-mode-line-active unspecified)
|
||||||
|
(border-mode-line-inactive unspecified)
|
||||||
|
;; Colours are nice
|
||||||
|
,@modus-themes-preset-overrides-intense
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(setq modus-themes-region '(bg-only)) ;; Don't lose syntax highlighting in the active region
|
||||||
(load-theme 'modus-operandi t)
|
(load-theme 'modus-operandi t)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue