]> code.delx.au - dotemacs/blobdiff - lisp/my-gui.el
Copy pastels-on-dark-theme into local repo
[dotemacs] / lisp / my-gui.el
index 01d2067db75b18096eff69e4f0efbb361f301a3f..9c3dce1cd8db56e68de758b139261f23fc37ee79 100644 (file)
@@ -1,11 +1,11 @@
 ;;; -*- lexical-binding: t -*-
 
 (require 'pastels-on-dark-theme)
-(face-spec-set 'region '((t (:background "#822A31"))))
+(setq frame-background-mode 'dark)
 
 (setq default-frame-alist '((vertical-scroll-bars)
                             (background-mode . dark)
-                            (alpha . 90)
+                            (alpha . 95)
                             (font . "monospace 11")))
 
 (require 'ansi-color)