mirror of
https://github.com/altercation/solarized
synced 2025-02-16 12:28:24 +00:00
Fixing 'foregound' typo
This commit is contained in:
parent
647544c312
commit
b32576a2f1
1 changed files with 2 additions and 2 deletions
4
emacs-color-theme-solarized/color-theme-solarized.el
Normal file → Executable file
4
emacs-color-theme-solarized/color-theme-solarized.el
Normal file → Executable file
|
@ -114,8 +114,8 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
|
|||
(font-lock-function-name-face ((t (:foreground ,blue))))
|
||||
(font-lock-keyword-face ((t (:foreground ,green))))
|
||||
(font-lock-string-face ((t (:foreground ,cyan))))
|
||||
(font-lock-type-face ((t (:foregound ,yellow))))
|
||||
(font-lock-variable-name-face ((t (:foregound ,blue))))
|
||||
(font-lock-type-face ((t (:foreground ,yellow))))
|
||||
(font-lock-variable-name-face ((t (:foreground ,blue))))
|
||||
(font-lock-warning-face ((t (:foreground ,red :bold t))))
|
||||
;; info
|
||||
(info-xref ((t (:foreground ,blue :underline t))))
|
||||
|
|
Loading…
Add table
Reference in a new issue