material-theme 20160908.1538(in MELPA)
A Theme based on the colors of the Google Material Design

概要

material-theme.el は、以下のパッケージに対応したカラーテーマ群です。

  • ace-window
  • ace-jump-mode
  • Flycheck
  • highlight indentation
  • Flymake
  • Clojure errors
  • EDTS errors
  • For Brian Carper's extended clojure syntax table
  • Rainbow-delimiters
  • MMM-mode
  • Search
  • Evil
  • iedit
  • ahs
  • Anzu
  • IDO
  • flx-ido
  • 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
  • Compilation (most faces politely inherit from 'success, 'error, 'warning etc.)
  • Grep
  • Helm
  • guide-key
  • which-key
  • mark-multiple
  • Python-specific overrides
  • ein (emacs-ipython-notebook) specific colors
  • js2-mode
  • js3-mode
  • coffee-mode
  • nxml
  • RHTML
  • Message-mode
  • cfw emacs calendar
  • Jabber
  • Company autocomplete
  • Powerline
  • Spaceline
  • Outline
  • Ledger-mode
  • mu4e
  • Gnus
  • emms
  • stripe-buffer
  • erc
  • twittering-mode
  • ansi-term
  • highlight-sexp-mode

以下のカラーテーマが定義されています。

  • material
  • material-light

インストール

パッケージシステムを初めて使う人は
以下の設定を ~/.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/")))

初めてmaterial-themeを使う方は
以下のコマンドを実行します。

M-x package-install material-theme

アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。

M-x package-install package-utils (初めてアップグレードする場合のみ)
M-x package-utils-upgrade-by-name material-theme

theme: material

スクリーンショット

20151209105109.png
Fig1: emacs-lisp-mode

20151209105114.png
Fig2: magit

20151209105117.png
Fig3: grep

20151209105119.png
Fig4: outline-mode

20151209105122.png
Fig5: org-mode

20151209105124.png
Fig6: dired

20151209105129.png
Fig7: web-mode

20151209105131.png
Fig8: markdown-mode

20151209105135.png
Fig9: helm

rainbow-delimiters.png
Fig10:本家スクリーンショット

設定

(load-theme 'material t)

実行方法

$ emacs -Q -f package-initialize -eval '(load-theme (quote material) t)'

theme: material-light

スクリーンショット

20151209105248.png
Fig11: emacs-lisp-mode

20151209105254.png
Fig12: magit

20151209105257.png
Fig13: grep

20151209105301.png
Fig14: outline-mode

20151209105303.png
Fig15: org-mode

20151209105306.png
Fig16: dired

20151209105308.png
Fig17: web-mode

20151209105311.png
Fig18: markdown-mode

20151209105314.png
Fig19: helm

material-theme.png
Fig20:本家スクリーンショット

org-mode-demo.png
Fig21:本家スクリーンショット

ace-window.png
Fig22:本家スクリーンショット

設定

(load-theme 'material-light t)

実行方法

$ emacs -Q -f package-initialize -eval '(load-theme (quote material-light) t)'


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