From ade579e8036f3bfbface214343f0ecea8ebb269c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 20 Sep 2024 23:37:47 +0200 Subject: emacs: Add ‘background-dark’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/mango-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to '.config/emacs/mango-theme.el') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index b2a369b..092308f 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -24,6 +24,7 @@ graphically, so I shouldn’t need to have multiple specs per face. '((foreground "#C5C8C6") (background "#2B303B") (background-cool "#363C4A") + (background-dark "#1D2635") (background-faint "#414859") (middleground "#4F5561") (disabled "#999999") -- cgit v1.2.3