- grandshell-theme 20170507.104(in MELPA)
- Dark color theme for Emacs > 24 with intensive colors.
概要
grandshell-theme.el は 真っ黒背景なカラーテーマです。
多くのパッケージに対応しています。
- isearch
- mode-line
- which-func
- show-paren
- font-lock
- auto-complete
- auto-dim-other-buffers
- clojure
- company
- compilation
- diff
- diff-hl
- dired+
- ediff
- eldoc
- erb
- erc
- eshell
- eval-sexp-fu
- fic-mode
- flycheck
- flymake
- git-gutter
- git-gutter-fringe
- gnus
- grep
- helm
- highlight-symbol
- icomplete
- ido
- jabber
- js2-mode
- js3-mode
- linum
- magit
- markdown-mode
- mark-multiple
- message-mode
- mic-paren
- mmm-mode
- nrepl-eval-sexp-fu
- nxml
- org
- outline
- parenface
- powerline
- rainbow-delimiters
- regex-tool
- sh-script
- shr
- slime
- smart-mode-line
- term
- undo-tree
- web-mode
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/")))
初めてgrandshell-themeを使う方は
以下のコマンドを実行します。
M-x package-install grandshell-theme
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name grandshell-theme
設定 150625000630.grandshell-theme.el(以下のコードと同一)
(load-theme 'grandshell t)
実行方法
$ wget http://rubikitch.com/f/150625000630.grandshell-theme.el $ emacs -Q -f package-initialize -l 150625000630.grandshell-theme.el
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。