Emacs: Tweak region (selection) color.

This commit is contained in:
tastytea 2021-02-24 05:34:38 +01:00
parent 8c2fe225c2
commit 397dfd2e08
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
"Fix some colors, needed the for the first frame after server start."
(when my/run-fix-theme
(set-face-background 'hl-line "#140f50")
(set-face-background 'region "#340f50")
(when (display-graphic-p)
(set-face-background 'scroll-bar (face-background 'default))
(set-face-foreground 'scroll-bar (face-foreground 'shadow)))