Merge branch 'master' of ssh://git.home.bouzou.org:222/paul/emacs-petrol-theme

This commit is contained in:
Paul Provost 2020-02-25 19:34:02 -05:00
commit 1073faabad
3 changed files with 5 additions and 32 deletions

View File

@ -1,29 +0,0 @@
;;; petrol-theme-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "petrol-theme" "petrol-theme.el" (0 0 0 0))
;;; Generated autoloads from petrol-theme.el
(autoload 'petrol-theme-mode-line "petrol-theme" "\
Customize mode line to petrol style.
\(fn)" t nil)
(and load-file-name (boundp 'custom-theme-load-path) (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "petrol-theme" '("petrol" "defpetrolline")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; cloud-theme-autoloads.el ends here

View File

@ -1,2 +0,0 @@
;;; -*- no-byte-compile: t -*-
(define-package "petrol-theme" "2020mmdd.VVvv" "A Petrol light colored theme" '((emacs "24")) :commit "bdac53baf1c38f83a16091db515047f7d42dac14" :keywords '("color" "theme") :authors '(("Valerii Lysenko" . "vallyscode@gmail.com")) :maintainer '("Paul Provost" . "paul@provost.one") :url "https://github.com/paulprovost/emacs-petrol-theme")

View File

@ -327,7 +327,7 @@
`(org-todo ((,class (:weight bold :box (:line-width 1 :color "#993d3d") :foreground "#993d3d" :background "#ffdddd"))))
`(org-done ((,class (:weight bold :box (:line-width 1 :color "#2e994c") :foreground "#2e994c" :background "#ddffdd"))))
`(org-headline-done ((,class (:height 1.0 :weight normal :strike-through t :foreground "#454545"))))
`(org-date ((,class (:underline t :foreground "#7d57c2"))))
`(org-date ((,class (:foreground "#7d57c2"))))
`(org-document-title ((,class (:height 1.8 :weight bold :foreground "#454545"))))
@ -398,3 +398,7 @@
(provide 'petrol-theme)
;;; petrol-theme.el ends here
;; Local Variables:
;; eval: (rainbow-mode)
;; End: