diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-01-09 07:22:42 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-01-09 07:22:42 +0200 |
| commit | f3ee018495ba2b7e400cbaf77e15812a7192d6e3 (patch) | |
| tree | 6a09c425f76faa20370807975e9d0be7fdade33d /ef-fig-theme.el | |
| parent | a50889a1fb05c230fa6ee957ffa2229efa218136 (diff) | |
ef-fig: revise the bg-region, bg-completion, bg-hl-line, bg-paren-match mappings
Diffstat (limited to 'ef-fig-theme.el')
| -rw-r--r-- | ef-fig-theme.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ef-fig-theme.el b/ef-fig-theme.el index 6b25a50..dd701ae 100644 --- a/ef-fig-theme.el +++ b/ef-fig-theme.el @@ -103,15 +103,15 @@ (bg-mode-line-active "#57602e") (fg-mode-line-active "#c8c597") - (bg-completion "#604e3f") + (bg-completion "#503e6f") (bg-hover "#7f5a60") (bg-hover-secondary "#6a4f6f") - (bg-hl-line "#413f2f") - (bg-paren-match "#7e3f84") + (bg-hl-line "#47275f") + (bg-paren-match "#5e5f54") (bg-err "#552407") ; check with err (bg-warning "#55421e") ; check with warning (bg-info "#3e4200") ; check with info - (bg-region "#64523e"))) + (bg-region "#643270"))) (defconst ef-fig-palette-mappings-partial '((err red) |
