diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-28 09:09:39 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-28 09:09:39 +0300 |
| commit | 66532d6f6ee97d0878f314c00292fa5db25306e0 (patch) | |
| tree | 4b789d4b5334abe721741663ebcb5de42c339f3e | |
| parent | cc61a8b5186a1c3903762f083260b90c12a7c5eb (diff) | |
ef-light: make 'border' more noticeable
| -rw-r--r-- | ef-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el index f3b5a64..117b735 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -132,7 +132,7 @@ (bg-warning "#ffeabb") ; check with warning (bg-info "#d0efda") ; check with info - (border "#c4cadf") + (border "#bfc4da") (cursor "#0033cc") (fg-intense "#000000") |
