branch: elpa/gruvbox-theme commit 947c1c7075ae8c4d8e178b048f1651162d6edfe7 Author: martijnat <bigmart...@gmail.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Added faces for ido-mode (#98) * Added faces for ido-mode * Standardized face section comments * Updated list of supported features The list is now alphabetized and includes all defined faces --- README.md | 16 ++++++++++------ gruvbox.el | 32 ++++++++++++++++++-------------- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index eefe1939bc..b70768ffd8 100644 --- a/README.md +++ b/README.md @@ -68,32 +68,36 @@ Note the dark and light tones are transposed in the light versions. This theme contains custom support for the following features and plugins: +- [Ag.el](https://github.com/Wilfred/ag.el) - Ace jump - Ace window -- [Anzu](https://github.com/syohex/emacs-anzu#customization) support +- [Anzu](https://github.com/syohex/emacs-anzu#customization) - Comint (and the like) - Company - Diffs - Dired+ -- [ElScreen](https://github.com/knu/elscreen) - Elfeed +- [ElScreen](https://github.com/knu/elscreen) - Helm - Highlight Indent - Ivy +- [Js2-mode](https://github.com/mooz/js2-mode) - LaTeX -- Markdown +- [Linum-relative](https://github.com/emacsmirror/linum-relative) - Magit +- Markdown - Message - Org - Popup - [RainbowDelimiters](http://www.emacswiki.org/emacs/RainbowDelimiters) +- Shell script - Smart modeline - [Smartparens](https://github.com/Fuco1/smartparens) - Term -- [Ag.el](https://github.com/Wilfred/ag.el) -- [Js2-mode](https://github.com/mooz/js2-mode) -- [Linum-relative](https://github.com/emacsmirror/linum-relative) +- Tool Tips +- Undo Tree - Whitespace-mode +_ Widget Faces ## Installation and usage diff --git a/gruvbox.el b/gruvbox.el index 71997575a4..e84da735fd 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -166,7 +166,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (highlight-indentation-current-column-face (:background gruvbox-dark2)) (highlight-indentation-face (:background gruvbox-dark1)) - ;; Smartparens + ;; smartparens (sp-pair-overlay-face (:background gruvbox-dark2)) (sp-show-pair-match-face (:background gruvbox-dark2)) ;; Pair tags highlight (sp-show-pair-mismatch-face (:background gruvbox-bright_red)) ;; Highlight for bracket without pair @@ -270,10 +270,10 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (company-template-field (:foreground gruvbox-black :background gruvbox-bright_yellow)) (company-echo-common (:foreground gruvbox-faded_red)) - ;; Tool Tips + ;; tool tips (tooltip (:foreground gruvbox-light1 :background gruvbox-dark1)) - ;; Term + ;; term (term-color-black (:foreground gruvbox-dark2 :background gruvbox-dark1)) (term-color-blue (:foreground gruvbox-bright_blue :background gruvbox-bright_blue)) (term-color-cyan (:foreground gruvbox-bright_aqua :background gruvbox-bright_aqua)) @@ -358,7 +358,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (elfeed-search-unread-count-face (:inherit 'font-lock-comment-face)) (elfeed-search-filter-face (:inherit 'font-lock-string-face)) - ;; Smart-mode-line + ;; smart-mode-line (sml/global (:foreground gruvbox-burlywood4 :inverse-video nil)) (sml/modes (:foreground gruvbox-bright_green)) (sml/filename (:foreground gruvbox-bright_red :weight 'bold)) @@ -366,7 +366,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (sml/read-only (:foreground gruvbox-bright_blue)) (persp-selected-face (:foreground gruvbox-bright_orange)) - ;;isearch + ;; isearch (isearch (:foreground gruvbox-black :background gruvbox-bright_orange)) (lazy-highlight (:foreground gruvbox-black :background gruvbox-bright_yellow)) (isearch-fail (:foreground gruvbox-light0 :background gruvbox-bright_red)) @@ -387,11 +387,11 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (anzu-replace-to (:foreground gruvbox-bright_yellow)) (anzu-replace-highlight (:inherit 'isearch)) - ;; Ace-jump-mode + ;; ace-jump-mode (ace-jump-face-background (:foreground gruvbox-light4 :background gruvbox-bg :inverse-video nil)) (ace-jump-face-foreground (:foreground gruvbox-bright_red :background gruvbox-bg :inverse-video nil)) - ;; Ace-window + ;; ace-window (aw-background-face (:forground gruvbox-light1 :background gruvbox-bg :inverse-video nil)) (aw-leading-char-face (:foreground gruvbox-bright_red :background gruvbox-bg :height 4.0)) @@ -406,6 +406,10 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (ivy-minibuffer-match-face-3 (:foreground gruvbox-faded_orange)) (ivy-minibuffer-match-face-4 (:foreground gruvbox-faded_yellow)) + ;; ido + (ido-only-match (:foreground gruvbox-faded_green)) + (ido-subdir (:foreground gruvbox-faded_red)) + ;; magit (magit-bisect-bad (:foreground gruvbox-faded_red)) (magit-bisect-good (:foreground gruvbox-faded_green)) @@ -462,15 +466,15 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (magit-signature-untrusted (:foreground gruvbox-bright_blue)) (magit-tag (:foreground gruvbox-bright_yellow)) - ;; Flyspell + ;; flyspell (flyspell-duplicate (:underline (:color gruvbox-light4 :style 'line))) (flyspell-incorrect (:underline (:color gruvbox-bright_red :style 'line))) - ;; Langtool + ;; langtool (langtool-errline (:foreground gruvbox-dark0 :background gruvbox-bright_red)) (langtool-correction-face (:foreground gruvbox-bright_yellow :weight 'bold)) - ;; Latex + ;; latex (font-latex-bold-face (:foreground gruvbox-faded_green :bold t)) (font-latex-italic-face (:foreground gruvbox-bright_green :underline t)) (font-latex-math-face (:foreground gruvbox-light3)) @@ -486,24 +490,24 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (mu4e-unread-face (:foreground gruvbox-bright_blue :weight 'bold )) (mu4e-highlight-face (:foreground gruvbox-bright_green)) - ;; Shell script faces + ;; shell script (sh-quoted-exec (:foreground gruvbox-bright_purple)) (sh-heredoc (:foreground gruvbox-bright_orange)) - ;; Undo-tree + ;; undo-tree (undo-tree-visualizer-active-branch-face (:foreground gruvbox-light0)) (undo-tree-visualizer-current-face (:foreground gruvbox-bright_red)) (undo-tree-visualizer-default-face (:foreground gruvbox-dark4)) (undo-tree-visualizer-register-face (:foreground gruvbox-bright_yellow)) (undo-tree-visualizer-unmodified-face (:foreground gruvbox-bright_aqua)) - ;; Widget faces + ;; widget faces (widget-button-pressed-face (:foreground gruvbox-bright_red)) (widget-documentation-face (:foreground gruvbox-faded_green)) (widget-field (:foreground gruvbox-light0 :background gruvbox-dark2)) (widget-single-line-field (:foreground gruvbox-light0 :background gruvbox-dark2)) - ;; MODE SUPPORT: dired+ + ;; dired+ (diredp-file-name (:foreground gruvbox-light2)) (diredp-file-suffix (:foreground gruvbox-light4)) (diredp-compressed-file-suffix (:foreground gruvbox-faded_blue))