diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 14:02:25 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 14:04:12 +0300 |
| commit | a9fbe0505646ab80f7a7bdc4c643e501798960e2 (patch) | |
| tree | d7550384027c826d6ab620ec4f6ae3a07bee4427 /ef-spring-theme.el | |
| parent | ca92fc9d117ec1728530aef83179b27de92b4505 (diff) | |
ef-spring: revise cursor colour to a shade of red
Contrasts and complements the otherwise green feel. It also fits in
with other accents of the theme.
Diffstat (limited to 'ef-spring-theme.el')
| -rw-r--r-- | ef-spring-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-spring-theme.el b/ef-spring-theme.el index 9f19c84..1f674c1 100644 --- a/ef-spring-theme.el +++ b/ef-spring-theme.el @@ -125,7 +125,7 @@ (bg-info "#ccf5dd") ; check with info (border "#b9d0c4") - (cursor "#0077cc") + (cursor "#bf0040") (fg-intense "#000000") ;; Mappings |
