color-theme-mode.el (editors/color-theme-mode.el) Add to my watchlist
color-theme is an emacs-lisp mode for skinning your emacscolor-theme is an emacs-lisp mode for skinning your emacs. Features are: * Huge and extensible theme library * Easy to use * Works on pretty all emacs flavours * Mature source code
Version: 6.6.0 License: GPL-2+ GitHubMaintainers | macports (GitHub handle not provided) |
Categories | editors |
Homepage | https://www.nongnu.org/color-theme/ |
Platforms | any |
Variants | - |
"color-theme-mode.el" depends on
lib (1)
build (1)
Ports that depend on "color-theme-mode.el"
No ports
Port notes
To use color-theme-mode.el, put the following into your ~/.emacs:
(add-to-list 'load-path "${prefix}/share/emacs/site-lisp/color-theme-6.6.0")
(require 'color-theme)
(eval-after-load "color-theme"
'(progn
(color-theme-initialize)
(color-theme-hober)))
Then you can choose your color-theme theme by issuing:
M-x color-theme-<TAB> RET
Port Health:
Loading Port Health