(Emacs/elisp)~Removed italic from personal-solarized theme
This commit is contained in:
@@ -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)))))
|
||||
|
||||
Reference in New Issue
Block a user