branch: externals/doric-themes commit 53d76703b07fa30e0b50eadaafa8d1e917d4fb0c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the doric-wind cursor colour a bit more saturated --- doric-wind-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-wind-theme.el b/doric-wind-theme.el index c41ad365cb..9dac4fe022 100644 --- a/doric-wind-theme.el +++ b/doric-wind-theme.el @@ -42,7 +42,7 @@ (require 'doric-themes)) (defvar doric-wind-palette - '((cursor "#000077") + '((cursor "#00009b") (bg-main "#e8f0e9") (fg-main "#000f0f")