commit 61d651070c28ac06f10e1f5752e9a23579143999
Author: Simon Watson <spw01@protonmail.com>
Date: Tue Jul 13 22:45:28 2021 -0400
Themes,etc
diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index 5e39fe3..79943e3 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -175,7 +175,7 @@
;; Graphic Display
(if (display-graphic-p)
(progn
- (load-theme 'solarized-light t)))))
+ (load-theme 'solarized-dark t)))))
;; Load for Windows10
(if (eq system-type 'windows-nt)
diff --git a/emacs/mac-load/customs.el b/emacs/mac-load/customs.el
index c06fa79..d55bcf3 100644
--- a/emacs/mac-load/customs.el
+++ b/emacs/mac-load/customs.el
@@ -13,4 +13,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:family "CodingFontTobi" :foundry "nil" :slant normal :weight normal :height 201 :width normal)))))
+ '(default ((t (:family "Envy Code R" :foundry "nil" :slant normal :weight normal :height 141 :width normal)))))