emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/oblivion-theme b1181a024a: Add mono-complete face


From: ELPA Syncer
Subject: [nongnu] elpa/oblivion-theme b1181a024a: Add mono-complete face
Date: Sun, 5 Mar 2023 20:00:42 -0500 (EST)

branch: elpa/oblivion-theme
commit b1181a024a1c2295a42915c0110ac9816844aff6
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add mono-complete face
---
 oblivion-theme.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/oblivion-theme.el b/oblivion-theme.el
index b105cdc974..9d6c969c87 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -59,7 +59,8 @@
 
       ;; Blends, not part of GEdit theme.
       (ob-aluminium6+16 "#464f52")
-      (ob-aluminium6+5 "#3a4144"))
+      (ob-aluminium6+5 "#3a4144")
+      (ob-aluminium6-5 "#232829"))
 
   (custom-theme-set-faces
    ;; Theme name.
@@ -315,7 +316,9 @@
 
    ;; fancy-dabbrev (melpa).
    ;; Colors selected from the palette to be a balance: not too intrusive, not 
too faded.
-   `(fancy-dabbrev-preview-face ((t (:foreground ,ob-aluminium4 :background 
,ob-aluminium6+5))))
+   `(fancy-dabbrev-preview-face ((t (:foreground ,ob-aluminium5 :background 
,ob-aluminium6-5))))
+   ;; mono-complete (melpa).
+   `(mono-complete-preview-face ((t (:foreground ,ob-aluminium5 :background 
,ob-aluminium6-5))))
 
    ;; neotree (melpa).
    `(neo-banner-face ((t (:foreground ,ob-chocolate2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]