diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-21 07:19:36 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-21 07:19:36 +0300 |
| commit | 35e22d6f11aba83b326037b37fec5dbedcea9da0 (patch) | |
| tree | 18bb95afd660e1a3e7054817789293b1235949ca /ef-light-theme.el | |
| parent | 7edb3db855cdbc38dea8fc367ff09a05e9a425ff (diff) | |
Add bg-warning colour to all themes
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el index d9cf9a9..09131ca 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -122,6 +122,7 @@ (bg-region "#bfefff") (bg-paren "#efa09f") (bg-err "#ffd5ea") ; check with err + (bg-warning "#ffeabb") ; check with warning (bg-info "#d0efda") ; check with info (border "#cecfff") |
