branch: externals/modus-operandi-theme
commit 6e9c5a29b5e75cddddefecd3f5c1dbb58bc48657
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Modus Vivendi: tweak yellow-refine-{bg,fg} colours
    
    This is to ensure more consistent contrast ratios with the rest of the
    palette.  Basically "yellow refine" should not pop out significantly
    more than its peers.
---
 modus-vivendi-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5117efd..2d0e12e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -649,7 +649,7 @@ AMOUNT is a customisation option."
       ;; combined with any of the base backgrounds
       ("red-refine-bg" . "#77002a") ("red-refine-fg" . "#ffb9ab")
       ("green-refine-bg" . "#00422a") ("green-refine-fg" . "#9ff0cf")
-      ("yellow-refine-bg" . "#705000") ("yellow-refine-fg" . "#ffffac")
+      ("yellow-refine-bg" . "#693200") ("yellow-refine-fg" . "#e2d980")
       ("blue-refine-bg" . "#242679") ("blue-refine-fg" . "#8ec6ff")
       ("magenta-refine-bg" . "#71206a") ("magenta-refine-fg" . "#ffcaf0")
       ("cyan-refine-bg" . "#004065") ("cyan-refine-fg" . "#8ae4f2")

Reply via email to