Skip to content
Snippets Groups Projects
Commit 0dd7b131 authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Personnalisation des couleurs de l'agenda org

parent acdb46ea
No related branches found
No related tags found
No related merge requests found
......@@ -500,6 +500,11 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "#272822" :foreground "white smoke" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 105 :width normal :foundry "PfEd" :family "DejaVu Sans Mono"))))
'(org-agenda-date ((t (:background "#272822" :foreground "gold" :inverse-video nil :box (:line-width 2 :color "#272822") :overline nil :slant normal :weight normal :height 1.0))))
'(org-agenda-date-today ((t (:inherit org-agenda-date :background "#272822" :foreground "gold" :inverse-video t :box 1 :overline nil :underline t :weight bold))))
'(org-agenda-done ((t (:foreground "green3" :slant italic))))
'(org-scheduled-previously ((t (:foreground "IndianRed1"))))
'(org-upcoming-deadline ((t (:foreground "gold" :underline nil :weight normal))))
'(web-mode-doctype-face ((t (:foreground "dark magenta"))))
'(web-mode-html-attr-name-face ((t (:foreground "saddle brown"))))
'(web-mode-html-tag-face ((t (:foreground "medium blue"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment