diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:37:47 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:37:47 +0200 |
commit | ade579e8036f3bfbface214343f0ecea8ebb269c (patch) | |
tree | f44b16fce0ccdebbfded2705edc900c3941411f2 /.config/emacs/mango-theme.el | |
parent | 08d80dd6b802e515aa42791747bab7c238d870bb (diff) |
emacs: Add ‘background-dark’
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
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") |