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

20150806210628.png
Fig1: emacs-lisp-mode

20150806210641.png
Fig2: magit

20150806210644.png
Fig3: grep

20150806210648.png
Fig4: outline-mode

20150806210652.png
Fig5: org-mode

20150806210655.png
Fig6: dired

20150806210659.png
Fig7: web-mode

20150806210702.png
Fig8: markdown-mode

20150806210706.png
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)'


本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。