Compare commits

...

2 Commits

Author SHA1 Message Date
qvalentin 07ff4602bf (xmonad) 2021-12-01 18:07:03 +01:00
qvalentin cbf46e69ce (emacs) prettier markdown 2021-12-01 18:06:48 +01:00
3 changed files with 11 additions and 6 deletions

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

View File

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

View File

@ -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 ()
@ -79,5 +85,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))