From 6e558f43df1836486c4152153e4f4442a95f96f4 Mon Sep 17 00:00:00 2001 From: Paul Provost Date: Thu, 27 Feb 2020 17:30:27 -0500 Subject: [PATCH] Installed petrol-purple and removed an underline --- petrol-theme.el | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/petrol-theme.el b/petrol-theme.el index eb0057f..98ca9f2 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -87,7 +87,7 @@ `(trailing-whitespace ((,class (:foreground "#cccccc" :background "#fffbc4")))) - `(button ((,class (:underline t :foreground "#2f7e9d")))) + `(button ((,class (:foreground "#2f7e9d")))) `(help-argument-name ((,class (:foreground "#2f7e9d")))) `(info-menu-star ((,class (:foreground "#2f7e9d")))) `(next-error ((,class (:inherit error)))) @@ -103,14 +103,14 @@ `(linum-highlight-face ((,class (:background "#f2f2f2" :foreground "#8c8c8c")))) - `(font-lock-builtin-face ((,class (:foreground "#7d57c2")))) + `(font-lock-builtin-face ((,class (:foreground ,petrol-purple)))) `(font-lock-comment-delimiter-face ((,class (:weight normal :foreground "#919aa1")))) `(font-lock-comment-face ((,class (:slant italic :weight normal :foreground "#919aa1")))) `(font-lock-constant-face ((,class (:foreground "#008080")))) `(font-lock-doc-face ((,class (:slant italic :weight normal :foreground "#678f03")))) `(font-lock-function-name-face ((,class (:foreground "#454545")))) `(font-lock-keyword-face ((,class (:weight bold :foreground "#00638a")))) - `(font-lock-preprocessor-face ((,class (:foreground "#7d57c2")))) + `(font-lock-preprocessor-face ((,class (:foreground ,petrol-purple)))) `(font-lock-regexp-grouping-backslash ((,class (:weight bold :inherit nil)))) `(font-lock-regexp-grouping-construct ((,class (:weight bold :inherit nil)))) `(font-lock-string-face ((,class (:foreground "#678f03")))) @@ -192,7 +192,7 @@ `(company-tooltip-annotation-selection ((,class (:weight normal :foreground "eeeeee")))) `(company-tooltip-common ((,class (:weight bold)))) `(company-tooltip ((,class (:foreground "#454545" :background "#cccccc")))) - `(company-tooltip-annotation ((,class (:weight normal :foreground "#7d57c2")))) + `(company-tooltip-annotation ((,class (:weight normal :foreground ,petrol-purple)))) `(company-preview-common ((,class (:weight normal :foreground "#2f7e9d" :inherit hl-line)))) `(company-scrollbar-bg ((,class (:background "#cccccc")))) `(company-scrollbar-fg ((,class (:background "#8c8c8c")))) @@ -201,13 +201,13 @@ `(eldoc-highlight-function-argument ((,class (:foreground "#008abd" :weight bold)))) - `(haskell-pragma-face ((,class (:foreground "#7d57c2")))) + `(haskell-pragma-face ((,class (:foreground ,petrol-purple)))) `(haskell-keyword-face ((,class (:foreground "#2f7e9d")))) `(haskell-operator-face ((,class (:foreground "#d70087")))) `(haskell-type-face ((,class (:weight bold :foreground "#008abd")))) - `(which-func ((,class (:foreground "#7d57c2")))) + `(which-func ((,class (:foreground ,petrol-purple)))) `(undo-tree-visualizer-current-face ((,class (:foreground "#cc6d00")))) @@ -248,7 +248,7 @@ `(flycheck-fringe-error ((,class (:foreground "#d0372d")))) `(flycheck-warning ((,class (:underline (:color "#cc6d00" :style wave))))) `(flycheck-error ((,class (:underline (:color "#d0372d" :style wave))))) - `(flycheck-error-list-line-number ((,class (:foreground "#7d57c2")))) + `(flycheck-error-list-line-number ((,class (:foreground ,petrol-purple)))) `(helm-M-x-key ((,class (:foreground "#2e994c")))) @@ -271,11 +271,11 @@ `(helm-ff-directory ((,class (:foreground "#2f7e9d" :weight bold)))) `(helm-ff-executable ((,class (:foreground "#2e994c")))) `(helm-ff-file ((,class (:foreground "#454545")))) - `(helm-ff-invalid-symlink ((,class (:foreground "#7d57c2" :background "#ffdddd")))) - `(helm-ff-symlink ((,class (:foreground "#7d57c2")))) + `(helm-ff-invalid-symlink ((,class (:foreground ,petrol-purple :background "#ffdddd")))) + `(helm-ff-symlink ((,class (:foreground ,petrol-purple)))) - `(which-key-key-face ((,class (:foreground "#7d57c2" :weight bold)))) + `(which-key-key-face ((,class (:foreground ,petrol-purple :weight bold)))) `(which-key-special-key-face ((,class (:foreground "#d70087" :weight bold :height 1.1)))) `(which-key-command-description-face ((,class (:foreground "#454545" )))) `(which-key-group-description-face ((,class (:foreground "#2f7e9d")))) @@ -283,21 +283,21 @@ `(rainbow-delimiters-depth-1-face ((,class (:foreground "#00638a")))) - `(rainbow-delimiters-depth-2-face ((,class (:foreground "#7d57c2")))) + `(rainbow-delimiters-depth-2-face ((,class (:foreground ,petrol-purple)))) `(rainbow-delimiters-depth-3-face ((,class (:foreground "#008080")))) `(rainbow-delimiters-depth-4-face ((,class (:foreground "#2e994c")))) `(rainbow-delimiters-depth-5-face ((,class (:foreground "#00638a")))) - `(rainbow-delimiters-depth-6-face ((,class (:foreground "#7d57c2")))) + `(rainbow-delimiters-depth-6-face ((,class (:foreground ,petrol-purple)))) `(rainbow-delimiters-depth-7-face ((,class (:foreground "#008080")))) `(rainbow-delimiters-depth-8-face ((,class (:foreground "#2e994c")))) `(rainbow-delimiters-depth-9-face ((,class (:foreground "#00638a")))) - `(rainbow-delimiters-depth-10-face ((,class (:foreground "#7d57c2")))) + `(rainbow-delimiters-depth-10-face ((,class (:foreground ,petrol-purple)))) `(rainbow-delimiters-depth-11-face ((,class (:foreground "#008080")))) `(rainbow-delimiters-depth-12-face ((,class (:foreground "#2e994c")))) `(outline-1 ((,class (:height 1.3 :weight bold :foreground "#008abd")))) - `(outline-2 ((,class (:height 1.2 :weight bold :foreground "#7d57c2")))) + `(outline-2 ((,class (:height 1.2 :weight bold :foreground ,petrol-purple)))) `(outline-3 ((,class (:height 1.1 :weight bold :foreground "#cc6d00")))) `(outline-4 ((,class (:height 1.0 :weight bold :foreground "#2e994c")))) `(outline-5 ((,class (:height 1.0 :weight bold :foreground "#00638a")))) @@ -307,7 +307,7 @@ `(org-level-1 ((,class (:height 1.3 :weight bold :foreground "#008abd")))) - `(org-level-2 ((,class (:height 1.2 :weight bold :foreground "#7d57c2")))) + `(org-level-2 ((,class (:height 1.2 :weight bold :foreground ,petrol-purple)))) `(org-level-3 ((,class (:height 1.1 :weight bold :foreground "#cc6d00")))) `(org-level-4 ((,class (:height 1.0 :weight bold :foreground "#2e994c")))) `(org-level-5 ((,class (:height 1.0 :weight bold :foreground "#00638a")))) @@ -321,13 +321,13 @@ `(org-block-background ((,class (:background "#f2f2f2")))) `(org-block-begin-line ((,class (:underline nil :foreground "#454545" :background "#cfd8dc")))) `(org-block-end-line ((,class (:overline nil :foreground "#454545" :background "#cfd8dc")))) - `(org-checkbox ((,class (:weight bold :foreground "#7d57c2" :background "#f2f2f2")))) + `(org-checkbox ((,class (:weight bold :foreground ,petrol-purple :background "#f2f2f2")))) `(org-code ((,class (:foreground "#006400" :background "#fdfff7")))) `(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 (:foreground "#7d57c2")))) + `(org-date ((,class (:foreground ,petrol-purple)))) `(org-document-title ((,class (:height 1.8 :weight bold :foreground "#454545")))) @@ -341,9 +341,9 @@ `(js2-instance-member ((,class (:foreground "#2f7e9d")))) `(js2-jsdoc-html-tag-delimiter ((,class (:foreground "#d0372d")))) `(js2-jsdoc-html-tag-name ((,class (:foreground "#d0372d")))) - `(js2-jsdoc-tag ((,class (:weight normal :foreground "#7d57c2")))) + `(js2-jsdoc-tag ((,class (:weight normal :foreground ,petrol-purple)))) `(js2-jsdoc-type ((,class (:foreground "#008abd")))) - `(js2-jsdoc-value ((,class (:weight normal :foreground "#7d57c2")))) + `(js2-jsdoc-value ((,class (:weight normal :foreground ,petrol-purple)))) `(js2-magic-paren ((,class (:underline t)))) `(js2-private-function-call ((,class (:foreground "#f38e00")))) `(js2-private-member ((,class (:foreground "#008abd")))) @@ -371,7 +371,7 @@ `(magit-blame-date ((,class (:foreground "#cc6d00")))) `(magit-blame-summary ((,class (:foreground "#678f03" :slant italic)))) `(magit-blame-heading ((,class (:background "#e6e6e6")))) - `(magit-log-graph ((,class (:foreground "#7d57c2")))) + `(magit-log-graph ((,class (:foreground ,petrol-purple)))) `(magit-log-author ((,class (:foreground "#008abd" :weight bold)))) `(magit-log-date ((,class (:foreground "#cc6d00"))))