diff options
-rw-r--r-- | custom.el | 2 | ||||
-rw-r--r-- | smart-documents.org | 2 | ||||
-rw-r--r-- | themes/sd-dark-theme.el | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -17,7 +17,7 @@ '(cua-mode t nil (cua-base)) '(custom-enabled-themes nil) '(custom-safe-themes - '("d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default)) + '("acad5bdfb9965352b90f50b2ffc47fbfd1ac708dcfbef8354aadc38240f1e478" "42e821f3d0d3a0ee44210b5d3bfc2f89f1a62d095512ec59737457209373d47b" "b969eb451a141d5d438b9b9814ed85252ad4411d71385cd5217a4a7f51844677" "d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default)) '(electric-indent-mode t) '(erc-autojoin-channels-alist '(("freenode.net" "##linux" "#linux" "#archlinux" "#emacs" "#bitcoin" "#latex" "#org-mode" "#python"))) diff --git a/smart-documents.org b/smart-documents.org index d99bbfd..5db620f 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -2,7 +2,7 @@ #+TITLE: Smart Documents #+AUTHOR: Marius Peter -#+DATE: <2020-12-02 Wed> +#+DATE: <2020-12-19 Sat> #+EMAIL: blendoit@gmail.com #+STARTUP: showall #+SETUPFILE: ~/.emacs.d/templates/documents/default.org diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el index 2c7d59a..a8627c9 100644 --- a/themes/sd-dark-theme.el +++ b/themes/sd-dark-theme.el @@ -1,5 +1,5 @@ (deftheme sd-dark - "Created 2020-12-19.") + "Created 2020-12-20.") (custom-theme-set-faces 'sd-dark @@ -86,7 +86,7 @@ '(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch)))) '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) - '(variable-pitch ((t (:weight thin :family "Public Sans")))) + '(variable-pitch ((t (:family "Public Sans")))) '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack")))) '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack"))))) |