- darkburn-theme 20170423.952(in MELPA)
- A not-so-low contrast color theme for Emacs.
概要
darkburn-theme.el は、以下のパッケージに対応したカラーテーマです。
- header-line
- compilation
- completions
- grep
- isearch
- font lock
- newsticker
- ace-jump
- anzu
- full-ack
- auctex
- auto-complete
- android mode
- avy
- company-mode
- bm
- cider
- circe
- coq
- ctable
- diff
- diff-hl
- dim-autoload
- dired+
- ediff
- ert
- eshell
- flx
- flycheck
- flymake
- flyspell
- erc
- git-commit
- git-gutter
- git-gutter-fr
- git-rebase
- gnus
- guide-key
- helm
- helm-swoop
- hl-line-mode
- hl-sexp
- hydra
- ido-mode
- iedit-mode
- js2-mode
- jabber-mode
- ledger-mode
- lui
- linum-mode
- macrostep
- magit
- headings and diffs
- popup
- process
- log
- sequence
- bisect
- blame
- references etc
- headings and diffs
- egg
- message-mode
- mew
- mic-paren
- mingus
- nav
- mu4e
- mumamo
- org-mode
- outline
- p4
- perspective
- powerline
- proofgeneral
- racket-mode
- rainbow-delimiters
- rcirc
- rpm-mode
- rst-mode
- sh-mode
- show-paren
- smart-mode-line
- smartparens
- sml-mode-line
- SLIME
- speedbar
- tabbar
- term
- undo-tree
- volatile-highlights
- elfeed
- emacs-w3m
- web-mode
- whitespace-mode
- wanderlust
- which-func-mode
- yascroll
- ansi-color
- fill-column-indicator
- nrepl-client
- vc-annotate
インストール
パッケージシステムを初めて使う人は
以下の設定を ~/.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/")))
初めてdarkburn-themeを使う方は
以下のコマンドを実行します。
M-x package-install darkburn-theme
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name darkburn-theme
スクリーンショット
Fig1: emacs-lisp-mode
Fig2: magit
Fig3: grep
Fig4: outline-mode
Fig5: org-mode
Fig6: dired
Fig7: web-mode
Fig8: markdown-mode
Fig9: helm
Fig10: 本家スクリーンショット
設定
(load-theme 'darkburn t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote darkburn) t)'
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。