- color-theme-sanityinc-solarized 20160429.1903(in MELPA)
- A version of Ethan Schoonover's Solarized themes
概要
color-theme-sanityinc-solarized.el は、以下のパッケージに対応したカラーテーマ群です。
- font-lock
- Flycheck
- Flymake
- Clojure errors
- For Brian Carper's extended clojure syntax table
- Rainbow-delimiters
- EDTS errors
- MMM-mode
- Search
- Anzu
- IDO
- which-function
- Emacs interface
- Parenthesis matching (built-in)
- Smartparens paren matching
- Parenthesis matching (mic-paren)
- Parenthesis dimming (parenface)
- macrostep
- undo-tree
- dired+
- Magit
- git-gutter
- git-gutter-fringe
- guide-key
- Compilation
- Grep
- mark-multiple
- helm
- company
- Term
- Eshell
- Python-specific overrides
- js2-mode
- js3-mode
- coffee-mode
- nxml
- RHTML
- Message-mode
- Jabber
- Powerline
- Outline
- Ledger-mode
- EMMS
- mu4e
- Gnus
- twittering-mode
- ansi-term
以下のカラーテーマが定義されています。
- sanityinc-solarized-dark
- sanityinc-solarized-light
インストール
パッケージシステムを初めて使う人は
以下の設定を ~/.emacs.d/init.el の
先頭に加えてください。
(package-initialize) (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "http://melpa.org/packages/") ("org" . "http://orgmode.org/elpa/")))
初めてcolor-theme-sanityinc-solarizedを使う方は
以下のコマンドを実行します。
M-x package-install color-theme-sanityinc-solarized
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name color-theme-sanityinc-solarized
theme: sanityinc-solarized-dark
スクリーンショット
Fig1: emacs-lisp-mode
Fig2: magit
Fig3: grep
Fig4: outline-mode
Fig5: org-mode
Fig6: dired
Fig7: web-mode
Fig8: markdown-mode
Fig9: helm
設定
(load-theme 'sanityinc-solarized-dark t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote sanityinc-solarized-dark) t)'
theme: sanityinc-solarized-light
スクリーンショット
Fig10: emacs-lisp-mode
Fig11: magit
Fig12: grep
Fig13: outline-mode
Fig14: org-mode
Fig15: dired
Fig16: web-mode
Fig17: markdown-mode
Fig18: helm
設定
(load-theme 'sanityinc-solarized-light t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote sanityinc-solarized-light) t)'
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。