diff --git a/configs/init-org.el b/configs/init-org.el index 1ed132f..fc26648 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -36,13 +36,20 @@ (set-face-attribute 'org-block nil :underline nil :foreground nil :background "#282a36") ;; (set-face-attribute 'org-block-begin-line nil :underline nil :foreground nil :background "#1e1f28") ;; (set-face-attribute 'org-block-end-line nil :underline nil :foreground nil :background nil) - (set-face-attribute 'org-block-end-line nil :background 'unspecified) + ;; (set-face-attribute 'org-block-end-line nil :background 'unspecified) (set-face-attribute 'org-table nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-verbatim nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-special-keyword nil :inherit '(font-lock-comment-face fixed-pitch)) (set-face-attribute 'org-meta-line nil :inherit '(font-lock-comment-face fixed-pitch)) (set-face-attribute 'org-checkbox nil :inherit 'fixed-pitch) + ;; (set-face-attribute 'org-block nil :background + ;; (color-darken-name + ;; (face-attribute 'default :background) 3)) + + ;; (setq org-src-block-faces '(("emacs-lisp" (:background "#EEE2FF")) + ;; ("python" (:background "#E5FFB8")))) + ;; Tachar los elementos "DONE" (set-face-attribute 'org-done nil :strike-through t) (set-face-attribute 'org-headline-done nil