- color-theme-sanityinc-tomorrow-theme
概要
color-theme-sanityinc-tomorrow-theme.el は、以下のパッケージに対応したカラーテーマ群です。
- font-lock
- Flycheck
- Flymake
- Clojure errors
- EDTS errors
- Rainbow-delimiters
- MMM-mode
- Search
- Anzu
- IDO
- flx-ido
- Ivy
- 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
- hl-line-mode
- Hydra
- our palette
- Python-specific overrides
- js2-mode
- js3-mode
- coffee-mode
- nxml
- RHTML
- Message-mode
- Jabber
- Powerline
- Powerline-evil
- Outline
- Ledger-mode
- EMMS
- mu4e
- Gnus
- twittering-mode
- ansi-term
- ansi-color
以下のカラーテーマが定義されています。
- sanityinc-tomorrow-bright
- sanityinc-tomorrow-night
- sanityinc-tomorrow-eighties
- sanityinc-tomorrow-blue
- sanityinc-tomorrow-day
インストール
パッケージシステムを初めて使う人は
以下の設定を ~/.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-tomorrow-themeを使う方は
以下のコマンドを実行します。
M-x package-install color-theme-sanityinc-tomorrow-theme
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name color-theme-sanityinc-tomorrow-theme
theme: sanityinc-tomorrow-bright
スクリーンショット
Fig1: emacs-lisp-mode
Fig2: magit
Fig3: grep
Fig4: outline-mode
Fig5: org-mode
Fig6: dired
Fig7: web-mode
Fig8: markdown-mode
Fig9: helm
Fig10: 本家スクリーンショット
設定
(load-theme 'sanityinc-tomorrow-bright t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote sanityinc-tomorrow-bright) t)'
theme: sanityinc-tomorrow-night
スクリーンショット
Fig11: emacs-lisp-mode
Fig12: magit
Fig13: grep
Fig14: outline-mode
Fig15: org-mode
Fig16: dired
Fig17: web-mode
Fig18: markdown-mode
Fig19: helm
Fig20: 本家スクリーンショット
設定
(load-theme 'sanityinc-tomorrow-night t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote sanityinc-tomorrow-night) t)'
theme: sanityinc-tomorrow-eighties
スクリーンショット
Fig21: emacs-lisp-mode
Fig22: magit
Fig23: grep
Fig24: outline-mode
Fig25: org-mode
Fig26: dired
Fig27: web-mode
Fig28: markdown-mode
Fig29: helm
Fig30: 本家スクリーンショット
設定
(load-theme 'sanityinc-tomorrow-eighties t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote sanityinc-tomorrow-eighties) t)'
theme: sanityinc-tomorrow-blue
スクリーンショット
Fig31: emacs-lisp-mode
Fig32: magit
Fig33: grep
Fig34: outline-mode
Fig35: org-mode
Fig36: dired
Fig37: web-mode
Fig38: markdown-mode
Fig39: helm
Fig40: 本家スクリーンショット
設定
(load-theme 'sanityinc-tomorrow-blue t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote sanityinc-tomorrow-blue) t)'
theme: sanityinc-tomorrow-day
スクリーンショット
Fig41: emacs-lisp-mode
Fig42: magit
Fig43: grep
Fig44: outline-mode
Fig45: org-mode
Fig46: dired
Fig47: web-mode
Fig48: markdown-mode
Fig49: helm
Fig50: 本家スクリーンショット
設定
(load-theme 'sanityinc-tomorrow-day t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote sanityinc-tomorrow-day) t)'
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。