(Emacs/elisp)+evil-mc customisation into personal-solarized

This commit is contained in:
2024-09-08 02:56:48 +01:00
parent d594f6ed32
commit 511961af87

View File

@@ -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"))))