LoginSignup
16
15

More than 5 years have passed since last update.

emacs にsolarized(color theme)を導入する

Last updated at Posted at 2013-09-03

emacs-color-theme-solarizedをclone

Solarized Colorscheme for Emacs
https://github.com/sellout/emacs-color-theme-solarized/tree/master

上記にemacs用のカラーテーマがあるので、themesフォルダの中で

$ git clone https://github.com/sellout/emacs-color-theme-solarized.git

する。そして

$ mkdir emacs.d/themes

とかでディレクトリを作って、.emacsに

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/emacs-color-theme-solarized")
(load-theme 'solarized-dark t) ;; または (load-theme 'solarized-light t)

と追加する。これでOK。

16
15
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
15