branch: externals/doric-themes commit d0a96594d42f57892c2f20b8f8223b94088f3816 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the doric-water cursor colour more blue --- doric-water-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-water-theme.el b/doric-water-theme.el index be4b167a02..17743e0139 100644 --- a/doric-water-theme.el +++ b/doric-water-theme.el @@ -42,7 +42,7 @@ (require 'doric-themes)) (defvar doric-water-palette - '((cursor "#89ee9b") + '((cursor "#99ddee") (bg-main "#2a283d") (fg-main "#f2f5ff")