diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-09-08 02:56:48 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-09-08 02:56:48 +0100 |
commit | 511961af87313173ba381112a21d90f04b1cdd92 (patch) | |
tree | 55ae18a30b00a18e4dac408609196cb83c0360bc /Emacs/.config/emacs | |
parent | d594f6ed32ff8b08330b5cfa12f5467ea63050cb (diff) | |
download | dotfiles-511961af87313173ba381112a21d90f04b1cdd92.tar.gz dotfiles-511961af87313173ba381112a21d90f04b1cdd92.tar.bz2 dotfiles-511961af87313173ba381112a21d90f04b1cdd92.zip |
(Emacs/elisp)+evil-mc customisation into personal-solarized
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-solarized-theme.el | 4 |
1 files changed, 3 insertions, 1 deletions
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")))) |