visual: Make mouse pointer more visible in EXWM

See https://github.com/ch11ng/exwm/issues/513.
master
Pierre Neidhardt 2018-11-17 12:56:57 +01:00
parent 1f5d754fd3
commit 1689f27d61
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
;;; General
;; (set-face-attribute 'default nil :foreground "white" :background "black")
(set-face-attribute 'default nil :foreground "white smoke" :background "#101010")
(set-face-background 'mouse "#777777")
;;; Font size
(when (fboundp 'tool-bar-mode)