diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-28 09:08:51 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-28 09:08:51 +0300 |
| commit | cc61a8b5186a1c3903762f083260b90c12a7c5eb (patch) | |
| tree | 66d778e062480bfec2786fd69830bf7b321bb974 | |
| parent | 597dd61423cefb1a5a827cbb1a27936d9a7770ea (diff) | |
ef-deuteranopia-light: make 'border' more noticeable
| -rw-r--r-- | ef-deuteranopia-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el index 9690c75..8da64e6 100644 --- a/ef-deuteranopia-light-theme.el +++ b/ef-deuteranopia-light-theme.el @@ -135,7 +135,7 @@ (bg-warning "#ffe0aa") ; check with warning (bg-info "#d0dfff") ; check with info - (border "#c0c0d4") + (border "#bcbcd0") (cursor "#0000bb") (fg-intense "#000000") |
