summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-11-21 11:52:34 -0800
committerBlendoit <blendoit@gmail.com>2020-11-21 11:52:34 -0800
commit0424b355d870798bee2853df0617c6fb8f25feed (patch)
tree61bab77fcc708194832fdcf2fd4192d9c3461eb0
parent74b97312a8c8328de85f39de61abd47dbeb7ef64 (diff)
Misc.
-rw-r--r--smart-documents.pdfbin434458 -> 435373 bytes
-rw-r--r--templates/documents/default.org2
-rw-r--r--themes/blendoit-light-theme.el24
3 files changed, 13 insertions, 13 deletions
diff --git a/smart-documents.pdf b/smart-documents.pdf
index f7f6953..fc8176b 100644
--- a/smart-documents.pdf
+++ b/smart-documents.pdf
Binary files differ
diff --git a/templates/documents/default.org b/templates/documents/default.org
index 5172f97..c5bbdf8 100644
--- a/templates/documents/default.org
+++ b/templates/documents/default.org
@@ -34,4 +34,4 @@
#+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}}
#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate}
#+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.5pt}
-#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[0.8em] Page \thepage/\pageref*{LastPage}\\[0.8em]\footnotesize Compiled with \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/EmacsIcon.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/Org-mode-unicorn.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/LuaTeX_logo.png}/...\\ Copyright \copyright~2020 Marius Peter. All rights reserved. }
+#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[0.8em] Page \thepage/\pageref*{LastPage}\\[0.8em]\footnotesize Compiled with \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/EmacsIcon.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/Org-mode-unicorn.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/LuaTeX_logo.png}/...\\ Copyright \copyright~2020 Marius Peter. All rights reserved.}
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el
index cbffe67..4802a94 100644
--- a/themes/blendoit-light-theme.el
+++ b/themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
(deftheme blendoit-light
- "Created 2020-11-11.")
+ "Created 2020-11-17.")
(custom-theme-set-faces
'blendoit-light
@@ -56,31 +56,31 @@
'(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit"))))
'(org-document-info-keyword ((t (:inherit org-meta-line))))
'(org-code ((t (:background "light grey" :foreground "black" :family "Hack"))))
- '(org-verbatim ((t (:foreground "DodgerBlue1" :height 0.9 :foundry "Hack"))))
+ '(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack"))))
'(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black"))))
'(org-document-info ((t (:weight bold))))
- '(org-table ((t (:height 0.8 :family "Hack"))))
+ '(org-table ((t (:family "Hack"))))
'(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
'(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white"))))
'(org-level-1 ((t (:weight bold :height 1.8 :family "Jost*"))))
- '(org-level-2 ((t (:weight bold :height 1.6))))
- '(org-level-3 ((t (:weight bold :height 1.4))))
- '(org-level-4 ((t (:weight bold :height 1.2))))
- '(org-level-5 ((t (:weight bold :height 1.1))))
+ '(org-level-2 ((t (:height 1.6))))
+ '(org-level-3 ((t (:height 1.4))))
+ '(org-level-4 ((t (:height 1.2))))
+ '(org-level-5 ((t (:height 1.1))))
'(org-level-6 ((t (:inherit org-level-5))))
'(org-level-7 ((t (:inherit org-level-5))))
'(org-level-8 ((t (:inherit org-level-5))))
'(org-checkbox ((t (:weight bold :inherit org-meta-line))))
- '(org-date ((t (:inherit link))))
+ '(org-date ((t (:inherit (link fixed-pitch)))))
'(Info-quoted ((t (:inherit org-block))))
'(org-priority ((t (:inherit org-meta-line))))
'(org-drawer ((t (:inherit org-meta-line))))
'(org-quote ((t (:inherit variable-pitch :slant italic))))
'(org-ellipsis ((t (:inherit shadow :background "white"))))
'(org-footnote ((t (:inherit (link variable-font)))))
- '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.2 :family "Hermit"))))
- '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.2 :family "hermit"))))
- '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))
- '(org-tag ((t (:inherit link)))))
+ '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
+ '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
+ '(org-tag ((t (:inherit link))))
+ '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
(provide-theme 'blendoit-light)
Copyright 2019--2024 Marius PETER