branch: elpa/oblivion-theme commit f0b180eeb5ed19bacbce9d6a39e3123f4751f54b Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Define colors for vundo & anzu --- changelog.rst | 7 +++++++ oblivion-theme.el | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/changelog.rst b/changelog.rst index 80f35b248b..db60604a92 100644 --- a/changelog.rst +++ b/changelog.rst @@ -3,6 +3,13 @@ Change Log ########## +- 2023-04-15 + - Define colors for ``vundo`` + - Define colors for ``anzu``. + +- 2023-03-06 + - Define a color for ``mono-complete-preview-face``, update color for ``fancy-dabbrev-preview-face``. + - 2022-10-04 - Define a color for ``hl-indent-scope``. diff --git a/oblivion-theme.el b/oblivion-theme.el index 9d6c969c87..08d91efbae 100644 --- a/oblivion-theme.el +++ b/oblivion-theme.el @@ -268,6 +268,15 @@ ;; Colors for popular plugins. + ;; vundo (elpa). + `(vundo-node ((t (:foreground ,ob-aluminium4)))) + `(vundo-stem ((t (:foreground ,ob-aluminium4)))) + `(vundo-saved ((t (:foreground ,ob-aluminium2)))) + `(vundo-highlight ((t (:foreground ,ob-butter2)))) + + ;; anzu (melpa) + `(anzu-mode-line ((t (:foreground ,ob-skyblue1-2-blend)))) + ;; highlight-numbers (melpa). `(highlight-numbers-number ((t (:foreground ,ob-butter2))))