diff --git a/.doom.d/config.el b/.doom.d/config.el index 6ee142c..ec4aa8f 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -54,7 +54,6 @@ ;; they are implemented. (require 'exec-path-from-shell) - (when (display-graphic-p) (exec-path-from-shell-initialize)) diff --git a/.doom.d/custom.el b/.doom.d/custom.el index d6d6795..be9d5fe 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -14,7 +14,8 @@ '(jdee-db-requested-breakpoint-face-colors (cons "#0d1011" "#b8bb26")) '(jdee-db-spec-breakpoint-face-colors (cons "#0d1011" "#928374")) '(objed-cursor-color "#fb4934") - '(package-selected-packages '(xresources-theme exec-path-from-shell lsp-haskell lsp-ui)) + '(package-selected-packages + '(theme-magic xresources-theme exec-path-from-shell lsp-haskell lsp-ui)) '(pdf-view-midnight-colors (cons "#ebdbb2" "#282828")) '(rustic-ansi-faces ["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"]) @@ -45,7 +46,12 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(markdown-header-face-1 ((t (:foreground "#1bae94" :height 1.25 :weight extra-bold :inherit markdown-header-face)))) + '(markdown-header-face-2 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) + '(markdown-header-face-3 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) + '(markdown-header-face-4 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) + '(markdown-header-face-5 ((t (:foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face)))) + '(markdown-header-face-6 ((t (:foreground "#1bae94" :height 1.15 :weight extra-bold :inherit markdown-header-face))))) (defvar my-wal-colors nil) (defun my-refresh-wal-colors () @@ -78,6 +84,6 @@ '(markdown-header-face-1 :foreground "#1bae94" :height 1.25 :weight extra-bold :inherit markdown-header-face) '(markdown-header-face-2 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) '(markdown-header-face-3 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) - '(markdown-header-face-4 :foreground "#1bae94":height 1.15 :weight bold :inherit markdown-header-face) - '(markdown-header-face-5 :foreground "#1bae94" height 1.15 :weight bold :inherit markdown-header-face) + '(markdown-header-face-4 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) + '(markdown-header-face-5 :foreground "#1bae94" :height 1.15 :weight bold :inherit markdown-header-face) '(markdown-header-face-6 :foreground "#1bae94" :height 1.15 :weight extra-bold :inherit markdown-header-face))