diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-28 09:07:01 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-10-28 09:07:01 +0300 |
| commit | 0ce9c882d9a5f68bbf128121ffa77f18d67385ec (patch) | |
| tree | 434bcd608efef167ed9bf905688f09385774892e | |
| parent | 350af4fe704c4a94a815595750dd46400b38f4e3 (diff) | |
ef-dark: make 'border' more noticeable
| -rw-r--r-- | ef-dark-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el index 814624a..13ba89c 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -132,7 +132,7 @@ (bg-warning "#332600") ; check with warning (bg-info "#002212") ; check with info - (border "#4a4a5a") + (border "#4f4f5f") (cursor "#ff76ff") (fg-intense "#ffffff") |
