From 4813f06a1eb8b32110a75bb50ead928aadcece34 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 28 Nov 2022 09:51:26 +0000 Subject: cosmetics - colours --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 76df077..591423a 100644 --- a/init.el +++ b/init.el @@ -11,6 +11,9 @@ (format "%.2f" time)))) (add-hook 'emacs-startup-hook #'mrl/emacs-load-time t) +;; cursor colour +(set-cursor-color "magenta") + ;; packages (require 'package) (setq package-archives '(("melpa" . "https://melpa.org/packages/") @@ -636,7 +639,7 @@ If failed try to complete the common part with `company-complete-common'" ;; beacon mode (use-package beacon :config - (setq beacon-color "OrangeRed") + (setq beacon-color "DarkViolet") (beacon-mode 1)) ;; flycheck syntax highlighting -- cgit v1.2.3