branch: externals/ef-themes commit 7977266bdb764ceb9b42a4112413d496043dfbd4 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-deuteranopia-dark: refine bg-{err,warning,info} Makes them stand out a bit more, which is necessary for this theme. --- ef-deuteranopia-dark-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index 084b11c921..c99339e7f8 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -131,9 +131,9 @@ (bg-hl-line "#2e2e1b") (bg-region "#202d3f") (bg-paren "#0f4f9a") - (bg-err "#232d09") ; check with err - (bg-warning "#332600") ; check with warning - (bg-info "#001a4a") ; check with info + (bg-err "#342d09") ; check with err + (bg-warning "#292900") ; check with warning + (bg-info "#00204f") ; check with info (border "#40455f") (cursor "#ffff00")