branch: elpa/gruvbox-theme commit 5dabf47e8e352a40b10ab15cfccb504b61745b6a Author: Joe Corneli <holtzerman...@gmail.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
initial commit for cider compat --- gruvbox.el | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gruvbox.el b/gruvbox.el index 79f1fa7b5b..5ef7833f98 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -117,6 +117,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") (error (:foreground gruvbox-bright_red :bold t)) (success (:foreground gruvbox-bright_green :bold t)) (warning (:foreground gruvbox-bright_yellow :bold t)) + (alert-low-face (:foreground gruvbox-bright_blue)) (trailing-whitespace (:background gruvbox-bright_red)) (escape-glyph (:foreground gruvbox-bright_aqua)) (header-line (:background gruvbox-dark0 :foreground gruvbox-light3 :box nil :inherit nil)) @@ -493,6 +494,43 @@ 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)) + (cider-debug-code-overlay-face (:background gruvbox-dark2 :foreground gruvbox-light0)) + (cider-deprecated-face (:background gruvbox-dark2 :foreground gruvbox-bright_orange)) + ;; (cider-docview-emphasis-face) + ;; (cider-docview-literal-face) + ;; (cider-docview-strong-face) + ;; (cider-docview-table-border-face) + ;; (cider-enlightened-face) + (cider-enlightened-local-face (:foreground gruvbox-bright_orange :weight 'bold)) + (cider-error-highlight-face (:foreground gruvbox-bright_red :underline t :style 'wave)) + ;; (cider-fragile-button-face) + (cider-fringe-good-face (:foreground gruvbox-neutral_green)) + (cider-instrumented-face (:background gruvbox-dark1 :box (:line-width -1 :color gruvbox-bright_red))) + ;; (cider-reader-conditional-face) + ;; (cider-repl-input-face) + ;; (cider-repl-prompt-face) + ;; (cider-repl-result-face) + ;; (cider-repl-stderr-face) + ;; (cider-repl-stdout-face) + (cider-result-overlay-face (:background gruvbox-dark2 :box (:line-width -1 :color gruvbox-bright_yellow))) + ;; (cider-stacktrace-error-class-face) + ;; (cider-stacktrace-error-message-face) + ;; (cider-stacktrace-face) + ;; (cider-stacktrace-filter-active-face) + ;; (cider-stacktrace-filter-inactive-face) + ;; (cider-stacktrace-fn-face) + ;; (cider-stacktrace-ns-face) + ;; (cider-stacktrace-promoted-button-face) + ;; (cider-stacktrace-suppressed-button-face) + (cider-test-error-face (:background gruvbox-faded_red)) + ;; (cider-test-failure-face) + (cider-test-error-face (:background gruvbox-neutral_orange)) + ;; (cider-test-success-face) + (cider-test-success-face (:background gruvbox-bright_green)) + ;; (cider-traced-face) + (cider-traced (:background gruvbox-bright_aqua)) + (cider-warning-highlight-face (:foreground gruvbox-bright_yellow :underline t :style 'wave)) + ;; git-gutter (git-gutter:modified (:background gruvbox-faded_blue :foreground gruvbox-faded_blue)) (git-gutter:added (:background gruvbox-faded_green :foreground gruvbox-faded_green))