madhat2r-theme 20170202.1630(in MELPA)
dark color theme that is easy on the eyes

概要

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

  • eval-sexp-fu
  • font-lock
  • fringe
  • header-line
  • hl-line
  • isearch
  • link
  • secondary-selection
  • tooltip
  • basics
  • ahs
  • Message-mode
  • anzu-mode
  • auto-complete
  • avy
  • cider
  • company
  • diff
  • diff-hl
  • dired
  • ediff
  • ein
  • eldoc
  • elfeed
  • enh-ruby
  • erc
  • eshell
  • evil
  • flycheck
  • jabber
  • git-gutter-fr
  • git-timemachine
  • gnus
  • guide-key
  • helm
  • helm-swoop
  • highlights
  • highlight-indentation
  • highlight-symbol
  • hydra
  • ido
  • info
  • ivy
  • latex
  • linum-mode
  • linum-relative
  • magit
  • man
  • markdown
  • mode-line
  • mu4e
  • neotree
  • org
  • perspective
  • popup
  • powerline
  • rainbow-delimiters
  • shm
  • show-paren
  • smartparens
  • spaceline
  • spacemacs-specific
  • swiper
  • term
  • web-mode
  • which-key
  • which-function-mode
  • whitespace-mode

インストール

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

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

M-x package-install madhat2r-theme

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

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

スクリーンショット

20170207133933.png
Fig1: emacs-lisp-mode

20170207133940.png
Fig2: magit

20170207133944.png
Fig3: grep

20170207133946.png
Fig4: outline-mode

20170207133949.png
Fig5: org-mode

20170207133952.png
Fig6: dired

20170207133955.png
Fig7: web-mode

20170207133957.png
Fig8: markdown-mode

20170207134001.png
Fig9: helm

madhat2r-code.png
Fig10: 本家スクリーンショット(code)

madhat2r-org.png
Fig11: 本家スクリーンショット(org)

madhat2r-magit.png
Fig12: 本家スクリーンショット(magit)

設定

(load-theme 'madhat2r t)

実行方法

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


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