Emacs: Tweak region (selection) color.
This commit is contained in:
parent
8c2fe225c2
commit
397dfd2e08
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user