branch: elpa/gruvbox-theme commit c30c28f81455fe3eed9895bdaca11fc35a687644 Author: ethanmoss1 <cywinskim...@gmail.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Added support for solaire --- gruvbox.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gruvbox.el b/gruvbox.el index 1909dc266e..1a416f4008 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -853,6 +853,9 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") ;; ledger-mode (ledger-font-xact-highlight-face (:background gruvbox-dark1)) + ;; Solaire + (solaire-default-face (:background gruvbox-dark0_soft)) + ),@body)) (provide 'gruvbox)