From cd460f46003873c93571c7f2ff955d1b9435b286 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 10 Apr 2018 15:18:40 -0400 Subject: [PATCH] Lunarize the mark --- custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.el b/custom.el index b51571e..a9a5332 100644 --- a/custom.el +++ b/custom.el @@ -108,4 +108,5 @@ '(shadow ((t (:foreground "grey60")))) '(tooltip ((t (:inherit default :slant normal :weight normal)))) '(variable-pitch ((t (:family "default")))) + '(visible-mark-active ((t (:background "#b58900" :foreground "#262626" :slant normal :weight normal)))) '(visible-mark-face ((t (:background "goldenrod" :foreground "#182828")))))