branch: externals/doric-themes commit 4923a3a276d4ad48aebd7866c9841ed812b3b7c2 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-valley: change the cursor colour --- doric-valley-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-valley-theme.el b/doric-valley-theme.el index 2e1c02e7b2..8043060fa8 100644 --- a/doric-valley-theme.el +++ b/doric-valley-theme.el @@ -42,7 +42,7 @@ (require 'doric-themes)) (defvar doric-valley-palette - '((cursor "#d8a4a0") + '((cursor "#a4bedb") (bg-main "#383035") (fg-main "#e0d5b7") (border "#846b61")