From a99487d5f2f4011dd69e399d511a38643398799a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 16 Aug 2024 12:18:47 +0100 Subject: (Emacs/elisp)~Removed italic from personal-solarized theme --- Emacs/.config/emacs/elisp/personal-solarized-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Emacs') 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))))) -- cgit v1.2.3-13-gbd6f