(Emacs/elisp)~Fix some annoyances in personal solarized theme
This commit is contained in:
@@ -64,16 +64,16 @@
|
||||
'(link-visited ((t (:foreground "violet" :inherit (link)))))
|
||||
'(match ((t (:background "RoyalBlue3"))))
|
||||
'(minibuffer-prompt ((t (:foreground "cyan"))))
|
||||
'(mode-line ((t (:box nil :foreground "LightSkyBlue" :background "black" :inherit (default)))))
|
||||
'(mode-line ((t (:box (:line-width 1 :color "white") :foreground "LightSkyBlue" :background "black" :inherit (default)))))
|
||||
'(mode-line-buffer-id ((t (:weight bold))))
|
||||
'(mode-line-emphasis ((t (:weight bold))))
|
||||
'(mode-line-inactive ((t (:box nil :weight light :foreground "CadetBlue" :background "grey7" :inherit (default)))))
|
||||
'(mode-line-inactive ((t (:box (:line-width 1 :color "grey10") :weight light :foreground "CadetBlue" :background "grey7" :inherit (default)))))
|
||||
'(next-error ((t (:inherit (region)))))
|
||||
'(orderless-match-face-0 ((t (:weight bold :foreground "lime green"))))
|
||||
'(orderless-match-face-1 ((t (:weight bold :foreground "light green"))))
|
||||
'(orderless-match-face-2 ((t (:weight bold :foreground "forest green"))))
|
||||
'(orderless-match-face-3 ((t (:weight bold :foreground "dark green"))))
|
||||
'(org-block ((t (:background "grey3" :inherit shadow))))
|
||||
'(org-block ((t (:inherit shadow))))
|
||||
'(org-code ((t (:foreground "green3"))))
|
||||
'(org-quote ((t (:slant italic))))
|
||||
'(org-verbatim ((t (:foreground "red3"))))
|
||||
|
||||
Reference in New Issue
Block a user