From 397dfd2e08597cfec50c26d1121b52d1150d0bb9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 24 Feb 2021 05:34:38 +0100 Subject: [PATCH] Emacs: Tweak region (selection) color. --- init.d/basics/appearance.el | 1 + 1 file changed, 1 insertion(+) 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)))