- white-theme 20160917.1043(in MELPA)
- Minimalistic light color theme inspired by basic-theme
概要
white-theme.el は、以下のパッケージに対応したカラーテーマです。
- comint
- compilation
- isearch
- link
- linum
- mode-line
- ace-jump-mode
- anzu
- avy
- custom
- diff
- eldoc
- erc
- eshell
- font-lock
- helm
- js2-mode
- magit
- message
- notmuch
- org
- show-paren
- shr(eww)
- wgrep
- racket
- vc
インストール
パッケージシステムを初めて使う人は
以下の設定を ~/.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/")))
初めてwhite-themeを使う方は
以下のコマンドを実行します。
M-x package-install white-theme
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name white-theme
スクリーンショット
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: 本家スクリーンショット
Fig11: 本家スクリーンショット
Fig12: 本家スクリーンショット
Fig13: 本家スクリーンショット
設定
(load-theme 'white t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote white) t)'
本サイト内の関連パッケージ
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。