]> code.delx.au - dotemacs/commitdiff
Change region colour
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 1 Jun 2017 22:52:30 +0000 (08:52 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 1 Jun 2017 22:52:30 +0000 (08:52 +1000)
lisp/my-gui.el

index a5a844aed09129d14dbf6b834a22db26cc9ff47d..469891248048dd1b8786d8d3aa81146d96bca6cb 100644 (file)
@@ -1,6 +1,7 @@
 ;;; -*- lexical-binding: t -*-
 
 (require 'pastels-on-dark-theme)
+(face-spec-set 'region '((t (:background "#822A31"))))
 
 (setq default-frame-alist '((vertical-scroll-bars)
                             (background-mode . dark)