branch: elpa/gruvbox-theme commit 9fd592c5f6b468c339333d926a51c6afdbe8347d Author: Greduan <eduanlava...@gmail.com> Commit: Greduan <eduanlava...@gmail.com>
Updated README.md --- README.md | 2 ++ gruvbox-theme.el | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index def2b9ad33..af6844d7d4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ This theme contains custom support for the following features and plugins: - [RainbowDelimiters](http://www.emacswiki.org/emacs/RainbowDelimiters) - [Smartparens](https://github.com/Fuco1/smartparens) - [ElScreen](https://github.com/knu/elscreen) +- [ag.el](https://github.com/Wilfred/ag.el) +- Diffs ## Installation and usage diff --git a/gruvbox-theme.el b/gruvbox-theme.el index 83efcabd3d..39a04d1031 100644 --- a/gruvbox-theme.el +++ b/gruvbox-theme.el @@ -141,12 +141,12 @@ `(elscreen-tab-control-face ((t (:box nil :background ,gruvbox-dark-2 :foreground ,gruvbox-red :underline nil)))) ;;the controls, arrows 'n' stuff `(elscreen-tab-current-screen-face ((t (:box nil :background ,gruvbox-dark-4 :foreground ,gruvbox-dark-0)))) ;;current tab `(elscreen-tab-other-screen-face ((t (:box nil :background ,gruvbox-dark-2 :foreground ,gruvbox-light-4 :underline nil)))) ;;inactive tab - + ;;ag (The Silver Searcher) `(ag-hit-face ((t (:foreground ,gruvbox-blue)))) `(ag-match-face ((t (:foreground ,gruvbox-red)))) - - ;;Git diffs + + ;;Diffs `(diff-changed ((t (:background nil :foreground ,gruvbox-light-1)))) `(diff-added ((t (:background nil :foreground ,gruvbox-green)))) `(diff-removed ((t (:background nil :foreground ,gruvbox-red))))