diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-21 15:48:26 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-21 15:48:26 +0200 |
| commit | dd29f5a363071de673dee0b8001204018b0e9c95 (patch) | |
| tree | 23361e884879c49aa2f06a2e9a3da266fe29ede4 /eighters-theme.el | |
| parent | e29d07bd7227f4c3f90b3847799c3a67756725f9 (diff) | |
| download | eighters-theme-dd29f5a363071de673dee0b8001204018b0e9c95.tar.xz | |
Give an explicit color to the cursor
For some reason on openSUSE, I was getting a #232627 cursor whenever I
opened a second frame.
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")))) |
