-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Not a real issue, rather annoyance.
System: Manjaro.
WM: i3 (x11)
Emacs daemon initiated: emacs.service (enabled)
Theme: ef-bio (loaded), ef-elea-light (to be toggled)
Palette override: cursor color.
Theme settings:
;; Ef-themes
(mapc #'disable-theme custom-enabled-themes)
(use-package ef-themes
:ensure t
:init
(ef-themes-take-over-modus-themes-mode 1)
:config
(setq modus-themes-mixed-fonts nil)
(setq modus-themes-italic-constructs t)
(setq modus-themes-prompts '(bold italic))
(setq modus-themes-completions
'((matches . (semibold underline))
(selection . (semibold italic))))
(setq ef-bio-palette-overrides
'((cursor "DarkOrange2")))
(setq ef-elea-light-palette-overrides
'((cursor "DarkOrange2")
(bg-main "#dbe1c9")))
(setq ef-themes-to-toggle '(ef-bio ef-elea-light)))
(modus-themes-load-theme 'ef-bio)
(global-set-key (kbd "C-c e f") #'ef-themes-toggle)
Problem: When (and only when) opening the first gui frame, ef-bio shows up with original cursor color ("#35f038") and not with the desired orange color. However, when toggle the themes the cursor turns to the properly set orange color.
In cli frame I didn't experience such a behavior. It just works flawlessly.
Very well designed themes, thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels