diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-09-28 14:08:49 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-09-28 14:08:49 +0300 |
| commit | 5eb7413f68d56731fc83869593f8a0f96a7209bf (patch) | |
| tree | c81529ea366ee53c8cd3a534a9589fdc83a324de | |
| parent | 268a69e5cbb4584dbb6f00322426550c05e95418 (diff) | |
Add the common mapping for bg-diff-context
| -rw-r--r-- | ef-themes.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el index 5038581..93db040 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -106,7 +106,8 @@ "Symbols of all the Ef themes.") (defconst ef-themes-palette-common - '((bg-line-number-active unspecified) + '((bg-diff-context bg-dim) + (bg-line-number-active unspecified) (bg-line-number-inactive unspecified) (bg-mode-line-inactive bg-alt) (bg-space unspecified) |
