Config: migrate from org-journal to denote-journal
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
'((custom-theme-set-faces
|
||||
theme-name
|
||||
`(org-level-1 ((,class (:foreground ,orange :height 1.0 :weight normal))))
|
||||
`(org-level-2 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||
`(org-level-3 ((,class (:foreground ,blue :height 1.0 :weight normal))))
|
||||
`(org-level-2 ((,class (:foreground ,blue :height 1.0 :weight normal))))
|
||||
`(org-level-3 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||
`(org-level-4 ((,class (:foreground ,yellow :height 1.0 :weight normal))))
|
||||
`(org-level-5 ((,class (:foreground ,cyan :height 1.0 :weight normal))))
|
||||
`(org-level-6 ((,class (:foreground ,green :height 1.0 :weight normal))))
|
||||
@@ -33,6 +33,7 @@
|
||||
`(org-block-end-line ((,class (:foreground ,base01 :overline t :slant italic :extend t))))
|
||||
`(org-priority ((,class (:foreground ,green :weight bold))))
|
||||
`(org-checkbox ((,class (:foreground ,base0 :weight bold))))
|
||||
`(denote-journal-calendar ((,class (:foreground ,red))))
|
||||
`(font-lock-keyword-face ((,class (:foreground ,cyan :weight bold))))
|
||||
`(font-lock-doc-face ((,class (:foreground ,green :slant normal))))
|
||||
`(font-lock-string-face ((,class (:foreground ,green))))
|
||||
@@ -41,6 +42,8 @@
|
||||
`(dashboard-heading ((,class (:foreground ,green :weight bold))))
|
||||
`(dirvish-file-time ((,class (:foreground ,base01))))
|
||||
`(dired-header ((,class (:foreground ,green))))
|
||||
`(dired-async-mode-message ((,class (:foreground ,red))))
|
||||
`(dired-async-message ((,class (:foreground ,yellow))))
|
||||
`(consult-file ((,class (:foreground ,green))))
|
||||
`(denote-faces-keywords ((,class (:foreground ,cyan))))
|
||||
`(mode-line ((,class (:foreground ,base0 :background ,base02))))
|
||||
|
||||
Reference in New Issue
Block a user