Theme org-habits

master
Jacopo De Simoi 5 years ago
parent 34e257a088
commit 1bcabea2a0
  1. 11
      lunarized-definitions.el

@ -442,6 +442,16 @@ the \"Gen RGB\" column in lunarized-definitions.el to improve them further."
(org-agenda-restriction-lock (,@fmt-revr ,@fg-base03 ,@bg-cyan))
(org-time-grid (,@fg-yellow))
(org-latex-and-related(,@fg-orange))
(org-habit-clear-face (,@fg-blue ))
(org-habit-clear-future-face (,@fg-blue ))
(org-habit-ready-face (,@fg-green ))
(org-habit-ready-future-face (,@fg-green ))
(org-habit-alert-face (,@fg-yellow ))
(org-habit-alert-future-face (,@fg-yellow ))
(org-habit-overdue-face (,@fg-magenta ))
(org-habit-overdue-future-face (,@fg-magenta ))
;; table
(table-cell (,@fmt-none ,@fg-base0 ,@bg-back))
;; outline - pandocBlockQuoteLeader[1–6]
@ -811,6 +821,7 @@ the \"Gen RGB\" column in lunarized-definitions.el to improve them further."
;; haskell
(haskell-keyword-face (,@fg-cyan)))))))
;;;###autoload
(when (boundp 'custom-theme-load-path)
(add-to-list 'custom-theme-load-path

Loading…
Cancel
Save