.emacs-my
changeset 1622 954b7c665c1a
parent 1621 95a7aa1e3e60
child 1626 f73d74be1316
--- a/.emacs-my	Tue Sep 22 12:53:26 2020 +0300
+++ b/.emacs-my	Tue Sep 22 12:55:29 2020 +0300
@@ -894,6 +894,9 @@
 ;; 24.5; "(global-hi-lock-mode 1)" broke "C-x" key bindings inside "M-x term", especially for "emacs -nw" (Emacs inside Emacs).
 ; (global-hi-lock-mode -1)
 
+(when window-system
+  (set-face-attribute 'shadow nil :foreground "gray60")) ;; tan, gray70
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "highlight selected text")