- darktooth-theme 20170715.1624(in MELPA)
- From the darkness... it watches
概要
darktooth-theme.el は、灰色背景のカラーテーマです。
以下のパッケージに対応しています。
- whitespace
- rainbow-delimiters
- rainbow-identifiers
- linum-relative
- highlight-indentation
- smartparens
- elscreen
- ag
- magit
- diff
- ediff
- js2
- org
- powerline
- popup
- pos-tip
- anzu
- company
- helm
- term
- ansi-colors
Fig1: emacs-lisp-mode
Fig2: magit
Fig3: grep
Fig4: outline-mode
Fig5: org-mode
Fig6: dired
Fig7: web-mode
Fig8: markdown-mode
Fig9: helm
本家サイト にも多数のスクリーンショットがあります。
インストール
パッケージシステムを初めて使う人は
以下の設定を ~/.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/")))
初めてdarktooth-themeを使う方は
以下のコマンドを実行します。
M-x package-install darktooth-theme
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name darktooth-theme
設定
(load-theme 'darktooth t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote darktooth) t)'
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。