summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-28 09:51:26 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-28 09:51:26 +0000
commit4813f06a1eb8b32110a75bb50ead928aadcece34 (patch)
tree49709489f461dcd5cd4f7603fe86c58bf8577fa2
parent6aa44c61bdff90985b4ee1abaf278921782a864e (diff)
cosmetics - colours
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
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