misc

Commit
f467bf4d4c7fe0ebcac392100d2c8262dc940957
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
Changed files
smart-documents.org
index 46f8529e..6a3a1c05 100644..100644
@@ -2,11 +2,11 @@
2 2
3 3 #+TITLE: Smart Documents
4 4 #+AUTHOR: Marius Peter
5 Removed: #+DATE: <2020-11-08 Sun>
5 Added: #+DATE: <2020-12-02 Wed>
6 6 #+EMAIL: blendoit@gmail.com
7 7 #+STARTUP: showall
8 Removed: #+SETUPFILE: ~/.emacs.d/templates/documents/default.org
9 Removed: #+INCLUDE: ~/.emacs.d/templates/documents/default.org_title
8 Added: #+SETUPFILE: ~/.emacs.d/templates/documents/wealthy.org
9 Added: #+INCLUDE: ~/.emacs.d/templates/documents/wealthy-title.org
10 10
11 11 #+LATEX_HEADER: \usepackage{lettrine}
12 12 #+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond}
@@ -1475,7 +1475,7 @@
1475 1475 '(:eval
1476 1476 (list
1477 1477 (if (eq (length (window-list)) 1)
1478 Removed: (propertize " ↤ " 'mouse-face 'highlight
1478 Added: (propertize " ⤺ " 'mouse-face 'highlight
1479 1479 'face 'org-special-keyword
1480 1480 'local-map 'previous-buffer
1481 1481 'help-echo "Return to previous window.")
smart-documents.pdf
index fc8176b8..41ff3a52 100644..100644

Binary files differ

themes/blendoit-light-theme.el
index 7430c360..6f41dbd2 100644..100644
@@ -1,5 +1,5 @@
1 1 (deftheme blendoit-light
2 Removed: "Created 2020-11-22.")
2 Added: "Created 2020-11-30.")
3 3
4 4 (custom-theme-set-faces
5 5 'blendoit-light
@@ -31,7 +31,7 @@
31 31 '(fringe ((t (:background "white smoke"))))
32 32 '(header-line ((t (:family "Jost*" :height 1.8 :weight extra-bold))))
33 33 '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black"))))
34 Removed: '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hermit" :height 1.2))))
34 Added: '(mode-line ((t (:height 1.2 :family "Hack" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button)))))
35 35 '(mode-line-buffer-id ((t (:weight bold))))
36 36 '(mode-line-emphasis ((t (:weight bold))))
37 37 '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button)))))