Installed petrol-blue for existing colors
This commit is contained in:
parent
6e558f43df
commit
7488bcfdf9
@ -52,7 +52,7 @@
|
|||||||
;;`-----------------
|
;;`-----------------
|
||||||
(petrol-fg "#454545")
|
(petrol-fg "#454545")
|
||||||
(petrol-bg "#f6f6ed")
|
(petrol-bg "#f6f6ed")
|
||||||
(petrol-blue "#006c96")
|
(petrol-blue "#2f7e9d")
|
||||||
(petrol-orange "#cc6d00")
|
(petrol-orange "#cc6d00")
|
||||||
(petrol-purple "#6c4ca8")
|
(petrol-purple "#6c4ca8")
|
||||||
(petrol-red "#d0372d")
|
(petrol-red "#d0372d")
|
||||||
@ -70,8 +70,8 @@
|
|||||||
|
|
||||||
`(cursor ((,class (:background "#00638a" :foreground "#f2f2f2" ))))
|
`(cursor ((,class (:background "#00638a" :foreground "#f2f2f2" ))))
|
||||||
`(fringe ((,class (:background "#f2f2f2" :foreground "#454545" ))))
|
`(fringe ((,class (:background "#f2f2f2" :foreground "#454545" ))))
|
||||||
`(border ((,class (:foreground "#2f7e9d"))))
|
`(border ((,class (:foreground ,petrol-blue))))
|
||||||
`(vertical-border ((,class (:foreground "#2f7e9d"))))
|
`(vertical-border ((,class (:foreground ,petrol-blue))))
|
||||||
`(highlight ((,class (:background "#fffbc4"))))
|
`(highlight ((,class (:background "#fffbc4"))))
|
||||||
`(region ((,class (:background "#3389ab" :foreground "#f2f2f2"))))
|
`(region ((,class (:background "#3389ab" :foreground "#f2f2f2"))))
|
||||||
`(secondary-selection ((,class (:weight bold :background "#fffbc4"))))
|
`(secondary-selection ((,class (:weight bold :background "#fffbc4"))))
|
||||||
@ -82,14 +82,14 @@
|
|||||||
`(hl-line ((,class (:background "#ededed"))))
|
`(hl-line ((,class (:background "#ededed"))))
|
||||||
`(shadow ((,class ((:foreground "#cccccc")))))
|
`(shadow ((,class ((:foreground "#cccccc")))))
|
||||||
`(match ((,class (:weight bold :background "#fffbc4"))))
|
`(match ((,class (:weight bold :background "#fffbc4"))))
|
||||||
`(show-paren-match ((,class (:background "#cccccc" :foreground "#2f7e9d"))))
|
`(show-paren-match ((,class (:background "#cccccc" :foreground ,petrol-blue))))
|
||||||
`(show-paren-mismatch ((,class (:background "#cccccc" :foreground "#d0372d"))))
|
`(show-paren-mismatch ((,class (:background "#cccccc" :foreground "#d0372d"))))
|
||||||
`(trailing-whitespace ((,class (:foreground "#cccccc" :background "#fffbc4"))))
|
`(trailing-whitespace ((,class (:foreground "#cccccc" :background "#fffbc4"))))
|
||||||
|
|
||||||
|
|
||||||
`(button ((,class (:foreground "#2f7e9d"))))
|
`(button ((,class (:foreground ,petrol-blue))))
|
||||||
`(help-argument-name ((,class (:foreground "#2f7e9d"))))
|
`(help-argument-name ((,class (:foreground ,petrol-blue))))
|
||||||
`(info-menu-star ((,class (:foreground "#2f7e9d"))))
|
`(info-menu-star ((,class (:foreground ,petrol-blue))))
|
||||||
`(next-error ((,class (:inherit error))))
|
`(next-error ((,class (:inherit error))))
|
||||||
`(nobreak-space ((,class (:background "#b48cff"))))
|
`(nobreak-space ((,class (:background "#b48cff"))))
|
||||||
`(file-name-shadow ((,class (:foreground "#cccccc"))))
|
`(file-name-shadow ((,class (:foreground "#cccccc"))))
|
||||||
@ -119,12 +119,12 @@
|
|||||||
`(font-lock-warning-face ((,class (:weight bold :foreground "#cc6d00"))))
|
`(font-lock-warning-face ((,class (:weight bold :foreground "#cc6d00"))))
|
||||||
|
|
||||||
|
|
||||||
`(mode-line ((,class (:background "#2f7e9d" :foreground "#f2f2f2" :box (:line-width 1 :color "#2f7e9d")))))
|
`(mode-line ((,class (:background ,petrol-blue :foreground "#f2f2f2" :box (:line-width 1 :color ,petrol-blue)))))
|
||||||
`(mode-line-inactive ((,class (:background "#cccccc" :foreground "#f2f2f2" :box (:line-width 1 :color "#cccccc")))))
|
`(mode-line-inactive ((,class (:background "#cccccc" :foreground "#f2f2f2" :box (:line-width 1 :color "#cccccc")))))
|
||||||
`(mode-line-buffer-id ((,class (:weight bold))))
|
`(mode-line-buffer-id ((,class (:weight bold))))
|
||||||
`(mode-line-emphasis ((,class (:foreground "#f2f2f2"))))
|
`(mode-line-emphasis ((,class (:foreground "#f2f2f2"))))
|
||||||
`(mode-line-highlight ((,class (:background "#fffbc4" :foreground "#454545"))))
|
`(mode-line-highlight ((,class (:background "#fffbc4" :foreground "#454545"))))
|
||||||
`(header-line ((,class (:background "#2f7e9d" :foreground "#f2f2f2" :box (:line-width 1 :color "#2f7e9d")))))
|
`(header-line ((,class (:background ,petrol-blue :foreground "#f2f2f2" :box (:line-width 1 :color ,petrol-blue)))))
|
||||||
`(header-line-highlight ((,class (:background "#fffbc4" :foreground "#454545"))))
|
`(header-line-highlight ((,class (:background "#fffbc4" :foreground "#454545"))))
|
||||||
|
|
||||||
|
|
||||||
@ -133,8 +133,8 @@
|
|||||||
`(success ((,class (:weight bold :foreground "#2e994c"))))
|
`(success ((,class (:weight bold :foreground "#2e994c"))))
|
||||||
|
|
||||||
|
|
||||||
`(minibuffer-prompt ((,class (:weight bold :foreground "#2f7e9d"))))
|
`(minibuffer-prompt ((,class (:weight bold :foreground ,petrol-blue))))
|
||||||
`(minibuffer-noticeable-prompt ((,class (:weight bold :foreground "#2f7e9d"))))
|
`(minibuffer-noticeable-prompt ((,class (:weight bold :foreground ,petrol-blue))))
|
||||||
`(escape-glyph ((,class (:weight bold :foreground "#b48cff"))))
|
`(escape-glyph ((,class (:weight bold :foreground "#b48cff"))))
|
||||||
|
|
||||||
|
|
||||||
@ -143,17 +143,17 @@
|
|||||||
`(whitespace-line ((,class (:foreground "#e67373" :background "#f2f2f2"))))
|
`(whitespace-line ((,class (:foreground "#e67373" :background "#f2f2f2"))))
|
||||||
`(whitespace-tab ((,class (:background nil :foreground "#454545"))))
|
`(whitespace-tab ((,class (:background nil :foreground "#454545"))))
|
||||||
`(whitespace-trailing ((,class (:background nil :foreground "#e67373"))))
|
`(whitespace-trailing ((,class (:background nil :foreground "#e67373"))))
|
||||||
`(window-divider ((,class (:background "#2f7e9d"))))
|
`(window-divider ((,class (:background ,petrol-blue))))
|
||||||
`(window-divider-first-pixel ((,class (:background "#2f7e9d"))))
|
`(window-divider-first-pixel ((,class (:background ,petrol-blue))))
|
||||||
`(window-divider-last-pixel ((,class (:background "#2f7e9d"))))
|
`(window-divider-last-pixel ((,class (:background ,petrol-blue))))
|
||||||
|
|
||||||
|
|
||||||
`(link ((,class ,petrol-link)))
|
`(link ((,class ,petrol-link)))
|
||||||
`(link-visited ((,class ,petrol-link-visited)))
|
`(link-visited ((,class ,petrol-link-visited)))
|
||||||
|
|
||||||
|
|
||||||
`(dired-header ((,class (:weight bold :foreground "#2f7e9d" :background "#f2f2f2"))))
|
`(dired-header ((,class (:weight bold :foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
`(dired-directory ((,class (:weight bold :foreground "#2f7e9d" :background "#f2f2f2"))))
|
`(dired-directory ((,class (:weight bold :foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
`(dired-ignored ((,class (:strike-through t :foreground "#d0372d"))))
|
`(dired-ignored ((,class (:strike-through t :foreground "#d0372d"))))
|
||||||
`(dired-mark ((,class (:foreground "#d0372d" :background "#f2f2f2"))))
|
`(dired-mark ((,class (:foreground "#d0372d" :background "#f2f2f2"))))
|
||||||
`(dired-marked ((,class (:foreground "#d0372d" :background "#ffdddd"))))
|
`(dired-marked ((,class (:foreground "#d0372d" :background "#ffdddd"))))
|
||||||
@ -167,7 +167,7 @@
|
|||||||
`(diff-refine-removed ((,class (:background "#eecccc"))))
|
`(diff-refine-removed ((,class (:background "#eecccc"))))
|
||||||
`(diff-refine-changed ((,class (:background "#fce8c9"))))
|
`(diff-refine-changed ((,class (:background "#fce8c9"))))
|
||||||
`(diff-header ((,class (:foreground "#8c8c8c" :background "#f2f2f2"))))
|
`(diff-header ((,class (:foreground "#8c8c8c" :background "#f2f2f2"))))
|
||||||
`(diff-file-header ((,class (:foreground "#2f7e9d" :background "#f2f2f2"))))
|
`(diff-file-header ((,class (:foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
`(diff-hunk-header ((,class (:weight bold :foreground "#6f42c1" :background "#f2f2f2"))))
|
`(diff-hunk-header ((,class (:weight bold :foreground "#6f42c1" :background "#f2f2f2"))))
|
||||||
`(diff-index ((,class (:foreground "#8c8c8c" :background "#f2f2f2"))))
|
`(diff-index ((,class (:foreground "#8c8c8c" :background "#f2f2f2"))))
|
||||||
`(diff-indicator-added ((,class (:foreground "#22863a" :background "#ddffdd"))))
|
`(diff-indicator-added ((,class (:foreground "#22863a" :background "#ddffdd"))))
|
||||||
@ -188,12 +188,12 @@
|
|||||||
|
|
||||||
|
|
||||||
`(company-tooltip-common-selection ((,class (:weight normal :foreground "#f2f2f2"))))
|
`(company-tooltip-common-selection ((,class (:weight normal :foreground "#f2f2f2"))))
|
||||||
`(company-tooltip-selection ((,class (:weight normal :foreground "#f2f2f2" :background "#2f7e9d"))))
|
`(company-tooltip-selection ((,class (:weight normal :foreground "#f2f2f2" :background ,petrol-blue))))
|
||||||
`(company-tooltip-annotation-selection ((,class (:weight normal :foreground "eeeeee"))))
|
`(company-tooltip-annotation-selection ((,class (:weight normal :foreground "eeeeee"))))
|
||||||
`(company-tooltip-common ((,class (:weight bold))))
|
`(company-tooltip-common ((,class (:weight bold))))
|
||||||
`(company-tooltip ((,class (:foreground "#454545" :background "#cccccc"))))
|
`(company-tooltip ((,class (:foreground "#454545" :background "#cccccc"))))
|
||||||
`(company-tooltip-annotation ((,class (:weight normal :foreground ,petrol-purple))))
|
`(company-tooltip-annotation ((,class (:weight normal :foreground ,petrol-purple))))
|
||||||
`(company-preview-common ((,class (:weight normal :foreground "#2f7e9d" :inherit hl-line))))
|
`(company-preview-common ((,class (:weight normal :foreground ,petrol-blue :inherit hl-line))))
|
||||||
`(company-scrollbar-bg ((,class (:background "#cccccc"))))
|
`(company-scrollbar-bg ((,class (:background "#cccccc"))))
|
||||||
`(company-scrollbar-fg ((,class (:background "#8c8c8c"))))
|
`(company-scrollbar-fg ((,class (:background "#8c8c8c"))))
|
||||||
|
|
||||||
@ -202,7 +202,7 @@
|
|||||||
|
|
||||||
|
|
||||||
`(haskell-pragma-face ((,class (:foreground ,petrol-purple))))
|
`(haskell-pragma-face ((,class (:foreground ,petrol-purple))))
|
||||||
`(haskell-keyword-face ((,class (:foreground "#2f7e9d"))))
|
`(haskell-keyword-face ((,class (:foreground ,petrol-blue))))
|
||||||
`(haskell-operator-face ((,class (:foreground "#d70087"))))
|
`(haskell-operator-face ((,class (:foreground "#d70087"))))
|
||||||
`(haskell-type-face ((,class (:weight bold :foreground "#008abd"))))
|
`(haskell-type-face ((,class (:weight bold :foreground "#008abd"))))
|
||||||
|
|
||||||
@ -219,7 +219,7 @@
|
|||||||
|
|
||||||
`(grep-context-face ((,class (:foreground "#919aa1"))))
|
`(grep-context-face ((,class (:foreground "#919aa1"))))
|
||||||
`(grep-error-face ((,class (:foreground "#d0372D"))))
|
`(grep-error-face ((,class (:foreground "#d0372D"))))
|
||||||
`(grep-hit-face ((,class (:foreground "#2f7e9d"))))
|
`(grep-hit-face ((,class (:foreground ,petrol-blue))))
|
||||||
`(grep-match-face ((,class (:foreground nil :background nil :inherit match))))
|
`(grep-match-face ((,class (:foreground nil :background nil :inherit match))))
|
||||||
|
|
||||||
|
|
||||||
@ -228,7 +228,7 @@
|
|||||||
|
|
||||||
`(compilation-column-number ((,class (:foreground "#cc6d00"))))
|
`(compilation-column-number ((,class (:foreground "#cc6d00"))))
|
||||||
`(compilation-line-number ((,class (:foreground "#cc6d00"))))
|
`(compilation-line-number ((,class (:foreground "#cc6d00"))))
|
||||||
`(compilation-message-face ((,class (:foreground "#2f7e9d"))))
|
`(compilation-message-face ((,class (:foreground ,petrol-blue))))
|
||||||
`(compilation-error ((,class (:foreground "#ff9999"))))
|
`(compilation-error ((,class (:foreground "#ff9999"))))
|
||||||
`(compilation-warning ((,class (:foreground "#f4ad49"))))
|
`(compilation-warning ((,class (:foreground "#f4ad49"))))
|
||||||
`(compilation-info ((,class (:foreground "#b4efb4"))))
|
`(compilation-info ((,class (:foreground "#b4efb4"))))
|
||||||
@ -238,7 +238,7 @@
|
|||||||
|
|
||||||
`(eglot-mode-line ((,class (:foreground "#f2f2f2" :weight bold))))
|
`(eglot-mode-line ((,class (:foreground "#f2f2f2" :weight bold))))
|
||||||
|
|
||||||
`(xref-file-header ((,class (:weight bold :foreground "#2f7e9d" :background "#f2f2f2"))))
|
`(xref-file-header ((,class (:weight bold :foreground ,petrol-blue :background "#f2f2f2"))))
|
||||||
|
|
||||||
`(flycheck-info ((,class (:underline (:color "#2e994c" :style wave) :weight bold))))
|
`(flycheck-info ((,class (:underline (:color "#2e994c" :style wave) :weight bold))))
|
||||||
`(flycheck-warning ((,class (:underline (:color "#cc6d00" :style wave) :weight bold))))
|
`(flycheck-warning ((,class (:underline (:color "#cc6d00" :style wave) :weight bold))))
|
||||||
@ -261,14 +261,14 @@
|
|||||||
`(helm-selection-line ((,class (:background "#f2f2f2"))))
|
`(helm-selection-line ((,class (:background "#f2f2f2"))))
|
||||||
`(helm-separator ((,class (:foreground "#454545"))))
|
`(helm-separator ((,class (:foreground "#454545"))))
|
||||||
`(helm-visible-mark ((,class (:foreground "#d0372d" :background "#ffdddd"))))
|
`(helm-visible-mark ((,class (:foreground "#d0372d" :background "#ffdddd"))))
|
||||||
`(helm-buffer-directory ((,class (:foreground "#2f7e9d" :weight normal))))
|
`(helm-buffer-directory ((,class (:foreground ,petrol-blue :weight normal))))
|
||||||
`(helm-buffer-file ((,class (:foreground "#454545"))))
|
`(helm-buffer-file ((,class (:foreground "#454545"))))
|
||||||
`(helm-buffer-not-saved ((,class (:foreground "#f4ad49"))))
|
`(helm-buffer-not-saved ((,class (:foreground "#f4ad49"))))
|
||||||
`(helm-buffer-process ((,class (:foreground "#d0372d"))))
|
`(helm-buffer-process ((,class (:foreground "#d0372d"))))
|
||||||
`(helm-buffer-saved-out ((,class (:foreground "#d0372d"))))
|
`(helm-buffer-saved-out ((,class (:foreground "#d0372d"))))
|
||||||
`(helm-buffer-size ((,class (:foreground "#cc6d00"))))
|
`(helm-buffer-size ((,class (:foreground "#cc6d00"))))
|
||||||
`(helm-candidate-number ((,class (:foreground "#f2f2f2" :background "#cc6d00"))))
|
`(helm-candidate-number ((,class (:foreground "#f2f2f2" :background "#cc6d00"))))
|
||||||
`(helm-ff-directory ((,class (:foreground "#2f7e9d" :weight bold))))
|
`(helm-ff-directory ((,class (:foreground ,petrol-blue :weight bold))))
|
||||||
`(helm-ff-executable ((,class (:foreground "#2e994c"))))
|
`(helm-ff-executable ((,class (:foreground "#2e994c"))))
|
||||||
`(helm-ff-file ((,class (:foreground "#454545"))))
|
`(helm-ff-file ((,class (:foreground "#454545"))))
|
||||||
`(helm-ff-invalid-symlink ((,class (:foreground ,petrol-purple :background "#ffdddd"))))
|
`(helm-ff-invalid-symlink ((,class (:foreground ,petrol-purple :background "#ffdddd"))))
|
||||||
@ -278,7 +278,7 @@
|
|||||||
`(which-key-key-face ((,class (:foreground ,petrol-purple :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-special-key-face ((,class (:foreground "#d70087" :weight bold :height 1.1))))
|
||||||
`(which-key-command-description-face ((,class (:foreground "#454545" ))))
|
`(which-key-command-description-face ((,class (:foreground "#454545" ))))
|
||||||
`(which-key-group-description-face ((,class (:foreground "#2f7e9d"))))
|
`(which-key-group-description-face ((,class (:foreground ,petrol-blue))))
|
||||||
`(which-key-separator-face ((,class (:foreground "#919aa1"))))
|
`(which-key-separator-face ((,class (:foreground "#919aa1"))))
|
||||||
|
|
||||||
|
|
||||||
@ -338,7 +338,7 @@
|
|||||||
`(js2-warning ((,class (:underline "#cc6d00"))))
|
`(js2-warning ((,class (:underline "#cc6d00"))))
|
||||||
`(js2-external-variable ((,class (:foreground "#d0372d"))))
|
`(js2-external-variable ((,class (:foreground "#d0372d"))))
|
||||||
`(js2-function-param ((,class (:foreground "#008abd"))))
|
`(js2-function-param ((,class (:foreground "#008abd"))))
|
||||||
`(js2-instance-member ((,class (:foreground "#2f7e9d"))))
|
`(js2-instance-member ((,class (:foreground ,petrol-blue))))
|
||||||
`(js2-jsdoc-html-tag-delimiter ((,class (:foreground "#d0372d"))))
|
`(js2-jsdoc-html-tag-delimiter ((,class (:foreground "#d0372d"))))
|
||||||
`(js2-jsdoc-html-tag-name ((,class (:foreground "#d0372d"))))
|
`(js2-jsdoc-html-tag-name ((,class (:foreground "#d0372d"))))
|
||||||
`(js2-jsdoc-tag ((,class (:weight normal :foreground ,petrol-purple))))
|
`(js2-jsdoc-tag ((,class (:weight normal :foreground ,petrol-purple))))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user