[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Misc.
smart-documents.pdf
Binary files differ
templates/documents/default.org
@@ -34,4 +34,4 @@
34
34
#+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}}
35
35
#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate}
36
36
#+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.5pt}
37
Removed:
#+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. }
37
Added:
#+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.}
themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
1
1
(deftheme blendoit-light
2
Removed:
"Created 2020-11-11.")
2
Added:
"Created 2020-11-17.")
3
3
4
4
(custom-theme-set-faces
5
5
'blendoit-light
@@ -56,31 +56,31 @@
56
56
'(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit"))))
57
57
'(org-document-info-keyword ((t (:inherit org-meta-line))))
58
58
'(org-code ((t (:background "light grey" :foreground "black" :family "Hack"))))
59
Removed:
'(org-verbatim ((t (:foreground "DodgerBlue1" :height 0.9 :foundry "Hack"))))
59
Added:
'(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack"))))
60
60
'(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black"))))
61
61
'(org-document-info ((t (:weight bold))))
62
Removed:
'(org-table ((t (:height 0.8 :family "Hack"))))
62
Added:
'(org-table ((t (:family "Hack"))))
63
63
'(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
64
64
'(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white"))))
65
65
'(org-level-1 ((t (:weight bold :height 1.8 :family "Jost*"))))
66
Removed:
'(org-level-2 ((t (:weight bold :height 1.6))))
67
Removed:
'(org-level-3 ((t (:weight bold :height 1.4))))
68
Removed:
'(org-level-4 ((t (:weight bold :height 1.2))))
69
Removed:
'(org-level-5 ((t (:weight bold :height 1.1))))
66
Added:
'(org-level-2 ((t (:height 1.6))))
67
Added:
'(org-level-3 ((t (:height 1.4))))
68
Added:
'(org-level-4 ((t (:height 1.2))))
69
Added:
'(org-level-5 ((t (:height 1.1))))
70
70
'(org-level-6 ((t (:inherit org-level-5))))
71
71
'(org-level-7 ((t (:inherit org-level-5))))
72
72
'(org-level-8 ((t (:inherit org-level-5))))
73
73
'(org-checkbox ((t (:weight bold :inherit org-meta-line))))
74
Removed:
'(org-date ((t (:inherit link))))
74
Added:
'(org-date ((t (:inherit (link fixed-pitch)))))
75
75
'(Info-quoted ((t (:inherit org-block))))
76
76
'(org-priority ((t (:inherit org-meta-line))))
77
77
'(org-drawer ((t (:inherit org-meta-line))))
78
78
'(org-quote ((t (:inherit variable-pitch :slant italic))))
79
79
'(org-ellipsis ((t (:inherit shadow :background "white"))))
80
80
'(org-footnote ((t (:inherit (link variable-font)))))
81
Removed:
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.2 :family "Hermit"))))
82
Removed:
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.2 :family "hermit"))))
83
Removed:
'(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))
84
Removed:
'(org-tag ((t (:inherit link)))))
81
Added:
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
82
Added:
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
83
Added:
'(org-tag ((t (:inherit link))))
84
Added:
'(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
85
85
86
86
(provide-theme 'blendoit-light)