From 511961af87313173ba381112a21d90f04b1cdd92 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 8 Sep 2024 02:56:48 +0100 Subject: (Emacs/elisp)+evil-mc customisation into personal-solarized --- Emacs/.config/emacs/elisp/personal-solarized-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el index 4cf610e..1474867 100644 --- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el +++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el @@ -13,11 +13,13 @@ '(company-tooltip ((t (:background "black" :foreground "white")))) '(company-tooltip-annotation ((t (:foreground "grey")))) '(company-tooltip-selection ((t (:background "grey31")))) - '(cursor ((t (:background "white")))) + '(cursor ((t (:background "#f2eec4")))) '(dired-ignored ((t (:background "grey10" :underline t)))) '(escape-glyph ((t (:foreground "cyan")))) '(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold)))) '(eshell-prompt ((t (:foreground "turquoise3" :weight bold)))) + '(evil-mc-cursor-default-face ((t (:foreground "black" :background "white")))) + '(evil-mc-region-face ((t (:extend t :background "grey50")))) '(fill-column-indicator ((t (:inherit shadow :foreground "gray23" :background "gray23" :weight thin)))) '(fixed-pitch ((t (:family "Monospace")))) '(font-latex-bold-face ((t (:weight bold :foreground "#9eacac")))) -- cgit v1.2.3-13-gbd6f