aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/personal-solarized-theme.el
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-08-16 12:18:47 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-08-16 12:18:47 +0100
commita99487d5f2f4011dd69e399d511a38643398799a (patch)
tree4337423d7bc570eceda691a33c0eaf38cde14690 /Emacs/.config/emacs/elisp/personal-solarized-theme.el
parentc05bb3a60490e64eb2848e2b14a92eee62d8f79a (diff)
downloaddotfiles-a99487d5f2f4011dd69e399d511a38643398799a.tar.gz
dotfiles-a99487d5f2f4011dd69e399d511a38643398799a.tar.bz2
dotfiles-a99487d5f2f4011dd69e399d511a38643398799a.zip
(Emacs/elisp)~Removed italic from personal-solarized theme
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-solarized-theme.el')
-rw-r--r--Emacs/.config/emacs/elisp/personal-solarized-theme.el8
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)))))