https://git.spwbk.site/swatson/dotfiles/raw/master/emacs/mac-load/customs.el
___________________________________
(custom-set-variables
;; custom-set-variables was added by Custom.
;; 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.
'(cua-mode t nil (cua-base))
'(custom-safe-themes
  '("51ec7bfa54adf5fff5d466248ea6431097f5a18224788d0bd7eb1257a4f7b773" "7f1d414afda803f3244c6fb4c2c64bea44dac040ed3731ec9d75275b9e831fe5" "c433c87bd4b64b8ba9890e8ed64597ea0f8eb0396f4c9a9e01bd20a04d15d358" "2809bcb77ad21312897b541134981282dc455ccd7c14d74cc333b6e549b824f3" "0fffa9669425ff140ff2ae8568c7719705ef33b7a927a0ba7c5e2ffcfac09b75" default))
'(display-time-mode t)
'(frame-background-mode 'dark))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; 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 "Envy Code R" :foundry "nil" :slant normal :weight normal :height 141 :width normal))))
'(org-level-1 ((t (:inherit variable-pitch :foreground "#cb4b16" :height 1.0))))
'(org-level-2 ((t (:inherit variable-pitch :foreground "#859900" :height 1.0))))
'(org-level-3 ((t (:inherit variable-pitch :foreground "#268bd2" :height 1.0))))
'(org-level-4 ((t (:inherit variable-pitch :foreground "#b58900" :height 1.0)))))