misc

Commit
76428bc7eead883e57f7bd37ac2626871d347197
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
Changed files
smart-documents.pdf
index 371d9135..0046aa26 100644..100644

Binary files differ

themes/blendoit-light-theme.el
index 1be39e31..2d916eac 100644..100644
@@ -21,12 +21,12 @@
21 21 '(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold))))
22 22 '(font-lock-keyword-face ((t (:foreground "medium violet red"))))
23 23 '(font-lock-negation-char-face ((t nil)))
24 Removed: '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face)))))
25 Removed: '(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
26 Removed: '(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
27 Removed: '(font-lock-string-face ((t (:height 1.1 :foreground "MediumOrchid3" :inherit variable-pitch))))
24 Added: '(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face))))
25 Added: '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange"))))
26 Added: '(font-lock-regexp-grouping-construct ((t (:inherit bold))))
27 Added: '(font-lock-string-face ((t (:inherit variable-pitch :foreground "MediumOrchid3" :height 1.1))))
28 28 '(font-lock-type-face ((t (:foreground "orchid2"))))
29 Removed: '(font-lock-variable-name-face ((t (:foreground "sienna"))))
29 Added: '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold))))
30 30 '(font-lock-warning-face ((t (:inherit (error)))))
31 31 '(fringe ((t (:background "grey95"))))
32 32 '(header-line ((t (:weight extra-bold :height 1.8 :family "Jost*"))))