(Emacs/elisp)+evil-mc customisation into personal-solarized
This commit is contained in:
@@ -13,11 +13,13 @@
|
|||||||
'(company-tooltip ((t (:background "black" :foreground "white"))))
|
'(company-tooltip ((t (:background "black" :foreground "white"))))
|
||||||
'(company-tooltip-annotation ((t (:foreground "grey"))))
|
'(company-tooltip-annotation ((t (:foreground "grey"))))
|
||||||
'(company-tooltip-selection ((t (:background "grey31"))))
|
'(company-tooltip-selection ((t (:background "grey31"))))
|
||||||
'(cursor ((t (:background "white"))))
|
'(cursor ((t (:background "#f2eec4"))))
|
||||||
'(dired-ignored ((t (:background "grey10" :underline t))))
|
'(dired-ignored ((t (:background "grey10" :underline t))))
|
||||||
'(escape-glyph ((t (:foreground "cyan"))))
|
'(escape-glyph ((t (:foreground "cyan"))))
|
||||||
'(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold))))
|
'(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold))))
|
||||||
'(eshell-prompt ((t (:foreground "turquoise3" :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))))
|
'(fill-column-indicator ((t (:inherit shadow :foreground "gray23" :background "gray23" :weight thin))))
|
||||||
'(fixed-pitch ((t (:family "Monospace"))))
|
'(fixed-pitch ((t (:family "Monospace"))))
|
||||||
'(font-latex-bold-face ((t (:weight bold :foreground "#9eacac"))))
|
'(font-latex-bold-face ((t (:weight bold :foreground "#9eacac"))))
|
||||||
|
|||||||
Reference in New Issue
Block a user