diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2024-04-26 21:20:08 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2024-04-26 21:20:08 +0300 |
| commit | 040c83b458196928794501714fe4c9accebfd9cf (patch) | |
| tree | 574f98a06224ebd77d296671e8f9bdf37d3d6490 | |
| parent | 3f25c4a30ab9539321db9a3670109387e60bba38 (diff) | |
ef-light: make blue a bit darker
| -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 3aea399..f70d83b 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -71,7 +71,7 @@ (yellow-warmer "#b6532f") (yellow-cooler "#b65050") (yellow-faint "#a65f6a") - (blue "#375cd8") + (blue "#3740cf") (blue-warmer "#4250ef") (blue-cooler "#065fff") (blue-faint "#4f54ba") |
