Compare commits

..

No commits in common. "07ff4602bfc5b98cc020c6ebcf2a0510d54d4edd" and "153bbb387a5ff9a56e214384bd9d674e797e7bb6" have entirely different histories.

3 changed files with 6 additions and 11 deletions

@ -1 +1 @@
Subproject commit 2a1d469dd4861f7dd872a27d0fbba18a48af3b59
Subproject commit 1ec06a92bae4bbc74c5fb8ab7d8dc82c9d16f40d

View File

@ -54,6 +54,7 @@
;; they are implemented.
(require 'exec-path-from-shell)
(when (display-graphic-p)
(exec-path-from-shell-initialize))

View File

@ -14,8 +14,7 @@
'(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
'(theme-magic xresources-theme exec-path-from-shell lsp-haskell lsp-ui))
'(package-selected-packages '(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"])
@ -46,12 +45,7 @@
;; 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 ()
@ -85,5 +79,5 @@
'(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-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))