Skip to content

Commit

Permalink
Fix "Symbol's function definition is void: leuven-scale-font"
Browse files Browse the repository at this point in the history
Closes #92
  • Loading branch information
fniessen committed Feb 2, 2022
1 parent ba1f245 commit 10be661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/leuven-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
;; Contributor: Thibault Polge <(concat "thibault" at-sign "thb.lt")>
;; URL: https://github.com/fniessen/emacs-leuven-dark-theme
;; Version: 20220124.1411
;; Version: 20220202.1126
;; Keywords: color theme

;; This file is part of GNU Emacs.
Expand Down Expand Up @@ -46,7 +46,7 @@
The theme has to be reloaded after changing anything in this group."
:group 'faces)

(defcustom leuven-scale-org-document-title t
(defcustom leuven-dark-scale-org-document-title t
"Scale Org document title.
This can be nil for unscaled, t for using the theme default, or a scaling
number."
Expand Down Expand Up @@ -785,7 +785,7 @@ more...")
`(org-dim ((,class (:foreground "#5a555f"))))
`(org-document-info ((,class (:foreground "#bbb7bf"))))
`(org-document-info-keyword ((,class (:foreground "#ff7138" :background "#38332a"))))
`(org-document-title ((,class (,@(leuven-scale-font leuven-scale-org-document-title 1.8) :weight bold :foreground "#ffffff"))))
`(org-document-title ((,class (,@(leuven-dark-scale-font leuven-dark-scale-org-document-title 1.8) :weight bold :foreground "#ffffff"))))
`(org-done ((,class (:weight bold :box (:line-width 1 :color "#49444e") :foreground "#49444e" :background "#322d37"))))
`(org-drawer ((,class (:weight bold :foreground "#ff44ff" :background "#38203d"))))
`(org-ellipsis ((,class (:underline nil :foreground "#6b666f")))) ; #0611a5
Expand Down

0 comments on commit 10be661

Please sign in to comment.