X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a6fa5ef0beb0514fb879279cc0939d1058ce0cd2..133cf81dabe349af05c3d2efc44910a3685e4209:/dot-emacs.el diff --git a/dot-emacs.el b/dot-emacs.el index 789de88..1d550d3 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -642,7 +642,7 @@ the regular expressions in `mdw-backup-disable-regexps'." (comint-highlight-input) (font-lock-builtin-face :weight bold) (font-lock-type-face :weight bold) - (region :background "grey30") + (region :background ,(if window-system "grey30" "blue")) (isearch :background "palevioletred2") (mdw-punct-face :foreground ,(if window-system "burlywood2" "yellow")) (mdw-number-face :foreground "yellow")