2020-12-18 08:30:20 +01:00
|
|
|
;;; yoshi-theme.el --- Theme named after my cat -*- lexical-binding: t; -*-
|
2012-09-25 09:58:55 +02:00
|
|
|
|
2015-02-24 01:19:29 +01:00
|
|
|
;; Copyright (C) 2012, 2013, 2014, 2015 Tom Willemsen
|
2012-09-25 09:58:55 +02:00
|
|
|
|
2014-01-20 23:45:31 +01:00
|
|
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
2012-09-25 09:58:55 +02:00
|
|
|
;; Keywords: faces
|
2019-05-05 09:28:57 +02:00
|
|
|
;; Version: 6.2.0
|
2015-11-15 15:11:52 +01:00
|
|
|
;; URL: http://projects.ryuslash.org/yoshi-theme/
|
2012-09-25 09:58:55 +02:00
|
|
|
|
|
|
|
;; This program is free software; you can redistribute it and/or modify
|
|
|
|
;; it under the terms of the GNU General Public License as published by
|
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
;; (at your option) any later version.
|
|
|
|
|
|
|
|
;; This program is distributed in the hope that it will be useful,
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
|
|
|
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
;;; Commentary:
|
|
|
|
|
2012-10-19 13:33:10 +02:00
|
|
|
;; Just a theme named after my cat. He doesn't actually look like
|
|
|
|
;; this.
|
2012-09-25 09:58:55 +02:00
|
|
|
|
|
|
|
;;; Code:
|
|
|
|
|
2013-05-24 23:35:33 +02:00
|
|
|
(require 'color)
|
|
|
|
|
2012-10-19 13:33:10 +02:00
|
|
|
(deftheme yoshi
|
2012-09-25 09:58:55 +02:00
|
|
|
"Created 2012-09-24")
|
|
|
|
|
2020-12-16 05:55:38 +01:00
|
|
|
(let ((yoshi-0 "#111414")
|
2020-12-16 03:21:43 +01:00
|
|
|
(yoshi-1 "#2c3434")
|
|
|
|
(yoshi-2 "#475454")
|
|
|
|
(yoshi-3 "#627373")
|
2020-12-16 05:37:31 +01:00
|
|
|
(yoshi-4 "#848484")
|
|
|
|
(yoshi-5 "#a2a2a2")
|
|
|
|
(yoshi-6 "#bfbfbf")
|
2014-02-25 22:04:53 +01:00
|
|
|
(bgred "#3f1a1a") (fgred "#a85454")
|
2020-12-18 08:27:07 +01:00
|
|
|
(bgorange "#3f321f") (fgorange "#a87e54")
|
|
|
|
(bgyellow "#343922") (fgyellow "#a8a854")
|
|
|
|
(bggreen "#263f1f") (fggreen "#54a854")
|
|
|
|
(bgturquoise "#1f3f2c") (fgturquoise "#54a87e")
|
2020-12-18 08:19:16 +01:00
|
|
|
(bgcyan "#1f3f3f") (fgcyan "#54a8a8")
|
2020-12-18 08:27:07 +01:00
|
|
|
(bgblue "#1f2c3f") (fgblue "#547ea8")
|
2014-02-25 22:04:53 +01:00
|
|
|
(bgpurple "#2f2a3f") (fgpurple "#7d71a8")
|
2020-12-18 08:27:07 +01:00
|
|
|
(bgmagenta "#381f3f") (fgmagenta "#a845a8")
|
|
|
|
(bgpink "#3f1f32") (fgpink "#a8547e"))
|
2013-02-20 01:07:15 +01:00
|
|
|
(custom-theme-set-faces
|
|
|
|
'yoshi
|
2013-01-10 04:15:01 +01:00
|
|
|
|
2015-11-19 12:02:12 +01:00
|
|
|
;;; General
|
2020-12-16 05:37:31 +01:00
|
|
|
`(default ((t (:background ,yoshi-0 :foreground ,yoshi-6))))
|
|
|
|
`(cursor ((t (:background ,yoshi-4))))
|
2015-11-19 12:02:12 +01:00
|
|
|
`(error ((t (:foreground ,fgred :weight bold))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(font-lock-builtin-face ((t (:foreground ,fgcyan))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(font-lock-comment-delimiter-face ((t (:foreground ,yoshi-4 :inherit unspecified))))
|
2019-05-05 01:37:30 +02:00
|
|
|
`(font-lock-comment-face ((t (:foreground ,fgpink))))
|
2015-11-19 12:02:12 +01:00
|
|
|
`(font-lock-constant-face ((t (:foreground ,fgred))))
|
|
|
|
`(font-lock-doc-face ((t (:foreground ,fggreen :inherit unspecified))))
|
|
|
|
`(font-lock-function-name-face ((t (:foreground ,fgblue))))
|
|
|
|
`(font-lock-keyword-face ((t (:foreground ,fgorange))))
|
|
|
|
`(font-lock-negation-char-face ((t (:foreground ,fgred))))
|
|
|
|
`(font-lock-regexp-grouping-backslash ((t (:foreground ,fgred))))
|
|
|
|
`(font-lock-regexp-grouping-construct ((t (:foreground ,fgpink))))
|
|
|
|
`(font-lock-string-face ((t (:foreground ,fgturquoise))))
|
|
|
|
`(font-lock-type-face ((t (:foreground ,fgpurple))))
|
|
|
|
`(font-lock-variable-name-face ((t (:foreground ,fgyellow))))
|
|
|
|
`(font-lock-warning-face ((t (:foreground ,fgorange :inherit unspecified :weight bold))))
|
|
|
|
`(fringe ((t (:background unspecified :inherit default))))
|
2020-12-18 08:28:05 +01:00
|
|
|
`(header-line ((t (:inherit mode-line))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(highlight ((t (:background ,bgcyan))))
|
2015-11-19 12:02:12 +01:00
|
|
|
`(italic ((t (:slant italic))))
|
|
|
|
`(link ((t (:foreground ,fgorange :underline t))))
|
|
|
|
`(link-visited ((t (:foreground ,fgmagenta :underline t))))
|
|
|
|
`(minibuffer-prompt ((t (:foreground ,fgblue))))
|
2020-12-18 08:28:05 +01:00
|
|
|
`(mode-line ((t (:background ,yoshi-2 :foreground ,yoshi-6 :box (:color ,yoshi-2 :line-width 5 :style nil)))))
|
|
|
|
`(mode-line-buffer-id ((t (:background ,fgred :foreground ,yoshi-6 :box (:color ,fgred :line-width 5 :style nil)))))
|
|
|
|
`(mode-line-inactive ((t (:background ,yoshi-1 :foreground ,yoshi-5 :box (:color ,yoshi-1 :line-width 5 :sytle nil)))))
|
2015-11-19 12:02:12 +01:00
|
|
|
`(region ((t (:background ,bgblue))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(shadow ((t (:foreground ,yoshi-4))))
|
2015-11-19 12:02:12 +01:00
|
|
|
`(success ((t (:foreground ,fggreen :weight bold))))
|
|
|
|
`(trailing-whitespace ((t (:background ,fgred))))
|
|
|
|
`(warning ((t (:foreground ,fgorange :weight unspecified))))
|
|
|
|
|
|
|
|
;;; Circe
|
2015-09-25 13:46:59 +02:00
|
|
|
`(circe-highlight-nick-face ((t (:foreground ,fgred :weight bold))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(circe-server-face ((t (:foreground ,yoshi-4))))
|
2015-11-19 12:02:12 +01:00
|
|
|
`(lui-button-face ((t (:foreground unspecified :underline unspecified :inherit button))))
|
|
|
|
`(lui-time-stamp-face ((t (:foreground ,fggreen :weight unspecified))))
|
|
|
|
|
2017-03-30 08:37:04 +02:00
|
|
|
;;; Company
|
2020-12-16 05:37:31 +01:00
|
|
|
`(company-preview ((t (:background unspecified :foreground ,yoshi-4))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(company-preview-common ((t (:foreground ,bgcyan :inherit unspecified :weight bold))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(company-scrollbar-bg ((t (:background ,yoshi-1))))
|
|
|
|
`(company-scrollbar-fg ((t (:background ,yoshi-2))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(company-tooltip ((t (:foreground ,yoshi-6 :background ,yoshi-1))))
|
2017-03-30 08:37:04 +02:00
|
|
|
`(company-tooltip-annotation ((t (:foreground ,fgblue))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(company-tooltip-common ((t (:foreground ,fgcyan))))
|
2017-03-30 08:37:04 +02:00
|
|
|
`(company-tooltip-search ((t (:background ,bgyellow :inherit unspecified))))
|
|
|
|
`(company-tooltip-search-selection ((t (:background ,bgyellow :inherit unspecified))))
|
|
|
|
`(company-tooltip-selection ((t (:background ,bgblue))))
|
|
|
|
|
2015-11-19 12:02:12 +01:00
|
|
|
;;; Compilation
|
2013-05-24 23:35:33 +02:00
|
|
|
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; CSS
|
2015-11-14 20:47:07 +01:00
|
|
|
`(css-property ((t (:foreground ,fgorange))))
|
|
|
|
`(css-proprietary-property ((t (:foreground ,fgred :inherit unspecified :slant italic))))
|
|
|
|
`(css-selector ((t (:foreground ,fgblue))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Diff
|
2013-05-24 23:35:33 +02:00
|
|
|
`(diff-added ((t (:background ,bggreen :inherit unspecified))))
|
|
|
|
`(diff-changed ((t (:background ,bgorange))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(diff-file-header ((t (:foreground ,yoshi-5 :background unspecified :weight bold))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(diff-function ((t (:inherit unspecified :foreground ,fgorange))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(diff-header ((t (:background ,yoshi-1))))
|
2017-03-06 06:57:13 +01:00
|
|
|
`(diff-hl-change ((t (:foreground ,bgyellow :background unspecified :inherit diff-changed))))
|
|
|
|
`(diff-hl-delete ((t (:foreground ,bgred :inherit diff-removed))))
|
|
|
|
`(diff-hl-insert ((t (:foreground ,bggreen :inherit diff-added))))
|
2014-10-15 09:08:58 +02:00
|
|
|
`(diff-hunk-header ((t (:inherit unspecified :weight bold :foreground ,fgyellow :underline t))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(diff-indicator-added ((t (:foreground ,fggreen :weight bold :inherit unspecified))))
|
|
|
|
`(diff-indicator-changed ((t (:foreground ,fgyellow :weight bold :inherit unspecified ))))
|
|
|
|
`(diff-indicator-removed ((t (:foreground ,fgred :weight bold :inherit unspecified))))
|
|
|
|
`(diff-refine-added ((t (:foreground ,fggreen :background unspecified :inherit unspecified))))
|
|
|
|
`(diff-refine-change ((t (:foreground ,fgyellow :background unspecified))))
|
|
|
|
`(diff-refine-removed ((t (:foreground ,fgred :background unspecified :inherit unspecified))))
|
|
|
|
`(diff-removed ((t (:background ,bgred :inherit unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Dired
|
2015-03-16 11:22:45 +01:00
|
|
|
`(dired-flagged ((t (:inherit region))))
|
|
|
|
`(dired-header ((t (:foreground ,fgturquoise :weight bold :inherit unspecified))))
|
|
|
|
`(dired-mark ((t (:foreground ,fgpink :inherit unspecified))))
|
|
|
|
`(dired-marked ((t (:background ,bgpink :inherit unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Ediff
|
2013-11-26 01:02:12 +01:00
|
|
|
`(ediff-current-diff-A ((t (:inherit diff-removed))))
|
|
|
|
`(ediff-current-diff-B ((t (:inherit diff-added))))
|
2016-11-15 21:53:59 +01:00
|
|
|
`(ediff-current-diff-C ((t (:inherit diff-changed))))
|
2020-04-22 04:08:36 +02:00
|
|
|
`(ediff-even-diff-A ((t (:background ,bgyellow))))
|
|
|
|
`(ediff-even-diff-B ((t (:background ,bgyellow))))
|
2013-11-26 01:02:12 +01:00
|
|
|
`(ediff-fine-diff-A ((t (:inherit diff-refine-removed))))
|
|
|
|
`(ediff-fine-diff-B ((t (:inherit diff-refine-added))))
|
2016-11-15 21:53:59 +01:00
|
|
|
`(ediff-fine-diff-C ((t (:inherit diff-refine-change))))
|
2020-04-22 04:08:36 +02:00
|
|
|
`(ediff-odd-diff-A ((t (:background ,bgyellow))))
|
|
|
|
`(ediff-odd-diff-B ((t (:background ,bgyellow))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; ERC
|
2015-07-19 23:44:28 +02:00
|
|
|
`(erc-button ((t (:weight unspecified :inherit button))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(erc-current-nick-face ((t (:foreground ,fgred :weight bold))))
|
2013-05-04 00:27:00 +02:00
|
|
|
`(erc-input-face ((t (:inherit shadow))))
|
|
|
|
`(erc-my-nick-face ((t (:inherit erc-current-nick-face))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(erc-notice-face ((t (:foreground ,fgblue :weight normal))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(erc-prompt-face ((t (:foreground ,yoshi-5 :weight bold))))
|
|
|
|
`(erc-timestamp-face ((t (:foreground ,yoshi-4 :weight normal))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; ERT
|
2015-02-24 01:19:29 +01:00
|
|
|
`(ert-test-result-expected ((t (:background unspecified :foreground ,fggreen))))
|
|
|
|
`(ert-test-result-unexpected ((t (:background unspecified :foreground ,fgred))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Eshell
|
2014-02-21 00:29:37 +01:00
|
|
|
`(eshell-fringe-status-failure ((t (:foreground ,fgred))))
|
|
|
|
`(eshell-fringe-status-success ((t (:foreground ,fggreen))))
|
2013-11-26 01:22:42 +01:00
|
|
|
`(eshell-ls-archive ((t (:foreground ,fgpink :weight unspecified))))
|
|
|
|
`(eshell-ls-backup ((t (:foreground ,fgorange))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(eshell-ls-clutter ((t (:foreground ,yoshi-4 :weight unspecified))))
|
2013-11-26 01:22:42 +01:00
|
|
|
`(eshell-ls-directory ((t (:foreground ,fgblue :weight unspecified))))
|
|
|
|
`(eshell-ls-executable ((t (:foreground ,fggreen :weight unspecified))))
|
|
|
|
`(eshell-ls-missing ((t (:foreground ,fgred :weight bold))))
|
|
|
|
`(eshell-ls-product ((t (:foreground ,fgpurple))))
|
|
|
|
`(eshell-ls-readonly ((t (:foreground ,fgmagenta))))
|
|
|
|
`(eshell-ls-special ((t (:foreground ,fgturquoise))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(eshell-ls-symlink ((t (:foreground ,fgcyan :weight unspecified))))
|
2013-11-26 01:22:42 +01:00
|
|
|
`(eshell-ls-unreadable ((t (:foreground ,fgred))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(eshell-prompt ((t (:foreground ,yoshi-5 :weight unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
2020-12-18 08:19:30 +01:00
|
|
|
`(fill-column-indicator ((t (:foreground ,bgred :inherit unspecified))))
|
2020-09-09 07:11:24 +02:00
|
|
|
|
2015-11-19 12:02:12 +01:00
|
|
|
;;; Flycheck
|
2013-07-08 22:25:04 +02:00
|
|
|
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
|
|
|
`(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
2019-05-05 01:42:18 +02:00
|
|
|
;;; Flycheck inline
|
|
|
|
`(flycheck-inline-error ((t (:inherit unspecified :foreground ,fgred :height 0.8))))
|
|
|
|
`(flycheck-inline-info ((t (:inherit unspecified :foreground ,fgblue :height 0.8))))
|
|
|
|
`(flycheck-inline-warning ((t (:inherit unspecified :foreground ,fgorange :height 0.8))))
|
|
|
|
|
2020-03-07 08:04:33 +01:00
|
|
|
;;; Flycheck posframe
|
2020-12-16 03:21:43 +01:00
|
|
|
`(flycheck-posframe-background-face ((t (:background ,yoshi-1))))
|
|
|
|
`(flycheck-posframe-border-face ((t (:background ,yoshi-1))))
|
2020-03-07 08:04:33 +01:00
|
|
|
|
2015-11-19 12:02:12 +01:00
|
|
|
;;; Flymake
|
2013-05-24 23:35:33 +02:00
|
|
|
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))
|
|
|
|
`(flymake-infoline ((t (:background unspecified :underline (:color ,fgblue :style wave)))))
|
|
|
|
`(flymake-warnline ((t (:background unspecified :underline (:color ,fgorange :style wave)))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Flyspell
|
2013-05-24 23:35:33 +02:00
|
|
|
`(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
|
|
|
|
`(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Gnus
|
2013-05-04 00:27:00 +02:00
|
|
|
`(gnus-button ((t (:weight bold))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(gnus-cite-1 ((t (:foreground ,fgred))))
|
|
|
|
`(gnus-cite-10 ((t (:foreground ,fgpink))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(gnus-cite-11 ((t (:foreground ,yoshi-5))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(gnus-cite-2 ((t (:foreground ,fgorange))))
|
|
|
|
`(gnus-cite-3 ((t (:foreground ,fgyellow))))
|
|
|
|
`(gnus-cite-4 ((t (:foreground ,fggreen))))
|
|
|
|
`(gnus-cite-5 ((t (:foreground ,fgturquoise))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(gnus-cite-6 ((t (:foreground ,fgcyan))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(gnus-cite-7 ((t (:foreground ,fgblue))))
|
|
|
|
`(gnus-cite-8 ((t (:foreground ,fgpurple))))
|
|
|
|
`(gnus-cite-9 ((t (:foreground ,fgmagenta))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(gnus-group-mail-3 ((t (:foreground ,fgcyan :weight bold))))
|
|
|
|
`(gnus-group-mail-3-empty ((t (:foreground ,fgcyan))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(gnus-group-news-3 ((t (:foreground ,fgred :weight bold))))
|
|
|
|
`(gnus-group-news-3-empty ((t (:foreground ,fgred))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(gnus-header-content ((t (:foreground ,yoshi-4 :slant italic))))
|
2013-05-04 00:27:00 +02:00
|
|
|
`(gnus-header-from ((t (:weight bold))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(gnus-header-name ((t (:foreground ,fgblue :weight bold))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(gnus-header-newsgroups ((t (:foreground ,yoshi-5 :weight bold))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(gnus-header-subject ((t (:foreground ,fgyellow))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(gnus-signature ((t (:foreground ,yoshi-4 :slant italic))))
|
|
|
|
`(gnus-splash ((t (:foreground ,yoshi-6))))
|
|
|
|
`(gnus-summary-cancelled ((t (:foreground ,yoshi-4 :background unspecified :strike-through t))))
|
2013-05-04 00:27:00 +02:00
|
|
|
`(gnus-summary-high-ancient ((t (:inherit gnus-summary-normal-ancient :weight bold))))
|
|
|
|
`(gnus-summary-high-read ((t (:inherit gnus-summary-normal-read :weight bold))))
|
|
|
|
`(gnus-summary-high-ticked ((t (:inherit gnus-summary-normal-ticked :weight bold))))
|
2016-03-05 00:06:33 +01:00
|
|
|
`(gnus-summary-high-unread ((t (:foreground ,fgpink))))
|
2013-05-04 00:27:00 +02:00
|
|
|
`(gnus-summary-low-ancient ((t (:inherit gnus-summary-normal-ancient :slant italic))))
|
|
|
|
`(gnus-summary-low-read ((t (:inherit gnus-summary-normal-read :slant italic))))
|
|
|
|
`(gnus-summary-low-ticked ((t (:inherit gnus-summary-normal-ticked :slant italic))))
|
|
|
|
`(gnus-summary-low-unread ((t (:inherit gnus-summary-normal-unread :slant italic))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(gnus-summary-normal-ancient ((t (:foreground ,fgcyan))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(gnus-summary-normal-read ((t (:foreground ,yoshi-4))))
|
2016-03-05 00:18:18 +01:00
|
|
|
`(gnus-summary-normal-ticked ((t (:foreground ,fgturquoise))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(gnus-summary-normal-unread ((t (:foreground ,yoshi-6))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Helm
|
2015-09-12 14:38:13 +02:00
|
|
|
`(helm-M-x-key ((t (:underline unspecified :foreground ,fgpink :weight bold))))
|
2015-09-25 14:00:15 +02:00
|
|
|
`(helm-buffer-directory ((t (:background unspecified :foreground ,fgblue))))
|
2015-09-12 14:38:13 +02:00
|
|
|
`(helm-buffer-file ((t (:inherit default))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(helm-buffer-not-saved ((t (:foreground ,fgcyan))))
|
2015-09-12 14:38:13 +02:00
|
|
|
`(helm-buffer-process ((t (:foreground ,fggreen))))
|
|
|
|
`(helm-buffer-size ((t (:foreground ,fgorange))))
|
2015-09-25 14:00:05 +02:00
|
|
|
`(helm-ff-directory ((t (:foreground ,fgblue :background unspecified))))
|
|
|
|
`(helm-ff-dotted-directory ((t (:foreground unspecified :background unspecified :inherit helm-ff-directory))))
|
|
|
|
`(helm-ff-executable ((t (:foreground ,fggreen))))
|
|
|
|
`(helm-ff-file ((t (:inherit default))))
|
|
|
|
`(helm-ff-invalid-symlink ((t (:foreground ,fgred :background unspecified))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(helm-ff-symlink ((t (:foreground ,fgcyan))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(helm-match ((t (:foreground ,yoshi-5 :weight bold))))
|
2015-09-12 14:38:13 +02:00
|
|
|
`(helm-selection ((t (:distant-foreground unspecified :background ,bgblue))))
|
|
|
|
`(helm-source-header ((t (:font-family unspecified :height 1.1 :weight bold :foreground ,fgturquoise :background unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Highlight 80+
|
2013-05-24 23:35:33 +02:00
|
|
|
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Highlight numbers
|
2020-12-18 08:19:16 +01:00
|
|
|
`(highlight-numbers-number ((t (:foreground ,fgcyan :inherit unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Highlight indent
|
2016-02-27 01:41:39 +01:00
|
|
|
`(hl-indent-block-face-1 ((t (:background ,bgred))))
|
|
|
|
`(hl-indent-block-face-2 ((t (:background ,bgpink))))
|
|
|
|
`(hl-indent-block-face-3 ((t (:background ,bgorange))))
|
|
|
|
`(hl-indent-block-face-4 ((t (:background ,bgyellow))))
|
|
|
|
`(hl-indent-block-face-5 ((t (:background ,bggreen))))
|
|
|
|
`(hl-indent-block-face-6 ((t (:background ,bgturquoise))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(hl-indent-face ((t (:inherit unspecified :background ,yoshi-3))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
2019-05-05 09:14:27 +02:00
|
|
|
;;; Highlight indent guides
|
2020-12-16 03:21:43 +01:00
|
|
|
`(highlight-indent-guides-character-face ((t (:inherit unspecified :foreground ,yoshi-3))))
|
2019-05-05 09:14:27 +02:00
|
|
|
|
2015-11-19 12:02:12 +01:00
|
|
|
;;; Hydra
|
2015-04-14 00:16:10 +02:00
|
|
|
`(hydra-face-amaranth ((t (:foreground ,fgorange :weight bold))))
|
|
|
|
`(hydra-face-blue ((t (:foreground ,fgblue :weight bold))))
|
|
|
|
`(hydra-face-pink ((t (:foreground ,fgpink :weight bold))))
|
|
|
|
`(hydra-face-red ((t (:foreground ,fgred :weight bold))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(hydra-face-teal ((t (:foreground ,fgcyan :weight bold))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Identica
|
2020-12-16 03:21:43 +01:00
|
|
|
`(identica-stripe-face ((t (:background ,yoshi-2))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(identica-uri-face ((t (:foreground ,fgorange :underline t))))
|
|
|
|
`(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Ido
|
2013-05-24 23:35:33 +02:00
|
|
|
`(ido-subdir ((t (:foreground ,fgred))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Isearch
|
2013-05-24 23:35:33 +02:00
|
|
|
`(isearch ((t (:background ,bgyellow :foreground unspecified))))
|
|
|
|
`(isearch-fail ((t (:background ,bgred))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
2017-03-30 08:58:56 +02:00
|
|
|
;;; Ivy
|
2020-12-16 05:37:31 +01:00
|
|
|
`(ivy-current-match ((t (:background ,bgblue :foreground ,yoshi-6))))
|
2017-03-30 08:58:56 +02:00
|
|
|
`(ivy-minibuffer-match-face-1 ((t (:background unspecified :underline t))))
|
|
|
|
`(ivy-minibuffer-match-face-2 ((t (:background unspecified :weight bold))))
|
|
|
|
`(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold))))
|
|
|
|
`(ivy-minibuffer-match-face-4 ((t (:background unspecified :weight bold))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(ivy-posframe ((t (:background ,yoshi-1 :foreground ,yoshi-6 :inherit unspecified))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(ivy-posframe-border ((t (:background ,yoshi-1 :inherit unspecified))))
|
2017-03-30 08:58:56 +02:00
|
|
|
|
2015-11-19 12:02:12 +01:00
|
|
|
;;; Jabber
|
2013-05-24 23:35:33 +02:00
|
|
|
`(jabber-activity-face ((t (:foreground ,fgred :weight unspecified))))
|
|
|
|
`(jabber-activity-personal-face ((t (:foreground ,fgblue :weight unspecified))))
|
|
|
|
`(jabber-chat-error ((t (:foreground ,fgred :weight bold))))
|
|
|
|
`(jabber-chat-prompt-foreign ((t (:foreground ,fgred :slant italic))))
|
|
|
|
`(jabber-chat-prompt-local ((t (:foreground ,fgblue :slant italic))))
|
|
|
|
`(jabber-chat-prompt-system ((t (:foreground ,fggreen :slant italic))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(jabber-rare-time-face ((t (:foreground ,yoshi-6 :underline t))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(jabber-roster-user-away ((t (:foreground ,fggreen :slant italic))))
|
|
|
|
`(jabber-roster-user-chatty ((t (:foreground ,fgpink))))
|
|
|
|
`(jabber-roster-user-dnd ((t (:foreground ,fgred :weight unspecified :slant unspecified))))
|
|
|
|
`(jabber-roster-user-error ((t (:foreground ,fgred :slant unspecified :weight bold))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(jabber-roster-user-offline ((t (:foreground ,yoshi-4 :slant italic))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(jabber-roster-user-online ((t (:foreground ,fgblue))))
|
|
|
|
`(jabber-roster-user-xa ((t (:foreground ,fgmagenta))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; JS2 mode
|
2017-03-04 23:14:55 +01:00
|
|
|
`(js2-error ((t (:foreground unspecified :inherit error))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(js2-external-variable ((t (:foreground ,fgmagenta))))
|
2017-03-04 23:14:55 +01:00
|
|
|
`(js2-function-call ((t (:inherit font-lock-function-name-face))))
|
|
|
|
`(js2-function-param ((t (:foreground unspecified :inherit font-lock-variable-name-face))))
|
|
|
|
`(js2-object-property ((t (:inherit font-lock-variable-name-face))))
|
|
|
|
`(js2-warning ((t (:underline unspecified :inherit font-lock-warning-face))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Magit
|
2015-07-08 00:22:29 +02:00
|
|
|
`(magit-bisect-bad ((t (:foreground ,fgred))))
|
|
|
|
`(magit-bisect-good ((t (:foreground ,fggreen))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(magit-bisect-skip ((t (:foreground ,yoshi-4))))
|
2015-07-08 00:22:29 +02:00
|
|
|
`(magit-blame-date ((t (:foreground ,fgpink :inherit magit-blame-heading))))
|
|
|
|
`(magit-blame-hash ((t (:foreground ,fgmagenta :inherit magit-blame-heading))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(magit-blame-header ((t (:foreground ,fggreen :background ,yoshi-1 :weight bold :inherit unspecified))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(magit-blame-heading ((t (:foreground ,yoshi-6 :background ,yoshi-2))))
|
2015-07-08 00:22:29 +02:00
|
|
|
`(magit-blame-name ((t (:foreground ,fgturquoise :inherit magit-blame-heading))))
|
|
|
|
`(magit-blame-summary ((t (:foreground ,fggreen :inherit magit-blame-heading))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(magit-branch ((t (:foreground ,fgpink :weight bold :inherit unspecified))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(magit-branch-current ((t (:foreground ,yoshi-6 :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil) :inherit unspecified))))
|
|
|
|
`(magit-branch-local ((t (:foreground ,yoshi-6 :background ,bgmagenta :box (:color ,bgmagenta :line-width 2 :style nil)))))
|
|
|
|
`(magit-branch-remote ((t (:foreground ,yoshi-6 :background ,bggreen :box (:color ,bggreen :line-width 2 :style nil)))))
|
2015-07-08 00:22:29 +02:00
|
|
|
`(magit-diff-added ((t (:foreground unspecified :background unspecified :inherit diff-added))))
|
2015-07-21 01:31:13 +02:00
|
|
|
`(magit-diff-added-highlight ((t (:foreground unspecified :background unspecified :inherit magit-diff-added))))
|
2015-07-08 00:22:29 +02:00
|
|
|
`(magit-diff-context ((t (:foreground unspecified :inherit shadow))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(magit-diff-context-highlight ((t (:foreground unspecified :background ,yoshi-1 :inherit magit-diff-context))))
|
2015-07-21 01:31:13 +02:00
|
|
|
`(magit-diff-file-heading ((t (:foreground unspecified :underline unspecified :inherit diff-file-header))))
|
|
|
|
`(magit-diff-removed ((t (:foreground unspecified :background unspecified :inherit diff-removed))))
|
|
|
|
`(magit-diff-removed-highlight ((t (:foreground unspecified :background unspecified :inherit magit-diff-removed))))
|
2013-03-25 01:27:40 +01:00
|
|
|
`(magit-item-highlight ((t (:slant italic :inherit unspecified))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(magit-log-head-label-default ((t (:foreground ,yoshi-6 :background ,bgcyan :box (:color ,bgcyan :line-width 2 :style nil)))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(magit-log-head-label-head ((t (:foreground ,yoshi-6 :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil)))))
|
|
|
|
`(magit-log-head-label-local ((t (:foreground ,yoshi-6 :background ,bgmagenta :box (:color ,bgmagenta :line-width 2 :style nil)))))
|
|
|
|
`(magit-log-head-label-remote ((t (:foreground ,yoshi-6 :background ,bggreen :box (:color ,bggreen :line-width 2 :style nil)))))
|
|
|
|
`(magit-log-head-label-tags ((t (:foreground ,yoshi-6 :background ,bgorange :box (:color ,bgorange :line-width 2 :style nil)))))
|
|
|
|
`(magit-log-sha1 ((t (:foreground ,yoshi-6 :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil)))))
|
2015-07-21 01:31:13 +02:00
|
|
|
`(magit-process-ng ((t (:foreground ,fgred :inherit unspecified))))
|
|
|
|
`(magit-process-ok ((t (:foreground ,fggreen :inherit unspecified))))
|
|
|
|
`(magit-section-heading ((t (:foreground ,fgturquoise :weight unspecified :height 1.3))))
|
2015-11-15 15:12:58 +01:00
|
|
|
`(magit-section-highlight ((t (:background unspecified :slant italic))))
|
2013-11-26 01:04:06 +01:00
|
|
|
`(magit-section-title ((t (:foreground ,fgturquoise :inherit unspecified :height 1.8))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Makefile
|
2013-07-08 22:25:58 +02:00
|
|
|
`(makefile-space ((t (:background ,bgpink))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Markdown
|
2015-11-20 10:06:05 +01:00
|
|
|
`(markdown-header-face-1 ((t (:foreground ,fggreen :inherit unspecified))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(markdown-header-face-2 ((t (:foreground ,fgcyan :inherit unspecified))))
|
2015-11-20 10:06:05 +01:00
|
|
|
`(markdown-header-face-3 ((t (:foreground ,fgred :inherit unspecified))))
|
|
|
|
`(markdown-header-face-4 ((t (:foreground ,fgblue :inherit unspecified))))
|
|
|
|
`(markdown-header-face-5 ((t (:foreground ,fgyellow :inherit unspecified))))
|
|
|
|
`(markdown-header-face-6 ((t (:foreground ,fgpurple :inherit unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Message mode
|
2020-12-16 05:37:31 +01:00
|
|
|
`(message-header-cc ((t (:foreground ,yoshi-4))))
|
2013-05-04 00:27:00 +02:00
|
|
|
`(message-header-name ((t (:inherit gnus-header-name))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(message-header-newsgroups ((t (:foreground ,yoshi-4 :weight bold))))
|
2013-05-04 00:27:00 +02:00
|
|
|
`(message-header-other ((t (:inherit gnus-header-content))))
|
|
|
|
`(message-header-subject ((t (:inherit gnus-header-subject))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(message-header-to ((t (:foreground ,yoshi-4 :weight bold))))
|
|
|
|
`(message-header-xheader ((t (:foreground ,yoshi-4 :slant italic))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(message-mml ((t (:foreground ,fggreen))))
|
|
|
|
`(message-separator ((t (:foreground ,fgblue))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Org
|
2013-05-24 23:35:33 +02:00
|
|
|
`(org-agenda-calendar-sexp ((t (:foreground ,fgyellow))))
|
|
|
|
`(org-agenda-current-time ((t (:foreground ,fgorange :weight bold))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(org-agenda-date ((t (:foreground ,bgcyan))))
|
|
|
|
`(org-agenda-date-today ((t (:foreground ,fgcyan :slant italic))))
|
|
|
|
`(org-agenda-date-weekend ((t (:foreground ,fgcyan))))
|
2015-04-14 00:16:01 +02:00
|
|
|
`(org-agenda-done ((t (:foreground ,fgorange))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(org-agenda-structure ((t (:foreground ,fgblue))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(org-block ((t (:foreground ,yoshi-6 :background ,yoshi-1 :inherit unspecified))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(org-block-background ((t (:background ,yoshi-1))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(org-block-begin-line ((t (:foreground ,yoshi-4 :slant unspecified :background ,yoshi-2 :height 0.71))))
|
|
|
|
`(org-block-end-line ((t (:foreground ,yoshi-4 :slant unspecified :background ,yoshi-1 :height 0.71))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(org-checkbox-statistics-done ((t (:foreground ,bgcyan))))
|
|
|
|
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
|
|
|
|
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(org-headline-done ((t (:foreground ,yoshi-4))))
|
2017-03-30 08:38:05 +02:00
|
|
|
`(org-level-1 ((t (:foreground ,fggreen :underline t :height 1.2))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(org-level-2 ((t (:foreground ,fgcyan :weight bold :height 1.1))))
|
2017-03-06 06:58:56 +01:00
|
|
|
`(org-level-3 ((t (:foreground ,fgred :slant italic))))
|
2015-04-14 00:16:01 +02:00
|
|
|
`(org-level-4 ((t (:foreground ,fgblue))))
|
|
|
|
`(org-level-5 ((t (:foreground ,fgyellow))))
|
|
|
|
`(org-level-6 ((t (:foreground ,fgpurple))))
|
|
|
|
`(org-level-7 ((t (:foreground ,fgturquoise))))
|
|
|
|
`(org-level-8 ((t (:foreground ,fgorange))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(org-scheduled ((t (:foreground ,yoshi-4))))
|
2013-11-26 01:00:18 +01:00
|
|
|
`(org-scheduled-previously ((t (:weight bold))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(org-scheduled-today ((t (:foreground ,yoshi-6))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(org-time-grid ((t (:foreground ,fgorange))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Outline
|
2013-03-25 01:27:40 +01:00
|
|
|
`(outline-1 ((t (:inherit org-level-1))))
|
|
|
|
`(outline-2 ((t (:inherit org-level-2))))
|
|
|
|
`(outline-3 ((t (:inherit org-level-3))))
|
|
|
|
`(outline-4 ((t (:inherit org-level-4))))
|
|
|
|
`(outline-5 ((t (:inherit org-level-5))))
|
|
|
|
`(outline-6 ((t (:inherit org-level-6))))
|
|
|
|
`(outline-7 ((t (:inherit org-level-7))))
|
|
|
|
`(outline-8 ((t (:inherit org-level-8))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
2016-06-08 23:23:53 +02:00
|
|
|
;;; Package
|
|
|
|
`(package-status-avail-obso ((t (:foreground ,bggreen))))
|
|
|
|
`(package-status-available ((t (:foreground ,fggreen))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(package-status-dependency ((t (:foreground ,yoshi-4))))
|
|
|
|
`(package-status-installed ((t (:foreground ,yoshi-6))))
|
2016-06-08 23:23:53 +02:00
|
|
|
|
2015-11-19 12:02:12 +01:00
|
|
|
;;; Pretty-print ^L highlight
|
2020-12-16 05:37:31 +01:00
|
|
|
`(pp^L-highlight ((t (:box unspecified :foreground ,yoshi-5))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Rainbow delimiters
|
2013-05-24 23:35:33 +02:00
|
|
|
`(rainbow-delimiters-depth-1-face ((t (:foreground ,fgred))))
|
|
|
|
`(rainbow-delimiters-depth-2-face ((t (:foreground ,fgorange))))
|
|
|
|
`(rainbow-delimiters-depth-3-face ((t (:foreground ,fgyellow))))
|
|
|
|
`(rainbow-delimiters-depth-4-face ((t (:foreground ,fggreen))))
|
|
|
|
`(rainbow-delimiters-depth-4-face ((t (:foreground ,fgturquoise))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(rainbow-delimiters-depth-6-face ((t (:foreground ,fgcyan))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(rainbow-delimiters-depth-7-face ((t (:foreground ,fgblue))))
|
|
|
|
`(rainbow-delimiters-depth-8-face ((t (:foreground ,fgpurple))))
|
|
|
|
`(rainbow-delimiters-depth-9-face ((t (:foreground ,fgmagenta))))
|
|
|
|
`(rainbow-delimiters-unmatched-face ((t (:background ,bgred :foreground unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Rebase mode
|
2020-12-16 05:37:31 +01:00
|
|
|
`(rebase-mode-description-face ((t (:foreground ,yoshi-5))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; reStructuredText
|
2013-02-20 01:07:15 +01:00
|
|
|
`(rst-level-1 ((t (:background unspecified))))
|
|
|
|
`(rst-level-2 ((t (:background unspecified))))
|
|
|
|
`(rst-level-3 ((t (:background unspecified))))
|
|
|
|
`(rst-level-4 ((t (:background unspecified))))
|
|
|
|
`(rst-level-5 ((t (:background unspecified))))
|
|
|
|
`(rst-level-6 ((t (:background unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Sh
|
2014-10-15 09:09:36 +02:00
|
|
|
`(sh-escaped-newline ((t (:foreground ,fgpurple :inherit unspecified :weight bold))))
|
2014-03-15 22:57:55 +01:00
|
|
|
`(sh-heredoc ((t (:foreground ,fggreen))))
|
|
|
|
`(sh-quoted-exec ((t (:foreground ,fgpink))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Show paren
|
2013-05-24 20:12:34 +02:00
|
|
|
`(show-paren-match ((t (:inverse-video t))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(show-paren-mismatch ((t (:background unspecified :foreground ,fgred))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Slime
|
2020-12-16 05:37:31 +01:00
|
|
|
`(slime-repl-input-face ((t (:foreground ,yoshi-5))))
|
|
|
|
`(slime-repl-inputed-output-face ((t (:foreground ,yoshi-5))))
|
|
|
|
`(slime-repl-output-face ((t (:foreground ,yoshi-6))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(slime-repl-prompt-face ((t (:foreground ,fgblue))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Smerge
|
2014-02-25 12:04:53 +01:00
|
|
|
`(smerge-base ((t (:background ,bggreen))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(smerge-markers ((t (:background ,yoshi-2))))
|
2014-02-25 12:04:53 +01:00
|
|
|
`(smerge-mine ((t (:background ,bgblue))))
|
|
|
|
`(smerge-other ((t (:background ,bgred))))
|
|
|
|
`(smerge-refined-added ((t (:inherit diff-refine-added))))
|
|
|
|
`(smerge-refined-change ((t (:inherit diff-refine-change))))
|
|
|
|
`(smerge-refined-removed ((t (:inherit diff-refine-removed))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Term
|
2020-12-16 05:37:31 +01:00
|
|
|
`(term-color-black ((t (:background ,yoshi-0 :foreground ,yoshi-5))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(term-color-blue ((t (:background ,bgblue :foreground ,fgblue))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(term-color-cyan ((t (:background ,bgcyan :foreground ,fgcyan))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(term-color-green ((t (:background ,bggreen :foreground ,fggreen))))
|
|
|
|
`(term-color-magenta ((t (:background ,bgmagenta :foreground ,fgmagenta))))
|
|
|
|
`(term-color-red ((t (:background ,bgred :foreground ,fgred))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(term-color-white ((t (:background ,yoshi-2 :foreground ,yoshi-6))))
|
2013-05-24 23:35:33 +02:00
|
|
|
`(term-color-yellow ((t (:background ,bgyellow :foreground ,fgyellow))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Texinfo
|
2013-05-24 23:35:33 +02:00
|
|
|
`(texinfo-heading ((t (:foreground ,fgpink :inherit unspecified :height 1.3))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Which function mode
|
2013-05-24 23:35:33 +02:00
|
|
|
`(which-func ((t (:foreground ,fgblue))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Whitespace mode
|
2020-12-18 08:19:16 +01:00
|
|
|
`(whitespace-empty ((t (:background ,bgcyan :foreground ,yoshi-6))))
|
2020-12-16 05:37:31 +01:00
|
|
|
`(whitespace-hspace ((t (:background ,yoshi-2 :foreground ,yoshi-5))))
|
2014-02-23 14:02:01 +01:00
|
|
|
`(whitespace-indentation ((t (:background ,bgyellow :foreground unspecified))))
|
|
|
|
`(whitespace-line ((t (:background ,bgred :foreground unspecified))))
|
|
|
|
`(whitespace-newline ((t (:foreground ,fgpink))))
|
|
|
|
`(whitespace-space ((t (:background unspecified :foreground ,fgpink))))
|
|
|
|
`(whitespace-space-after-tab ((t (:background ,bgorange :foreground unspecified))))
|
|
|
|
`(whitespace-space-before-tab ((t (:background ,bgorange :foreground unspecified))))
|
2020-12-16 03:21:43 +01:00
|
|
|
`(whitespace-tab ((t (:background unspecified :underline ,yoshi-2))))
|
2014-02-23 14:02:01 +01:00
|
|
|
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
|
2015-11-19 12:02:12 +01:00
|
|
|
|
|
|
|
;;; Widget
|
2014-01-20 23:45:07 +01:00
|
|
|
`(widget-button ((t (:inherit button))))
|
|
|
|
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))
|
|
|
|
`(widget-documentation ((t (:inherit font-lock-doc-face))))
|
|
|
|
`(widget-field ((t (:background ,bgblue :box (:color ,bgblue :line-width 2)))))
|
2013-01-10 04:15:01 +01:00
|
|
|
|
2016-11-15 20:02:10 +01:00
|
|
|
;;; rpm-spec-mode
|
|
|
|
`(rpm-spec-tag-face ((t (:foreground ,fgblue))))
|
|
|
|
`(rpm-spec-obsolete-tag-face ((t (:background ,bgred))))
|
|
|
|
`(rpm-spec-macro-face ((t (:foreground ,fgyellow))))
|
2020-12-18 08:19:16 +01:00
|
|
|
`(rpm-spec-var-face ((t (:foreground ,fgcyan))))
|
2016-11-15 20:02:10 +01:00
|
|
|
`(rpm-spec-doc-face ((t (:foreground ,fgmagenta))))
|
|
|
|
`(rpm-spec-dir-face ((t (:foreground ,fgturquoise))))
|
|
|
|
`(rpm-spec-package-face ((t (:foreground ,fgred))))
|
|
|
|
`(rpm-spec-ghost-face ((t (:foreground ,fgred))))
|
|
|
|
`(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t))))
|
|
|
|
|
2017-03-04 05:59:38 +01:00
|
|
|
;;; Window dividers
|
2020-12-16 03:21:43 +01:00
|
|
|
`(window-divider ((t (:foreground ,yoshi-2))))
|
2017-03-04 05:59:38 +01:00
|
|
|
`(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider))))
|
|
|
|
`(window-divider-last-pixel ((t (:foreground unspecified :inherit window-divider))))
|
2013-03-25 01:27:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
(custom-theme-set-variables
|
|
|
|
'yoshi
|
2020-12-16 03:21:43 +01:00
|
|
|
`(ansi-color-names-vector [,yoshi-1 ,fgred ,fggreen ,fgyellow
|
2020-12-18 08:19:16 +01:00
|
|
|
,fgblue ,fgmagenta ,fgcyan ,yoshi-4])
|
2017-03-06 06:58:56 +01:00
|
|
|
`(fci-rule-color ,bgred)
|
2020-04-21 00:28:36 +02:00
|
|
|
'(org-fontify-whole-block-delimiter-line t)
|
2017-03-06 06:58:56 +01:00
|
|
|
'(org-fontify-whole-heading-line t)
|
2017-03-04 05:59:38 +01:00
|
|
|
'(window-divider-mode t)
|
2020-03-07 07:33:00 +01:00
|
|
|
'(window-divider-default-right-width 1)
|
|
|
|
'(ivy-posframe-border-width 15)
|
2020-03-07 07:53:22 +01:00
|
|
|
'(ivy-posframe-style 'frame-bottom-window-center)
|
|
|
|
`(hydra-posframe-show-params
|
|
|
|
'(:poshandler posframe-poshandler-frame-bottom-center
|
|
|
|
:internal-border-width 15
|
2020-12-16 03:21:43 +01:00
|
|
|
:internal-border-color ,yoshi-1
|
|
|
|
:background-color ,yoshi-1))
|
2020-12-18 08:28:05 +01:00
|
|
|
'(flycheck-posframe-border-width 5)
|
|
|
|
'(mode-line-buffer-identification (propertized-buffer-identification " %b "))))
|
2012-09-25 09:58:55 +02:00
|
|
|
|
2013-03-10 14:44:31 +01:00
|
|
|
;;;###autoload
|
2013-05-12 02:00:08 +02:00
|
|
|
(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))))
|
2013-03-10 14:44:31 +01:00
|
|
|
|
2012-10-19 13:33:10 +02:00
|
|
|
(provide-theme 'yoshi)
|
|
|
|
;;; yoshi-theme.el ends here
|