diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-16 12:18:47 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-16 12:18:47 +0100 |
commit | a99487d5f2f4011dd69e399d511a38643398799a (patch) | |
tree | 4337423d7bc570eceda691a33c0eaf38cde14690 | |
parent | c05bb3a60490e64eb2848e2b14a92eee62d8f79a (diff) | |
download | dotfiles-a99487d5f2f4011dd69e399d511a38643398799a.tar.gz dotfiles-a99487d5f2f4011dd69e399d511a38643398799a.tar.bz2 dotfiles-a99487d5f2f4011dd69e399d511a38643398799a.zip |
(Emacs/elisp)~Removed italic from personal-solarized theme
-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))))) |