theme
This commit is contained in:
parent
b7c06d7b9e
commit
9f52004efa
1 changed files with 9 additions and 8 deletions
|
@ -14,15 +14,16 @@
|
||||||
|
|
||||||
;; --- Customization
|
;; --- Customization
|
||||||
(defvar custom-font "JetBrains Mono-10")
|
(defvar custom-font "JetBrains Mono-10")
|
||||||
(defvar custom-theme 'doom-gruvbox)
|
(defvar custom-theme 'doom-henna)
|
||||||
|
(setq org-agenda-files '("~/Documents/agenda"))
|
||||||
|
|
||||||
(custom-set-faces
|
; (custom-set-faces
|
||||||
;; '(hl-line ((t (:background "gray20" :underline nil))))
|
; '(hl-line ((t (:background "gray20" :underline nil))))
|
||||||
'(mode-line-inactive ((t (:background "#282828" :foreground "#504945" :box nil))))
|
; '(mode-line-inactive ((t (:background "#282828" :foreground "#504945" :box nil))))
|
||||||
'(mode-line ((t (:background "#282828" :foreground "#a89984" :box nil))))
|
; '(mode-line ((t (:background "#282828" :foreground "#a89984" :box nil))))
|
||||||
'(org-block ((t (:background "#282828"))))
|
; '(org-block ((t (:background "#282828"))))
|
||||||
'(org-quote ((t (:background "#282828"))))
|
; '(org-quote ((t (:background "#282828"))))
|
||||||
'(default ((t (:background "#1d2021")))))
|
; '(default ((t (:background "#1d2021")))))
|
||||||
|
|
||||||
;; --- Global Preferences ---
|
;; --- Global Preferences ---
|
||||||
(setq custom-file (concat user-emacs-directory "custom.el"))
|
(setq custom-file (concat user-emacs-directory "custom.el"))
|
||||||
|
|
Loading…
Reference in a new issue