- apropospriate-theme 20170726.1123(in MELPA)
- A colorful, low-contrast, light & dark theme set for Emacs with a fun name.
概要
apropospriate-theme.el は、以下のパッケージに対応したカラーテーマ群です。
- hl-line
- link
- header-line
- widget
- ace-jump-mode
- avy
- ace-window
- font-lock
- mode-line
- powerline
- alert
- anzu
- persp
- isearch
- regex-tool
- ag
- visible-mark
- ivy
- swiper
- wgrep
- guide-key
- which-key
- tabbar
- company
- popup-tip
- popup
- flymake
- flycheck
- swoop
- helm
- show-paren
- highlight-symbol
- rainbow-delimiters
- highlight-blocks
- ido
- ido-vertical-mode
- flx
- diff
- ediff
- git-gutter
- diff-hl
- eldoc
- undo-tree
- dired
- dired+
- magit
- compilation
- org
- js2-mode
- js3-mode
- markdown-mode
- erb
- web-mode
- pulse
- eshell
- evil
以下のカラーテーマが定義されています。
- apropospriate-dark
- apropospriate-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/")))
初めてapropospriate-themeを使う方は
以下のコマンドを実行します。
M-x package-install apropospriate-theme
アップグレードする方は、
以下のコマンドでアップグレードしてください。
そのためにはpackage-utilsパッケージが必要です。
M-x package-install package-utils (初めてアップグレードする場合のみ) M-x package-utils-upgrade-by-name apropospriate-theme
theme: apropospriate-dark
スクリーンショット
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 'apropospriate-dark t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote apropospriate-dark) t)'
theme: apropospriate-light
スクリーンショット
Fig11: emacs-lisp-mode
Fig12: magit
Fig13: grep
Fig14: outline-mode
Fig15: org-mode
Fig16: dired
Fig17: web-mode
Fig18: markdown-mode
Fig19: helm
Fig20: 本家スクリーンショット
設定
(load-theme 'apropospriate-light t)
実行方法
$ emacs -Q -f package-initialize -eval '(load-theme (quote apropospriate-light) t)'
本日もお読みいただき、ありがとうございました。参考になれば嬉しいです。