From dd29f5a363071de673dee0b8001204018b0e9c95 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 21 Sep 2020 15:48:26 +0200 Subject: Give an explicit color to the cursor For some reason on openSUSE, I was getting a #232627 cursor whenever I opened a second frame. --- eighters-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/eighters-theme.el b/eighters-theme.el index ac8c91f..1006100 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -16,6 +16,7 @@ (custom-theme-set-faces 'eighters '(default ((t (:background "black" :foreground "gainsboro")))) + '(cursor ((t (:background "gainsboro")))) '(fringe ((t (:foreground "gray50")))) '(shadow ((t (:foreground "gray50")))) '(vertical-border ((t (:foreground "gray50")))) -- cgit v1.2.3