Move around themes, change theme to dark

This commit is contained in:
Maciej 2021-04-20 08:35:07 +03:00
parent eb6b5fb740
commit e30eb7950e
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 65 additions and 44 deletions

View file

@ -48,7 +48,8 @@
(require '+custom-pkg-speed-type "$HOME/.emacs.d/pkg/speed-type.el")
;; Themes
(require '+custom-themes "$HOME/.emacs.d/themes/themes.el")
(require '+custom-pkg-themes "$HOME/.emacs.d/pkg/themes.el")
(require '+custom-pkg-fonts "$HOME/.emacs.d/pkg/fonts.el")
;; Actual supported languages and file syntax.
(require '+custom-lang-elisp "$HOME/.emacs.d/lang/elisp.el")
@ -92,8 +93,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(font-lock-constant-face ((((type graphic)) (:foreground "#dfaf8f")) (((min-colors 256)) (:foreground "brightred")) (t (:foreground "brightred"))))
'(font-lock-type-face ((t (:foreground "#ffcb6b" :family "Hack"))))
'(markdown-code-face ((t (:inherit fixed-pitch :family "Hack"))))
'(font-lock-type-face ((t (:foreground "#ffcb6b" :family "JetBrains Mono"))))
'(markdown-code-face ((t (:inherit fixed-pitch :family "JetBrains Mono"))))
'(mmm-default-submode-face ((t nil))))
;; Restore GC to normal, but still high