branch: elpa/gruvbox-theme commit 9025a0a72292b3d73c29d6bea21b3f8606903222 Author: Samuel D <samu...@mailo.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Add ansi-color block ansi-colors need to be customized with ansi-color-COLOR --- gruvbox.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gruvbox.el b/gruvbox.el index 9e9400067e..f572b0ae38 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -947,6 +947,24 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (avy-lead-face-1 (:foreground gruvbox-dark0 :background gruvbox-neutral_aqua)) (avy-lead-face-2 (:foreground gruvbox-dark0 :background gruvbox-neutral_purple))) + ;; ansi-color <built-in> + (ansi-color-black (:foreground gruvbox-dark2 :background gruvbox-dark1)) + (ansi-color-red (:foreground gruvbox-bright_red :background gruvbox-bright_red)) + (ansi-color-green (:foreground gruvbox-bright_green :background gruvbox-bright_green)) + (ansi-color-yellow (:foreground gruvbox-bright_yellow :background gruvbox-bright_yellow)) + (ansi-color-blue (:foreground gruvbox-bright_blue :background gruvbox-bright_blue)) + (ansi-color-magenta (:foreground gruvbox-bright_purple :background gruvbox-bright_purple)) + (ansi-color-cyan (:foreground gruvbox-bright_aqua :background gruvbox-bright_aqua)) + (ansi-color-white (:foreground gruvbox-light1 :background gruvbox-light1)) + (ansi-color-bright-black (:foreground gruvbox-dark2 :background gruvbox-dark1)) + (ansi-color-bright-red (:foreground gruvbox-bright_red :background gruvbox-bright_red)) + (ansi-color-bright-green (:foreground gruvbox-bright_green :background gruvbox-bright_green)) + (ansi-color-bright-yellow (:foreground gruvbox-bright_yellow :background gruvbox-bright_yellow)) + (ansi-color-bright-blue (:foreground gruvbox-bright_blue :background gruvbox-bright_blue)) + (ansi-color-bright-magenta (:foreground gruvbox-bright_purple :background gruvbox-bright_purple)) + (ansi-color-bright-cyan (:foreground gruvbox-bright_aqua :background gruvbox-bright_aqua)) + (ansi-color-bright-white (:foreground gruvbox-light1 :background gruvbox-light1)) + ,@body)) (provide 'gruvbox)