diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index eab8999..d62522a 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -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)))