Update dot_config/doom/custom.el

This commit is contained in:
Dorian Wood 2021-04-26 06:11:21 -04:00
parent c0e25e5a7d
commit 4a470ae209
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@
'(cua-read-only-cursor-color "#8ac6f2")
'(custom-safe-themes
'("2809bcb77ad21312897b541134981282dc455ccd7c14d74cc333b6e549b824f3" default))
'(elfeed-db-directory "~/org/elfeed")
'(elfeed-db-directory "~/.config/emacs/elfeed")
'(highlight-changes-colors '("#e5786d" "#834c98"))
'(highlight-symbol-colors
'("#55204c0039fc" "#3f0a4e4240dc" "#5a2849c746fd" "#3fd2334a42f4" "#426a4d5455d9" "#537247613a13" "#46c549b0535c"))
@ -38,9 +38,10 @@
'(org-todo-keywords
'((sequence "TODO(t@/!)" "PROJ(p)" "STRT(s)" "WAIT(w@/!)" "HOLD(h@/!)" "|" "DONE(d@)" "KILL(k@)")
(sequence "[ ](T@)" "[-](S@/!)" "[?](W/!)" "|" "[X](D@)")))
'(package-selected-packages '(pomodoro))
'(pos-tip-background-color "#2f2f2e")
'(pos-tip-foreground-color "#999891")
'(rmh-elfeed-org-files '("~/org/elfeed/elfeed.org"))
'(rmh-elfeed-org-files '("~/.config/emacs/elfeed"))
'(smartrep-mode-line-active-bg (solarized-color-blend "#8ac6f2" "#2f2f2e" 0.2))
'(term-default-bg-color "#2a2a29")
'(term-default-fg-color "#8d8b86")