replace-colorthemes

Replace color-theme with Emacs theme framework

  • Owner: emacs-jp/replace-colorthemes
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Owneremacs-jp/replace-colorthemes
Primary LanguageEmacs Lisp
Program languageEmacs Lisp (Language Count: 1)
Platform
License:Other
所有者活动
Created At2013-02-22 11:49:09
Pushed At2024-12-27 02:23:23
Last Commit At2024-12-27 11:23:23
Release Count3
Last Release Name0.0.3 (Posted on )
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count329
Watchers Count23
Fork Count71
Commits Count92
Has Issues Enabled
Issues Count16
Issue Open Count0
Pull Requests Count18
Pull Requests Open Count0
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private