replace-colorthemes

Replace color-theme with Emacs theme framework

  • 所有者: emacs-jp/replace-colorthemes
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

color-theme-modern melpa badge melpa stable badge

This project replaces color-theme with Emacs 24 theme framework.

Please request by issues if you want me to port your favarite theme of colorthemes.

Screenshot

Screenshots are here

Installation

All themes are available on MELPA and MELPA stable

You can install color-theme-modern with the following command.

M-x package-install [RET] color-theme-modern [RET]

NOTE: Package name is different from repository name.

 # Download your favorite theme ~/.emacs.d
 % cd ~/.emacs.d
 % curl -LO https://raw.githubusercontent.com/emacs-jp/replace-colorthemes/master/aalto-dark-theme.el

And add theme configuration to you configuration file

(load-theme 'aalto-dark t t)
(enable-theme 'aalto-dark)

Or

 # Download all themes
 % git clone https://github.com/emacs-jp/replace-colorthemes.git

And add following code to your configuration file

;; Please set your themes directory to 'custom-theme-load-path
(add-to-list 'custom-theme-load-path
             (file-name-as-directory "your cloned directory path"))

;; load your favorite theme
(load-theme 'aalto-dark t t)
(enable-theme 'aalto-dark)

Ported themes

3rd Party Theme

主要指标

概览
名称与所有者emacs-jp/replace-colorthemes
主编程语言Emacs Lisp
编程语言Emacs Lisp (语言数: 1)
平台
许可证Other
所有者活动
创建于2013-02-22 11:49:09
推送于2024-12-27 02:23:23
最后一次提交2024-12-27 11:23:23
发布数3
最新版本名称0.0.3 (发布于 )
第一版名称0.0.1 (发布于 )
用户参与
星数329
关注者数23
派生数71
提交数92
已启用问题?
问题数16
打开的问题数0
拉请求数18
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?