diff options
Diffstat (limited to 'Emacs')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-solarized-theme.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el index 962ab10..49a15d6 100644 --- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el +++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el @@ -11,10 +11,10 @@ '(company-preview ((t (:foreground "wheat" :background "blue4")))) '(company-preview-common ((t (:inherit company-preview :foreground "grey")))) '(company-tooltip ((t (:background "black" :foreground "white")))) - '(company-tooltip-annotation ((t (:foreground "grey" :slant italic)))) - '(company-tooltip-selection ((t (:background "grey31" :slant italic)))) + '(company-tooltip-annotation ((t (:foreground "grey")))) + '(company-tooltip-selection ((t (:background "grey31")))) '(cursor ((t (:background "white")))) - '(dired-ignored ((t (:background "grey10" :slant italic :underline t)))) + '(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)))) @@ -56,7 +56,7 @@ '(homoglyph ((t (:foreground "cyan")))) '(isearch ((t (:foreground "brown4" :background "white")))) '(isearch-fail ((t (:background "red4")))) - '(ivy-current-match ((t (:weight bold :underline t :slant italic)))) + '(ivy-current-match ((t (:weight bold :underline t)))) '(lazy-highlight ((t (:background "paleturquoise4")))) '(line-number ((t (:foreground "grey45" :background "grey1" :inherit (default))))) '(line-number-current-line ((t (:foreground "white" :background "grey1" :inherit (default))))) |