customs.el 1.4 KB

12345678910111213141516171819
  1. (custom-set-variables
  2. ;; custom-set-variables was added by Custom.
  3. ;; If you edit it by hand, you could mess it up, so be careful.
  4. ;; Your init file should contain only one such instance.
  5. ;; If there is more than one, they won't work right.
  6. '(custom-safe-themes
  7. '("4c56af497ddf0e30f65a7232a8ee21b3d62a8c332c6b268c81e9ea99b11da0d3" "fee7287586b17efbfda432f05539b58e86e059e78006ce9237b8732fde991b4c" "2809bcb77ad21312897b541134981282dc455ccd7c14d74cc333b6e549b824f3" "c433c87bd4b64b8ba9890e8ed64597ea0f8eb0396f4c9a9e01bd20a04d15d358" "0fffa9669425ff140ff2ae8568c7719705ef33b7a927a0ba7c5e2ffcfac09b75" "01106ca9b4446341ecb86a76b9db48f1100e2eb13980aa0ec6f6adf8e69fd9a7" default))
  8. '(display-time-mode t)
  9. '(frame-background-mode 'dark))
  10. (custom-set-faces
  11. ;; custom-set-faces was added by Custom.
  12. ;; If you edit it by hand, you could mess it up, so be careful.
  13. ;; Your init file should contain only one such instance.
  14. ;; If there is more than one, they won't work right.
  15. '(default ((t (:family "Envy Code R" :foundry "UNKN" :slant normal :weight normal :height 100 :width normal))))
  16. '(org-level-1 ((t (:inherit variable-pitch :foreground "#cb4b16" :height 1.0))))
  17. '(org-level-2 ((t (:inherit variable-pitch :foreground "#859900" :height 1.0))))
  18. '(org-level-3 ((t (:inherit variable-pitch :foreground "#268bd2" :height 1.0))))
  19. '(org-level-4 ((t (:inherit variable-pitch :foreground "#b58900" :height 1.0)))))