- spacegray-theme 20150719.1231(in MELPA)
- A Hyperminimal UI Theme
概要
spacegray-theme.el は、Sublime Textの同名カラーテーマ
をEmacsに移植したものです。
多くのパッケージに対応しています。
- font-lock
- Flycheck
- Flymake
- Clojure errors
- EDTS errors
- For Brian Carper's extended clojure syntax table
- Rainbow-delimiters
- MMM-mode
- isearch
- Anzu
- IDO
- flx-ido
- which-function
- linum
- mode-line
- whitespace
- show-paren
- smartparens
- Parenthesis matching (mic-paren)
- Parenthesis dimming (parenface)
- slime
- diff
- ediff
- eldoc
- macrostep
- undo-tree
- dired+
- Magit (a patch is pending in magit to make these standard upstream)
- git-gutter
- git-gutter-fringe
- Compilation (most faces politely inherit from 'success, 'error, 'warning etc.)
- Grep
- regex-tool
- mark-multiple
- org
- markdown
- highlight-symbol
- Python-specific overrides
- js2-mode
- js3-mode
- coffee-mode
- nxml
- RHTML (erb)
- Message-mode
- Jabber
- Powerline
- Outline
- Ledger-mode
- mu4e
- Gnus
- there are several more -cite- faces...
- emms
- stripe-buffer
- erc
- twittering-mode
- ansi-term
- helm
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/")))
初めてspacegray-themeを使う方は
以下のコマンドを実行します。
M-x package-install spacegray-theme
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name spacegray-theme
設定
(load-theme 'spacegray t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote spacegray) t)'
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。