## page was renamed from CategoryEmacs/ColorTheme #pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = http://download.gna.org/color-theme/ = 関連サイト = [http://www.emacswiki.org/cgi-bin/wiki?ColorTheme EmacsWiki: ColorTheme]:設定解説 [http://www.cs.cmu.edu/~maverick/GNUEmacsColorThemeTest/ GNU Emacs Color Theme Test]:色見本 [http://inspiration.sweyla.com/code/ Inspiration - Color Theme Generator - TextMate/Emacs/Vim]:ランダムに組合せを作成 [http://alexpogosyan.com/color-theme-creator/ Emacs color-theme creator] [http://emacsthemes.caisah.info/ Emacs Themes - GNU Emacs Themes Gallery]:テーマギャラリー = インストール = = 設定 = {{{ (require 'color-theme) (color-theme-gnome2) }}} 個人的には以下のテーマが比較的好きです。わたしは目があまり良くなく、白目の背景色は苦手なので黒もしくは、濃い系の色を好みます。 あと、はっきりと色がわかれているのが好きです。 == 黒背景系 == {{{ Arjen : 黒背景でコンストラクトがはっきりしている Dark Laptop }}} == 緑背景系 == 昔はこればっかりだった時期がある {{{ gnome2 : 灰緑背景でおだやかなコンストラクト }}} == 青背景系 == 最近は青背景を利用している {{{ Parus Sitaram Solaris }}} = ピンク背景 = http://www.emacswiki.org/cgi-bin/emacs/PinkBliss = その他 = [https://github.com/sellout/emacs-color-theme-solarized#screenshots sellout/emacs-color-theme-solarized at master - GitHub] https://github.com/djcb/elisp/blob/master/themes/zenburn-theme.el = 利用方法 = {{{ M-x color-theme- }}} でその場でテーマが選択できます。 = サンプル = http://www.cecs.csulb.edu/~adelcamp/color-theme-bluebulator.el http://www.emacswiki.org/emacs/zenburn.el http://github.com/irfn/zen-and-art http://www.emacswiki.org/emacs/color-theme-tango.el [http://blog.nozav.org/post/2010/02/10/Tangotango-emacs-color-theme Tangotango dark emacs color theme - Humus numericus] https://github.com/NikolayBlohin/emacs.d http://wiki.services.openoffice.org/wiki/Editor_Emacs [https://github.com/chriskempson/tomorrow-theme/ chriskempson/tomorrow-theme] = 参考サイト = ---- CategoryEmacs