Skip to content

Latest commit

 

History

History
81 lines (73 loc) · 3.29 KB

1408101336.moe-theme.org

File metadata and controls

81 lines (73 loc) · 3.29 KB

emacs moe-theme.el : Emacsで萌え萌えキュン☆moe-themeを使おう | MELPA Emacs Lisp Elisp パッケージ インストール 設定 使い方 スクリーンショット

パッケージ名moe-theme
概要(原文)A colorful eye-candy theme. Moe, moe, kyun!
リポジトリMELPA
取得先https://github.com/kuanyui/moe-theme.el
バージョン20150106.1656
関連記事package:moe-theme

これは何?

moe-themeとは、Emacsで使う色をカワイイものにしようとするthemeです。

様々なモードに対応しているのが特徴です。

  • Diff / EDiff
  • Dired / Dired+
  • ERC / rcirc
  • Eshell / Ansi-term
  • Gnus / Message
  • Helm / ido
  • Org-mode / Agenda / calfw
  • Magit / Git-commit / Git-gutter
  • Markdown-mode
  • popup / Auto-complete-mode
  • Rainbow-delimiters
  • Swoop
  • Twittering-mode
  • undo-tree
  • などなど

スクリーンショットは本家サイト にたくさんあるので、 Emacsに派手さが足りないと思う人は見ていくとよいです。

(require 'moe-theme)
;;; org-modeで見出しごとにフォントの大きさを変える
(setq moe-theme-resize-org-title
      '(2.2 1.8 1.6 1.4 1.2 1.0 1.0 1.0 1.0))
;;; mode-lineをオレンジにする
;; (サポートしている他の色: blue, orange, green ,magenta, yellow, purple, red, cyan, w/b)
(setq moe-theme-mode-line-color 'orange)
(moe-dark)
;; あるいは (moe-light)

実行方法

$ wget http://rubikitch.com/f/140810132314.moe-theme.el
$ emacs -Q -f package-initialize -l 140810132314.moe-theme.el

http://rubikitch.com/f/20140810135445.png Fig1: moe-themeでorg-mode!